Basic Code Help
I know how to write the procedure i want to do in words but not in code. well i know some of it. i am trying to do the following:
Read 1st record
Save the 1st record (box#) in a variable
Print box#
Print Gf#
Read Next
If box# saved? if yes then go back to print gf. if no then move to next record and go back to the save the 2nd record (box#) in a variable
Now i know
Read 1st record --> rs.movefirst
Save the 1st record (box#) in a variable --> ??
Print box# --> ??
Print Gf# --> ??
Read Next --> rs.movenext
If box# saved? if yes then go back to print gf. if no then move to next record and go back to the save the 2nd record (box#) in a variable --> ??
any help or ideas? i am still learning VB so any help would help me out alot becuase i dont know where to beginning. thanks
|