J
Junior
In a form i have entered several records and then set the 'allow additions
to no in order to exclude others from adding records - i only want to allow
them to edit the existing records in the underlying table.
This works when i open the form form the database window -but when the form
is opened from an event using the below code - the form allows eadding
additional records- how can i limit the records when opening from an
event???
DoCmd.OpenForm "flkpNurSpec", acNormal, "", "", acEdit, acNormal
to no in order to exclude others from adding records - i only want to allow
them to edit the existing records in the underlying table.
This works when i open the form form the database window -but when the form
is opened from an event using the below code - the form allows eadding
additional records- how can i limit the records when opening from an
event???
DoCmd.OpenForm "flkpNurSpec", acNormal, "", "", acEdit, acNormal