Disable record selector

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

I have a subform where the user will enter details after they have entered
information on a mainform. I want to stop the user from going to a new
record in the subform because there must be a Main form record for each
subform record.
Is there a way to disable or remove the record selector in the subform? I
have already tried setting the "Allow Additions" property to "No" but it only
works for that record. When I exit and try it again, it doesn't work.

Thank you,

Emma
 
Emma said:
I have a subform where the user will enter details after they have entered
information on a mainform. I want to stop the user from going to a new
record in the subform because there must be a Main form record for each
subform record.
Is there a way to disable or remove the record selector in the subform? I
have already tried setting the "Allow Additions" property to "No" but it only
works for that record. When I exit and try it again, it doesn't work.


You can set the subform's Navigation Buttons property to No.
 
Back
Top