•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the MySQL section within the Web Development category of DaniWeb, a massive community of 422,547 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 4,671 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our MySQL advertiser: Programming Forums
Views: 1826 | Replies: 1
![]() |
•
•
Join Date: Mar 2005
Posts: 2
Reputation:
Rep Power: 0
Solved Threads: 0
could someone provide me with the sql for the following code:
Dim i As Integer
Dim countvar As Integer
If Number_of_Panels.Text > 1 And Number_of_Panels.Text < 27 Then
For i = 1 To Number_of_Panels.Text
countvar = (countvar + 1)
Project_Number.SetFocus
MsgBox Project_Number.Text & countvar
Number_of_Panels.SetFocus
Next i
Else
End If
i'd be very grateful for any help.
thanx in advance
mick
Dim i As Integer
Dim countvar As Integer
If Number_of_Panels.Text > 1 And Number_of_Panels.Text < 27 Then
For i = 1 To Number_of_Panels.Text
countvar = (countvar + 1)
Project_Number.SetFocus
MsgBox Project_Number.Text & countvar
Number_of_Panels.SetFocus
Next i
Else
End If
i'd be very grateful for any help.
thanx in advance
mick
![]() |
•
•
•
•
•
•
•
•
DaniWeb MySQL Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
- Trying to return query results (ColdFusion)
- My zipcode query is not returning the correct results (MS SQL)
- Urgent Help with SQL Query (MySQL)
- C# VS 2005 - SQL Query Parameters to an ODBC DataSource (C#)
- INSERT CLAUSE using SUB-QUERY (MS SQL)
- problem with autogenerated mysql query (MySQL)
- Single cell query! (MySQL)
- PHP/SQL query help (PHP)
Other Threads in the MySQL Forum
- Previous Thread: Query Problem
- Next Thread: MySQL or MSSQL


Linear Mode