Hiding record - continious form

  • Thread starter Thread starter Alex
  • Start date Start date
A

Alex

Hi I have a subform which is designed as a continious form. Is there anyway
to stop the last (blank) record from being displayed.

Thanks

Alex
 
Setting AllowAdditions to False/No will do it, but then you'll not be able
to add new records.
 
Hi I have a subform which is designed as a continious form. Is there anyway
to stop the last (blank) record from being displayed.

Set the AllowAdditions property of the form that you're using in the
subform to False.
 
Back
Top