I want to use vba to set the form property to turn on and off the "record selectors" property

  • Thread starter Thread starter Kelvin Beaton
  • Start date Start date
K

Kelvin Beaton

I can't come up with the statement to turn on/off "Record Selectors" on a
form.

Can someone point me in the right direction?

Thanks

Kelvin
 
I can't come up with the statement to turn on/off "Record Selectors" on a
form.

Can someone point me in the right direction?

Thanks

Kelvin

Me.RecordSelectors = false

This removes them from the current form, only while the current form
is still open.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top