From: John Lane on 10 Dec 2009 07:54 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.
From: Dirk Goldgar on 10 Dec 2009 19:34 "John Lane" <JohnLane(a)discussions.microsoft.com> wrote in message news:C20472F4-4899-4D64-9895-4AB331D94D1A(a)microsoft.com... > 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 -- Dirk Goldgar, MS Access MVP Access tips: www.datagnostics.com/tips.html (please reply to the newsgroup)
|
Pages: 1 Prev: Move Files after import Next: Drag a file(path) from an Access Form into another app? |