SaturnSeven
Programmer
I am trying to do the following
For i = 1 to 3
Open form "frm"
field "fld".value = Array(i)
Wait for user to make other selection on form "frm"
When user hits OK, write data to table. Close Form "frm"
Next i
It's the wait for the users input thats stumping me, I'm OK on the rest.
Any help or pointers would be greatly appreciated
For i = 1 to 3
Open form "frm"
field "fld".value = Array(i)
Wait for user to make other selection on form "frm"
When user hits OK, write data to table. Close Form "frm"
Next i
It's the wait for the users input thats stumping me, I'm OK on the rest.
Any help or pointers would be greatly appreciated