Foem Opening doesn't open blank

webcrab

Registered User.
Local time
Today, 06:17
Joined
Feb 18, 2009
Messages
36
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!
 
Why don't you try docmd.gotorecord ,, acNew?
 
Thanx! Thanx! Thanx!
 

Users who are viewing this thread

Back
Top Bottom