Problem with form displaying record selection tool

  • Thread starter Thread starter Keith
  • Start date Start date
K

Keith

Hello,
I created a Form in design view. when the form is
activated, it shows the record selection tool at the
bottom right. (I'm not sure of the name of that tool)
This form is going to be activated by VBA code in a
module, and will have no connection to a table or query.
How do I remove that record selection tool from the form?

Thank you,

Keith
 
The form has a property to control whether the record nvaigation buttons are available - Set the property Navigation Buttions to No and they will not display on your form.
 
Hi Scott,
Thanks very much.
Keith
-----Original Message-----
The form has a property to control whether the record
nvaigation buttons are available - Set the property
Navigation Buttions to No and they will not display on
your form.
 
Back
Top