dear friends,
my form setting to the first record of the table as it opens but i want the
the form to get set for a new record how to this programatically
(WITH OUT SETTING THE DATA ENTRY TO TRUE)
Kindly advise please
Rob Parker - 30 Jul 2007 08:46 GMT
In the form's Open event:
DoCmd.RunCommand acCmdRecordsGoToNew
The form must have AllowAdditions set to True
HTH,
Rob
> dear friends,
> my form setting to the first record of the table as it opens but i want
> the
> the form to get set for a new record how to this programatically
> (WITH OUT SETTING THE DATA ENTRY TO TRUE)
> Kindly advise please