SELECT FIELD MACRO

  • Thread starter Thread starter Gilberto Lawas via AccessMonster.com
  • Start date Start date
G

Gilberto Lawas via AccessMonster.com

Hello,
I'm trying to make a MACRO that selects a specific field on my form,
and then opens a find box that prompts me for input.

The field name is [Price List].PrtNum

Can anyone give me a hand.

r/s
clueless
 
Gilberto,

Can you maybe give an example? I can't really understand what you are
trying to do at this stage.
 
I guess what I'm lookig for is the command to Get Focus of a specific field.

I read up a little but I still don't know how to arrange the code.

r/s
clueless
 
Gilberto,

If you are trying to set the focus to a particular control (note, forms
don't have fields), the GoToControl action in your macro would be the
applicable one.

If you need more help, could you give an example?
 
Back
Top