Hello:
I have a bound form, and I'd like to open it at a new record for data entry. Currently in the form load event I am calling a macro the that uses the action GoToRecord, with the record set to New. When I open my form I get the following error message:
You can't go to the specified record
You may be at the end of a recordset
It seems to me that this operation must be a requirement of most access appilcations. How is it done?
I have a bound form, and I'd like to open it at a new record for data entry. Currently in the form load event I am calling a macro the that uses the action GoToRecord, with the record set to New. When I open my form I get the following error message:
You can't go to the specified record
You may be at the end of a recordset
It seems to me that this operation must be a requirement of most access appilcations. How is it done?