RQuestion on Form Record Selector Bar

J

John Lane

Is ther a programmatic way to set focus to a record's Record Selector Bar on
a form, so that the user can scroll a continuous form up and down with the up
and down arrow keys and not to have to first click the bar? Thanks.
 
D

Dirk Goldgar

John Lane said:
Is ther a programmatic way to set focus to a record's Record Selector Bar
on
a form, so that the user can scroll a continuous form up and down with the
up
and down arrow keys and not to have to first click the bar? Thanks.


The same as when you click on the record selector? I believe Access looks
at this as selecting a record, not as setting focus. So this line of code
should do it:

RunCommand acCmdSelectRecord
 

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