N
nhdee
I have an unbound field on a (page in a ) form where the user enters the qty
they want. That field is named GroupQty. I need to loop until that qty....
but I am not sure of the real coding to accomplish this.
Do until = Me!GroupQty ('This is the qty in the unbound field that the user
enters)
Me!Type = "3-GK and 1-MG" ('fills in the type field with this)
Me!Price = "20.00" ('fills in the price field with this)
DoCmd.GoToRecord , , acNewRec ('creates a new record)
Loop
End Sub
they want. That field is named GroupQty. I need to loop until that qty....
but I am not sure of the real coding to accomplish this.
Do until = Me!GroupQty ('This is the qty in the unbound field that the user
enters)
Me!Type = "3-GK and 1-MG" ('fills in the type field with this)
Me!Price = "20.00" ('fills in the price field with this)
DoCmd.GoToRecord , , acNewRec ('creates a new record)
Loop
End Sub