vba: howto select a record like klicking on record selector

  • Thread starter ## Benjamin Adnam ##
  • Start date
B

## Benjamin Adnam ##

Hi,

i have a subform with lots of records and want to select a record using vba
like klicking on the record selector (right arrow) on the left side of each
record in the subform

how can i do this ?
 
B

## Benjamin Adnam ##

thnx, in the meantime i've found out how to get it to work:

Me.fPLANsf.Form.SelLeft = 1
Me.fPLANsf.Form.SelWidth = 99
 

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

Top