Hi!
I'm using aform with bound controls that are bound to a tacle. I put this command on the open event of the form inorder to open the form with blank controls:
DoCmd.GoToRecord , , acNext
It worked but from some reasom it doesn't work anymore and every time I open the form I get all the records. This form suppost to help the user to add another record to the table. But now when the user opens the form It shows all the records in the bound controls and he can't fill in a blank record Like I should be.
What shell I do and why the command doesn't work anymore?
thanx!
I'm using aform with bound controls that are bound to a tacle. I put this command on the open event of the form inorder to open the form with blank controls:
DoCmd.GoToRecord , , acNext
It worked but from some reasom it doesn't work anymore and every time I open the form I get all the records. This form suppost to help the user to add another record to the table. But now when the user opens the form It shows all the records in the bound controls and he can't fill in a blank record Like I should be.
What shell I do and why the command doesn't work anymore?
thanx!