View Full Version : GoToRecord - 2nd Column??


jimbohodge
12-02-2006, 11:14 AM
Hi,
I have another question.
When creating a macro, and using the GoToRecord action, ho can you get it to go to the 2nd column in that record in the chosen table, it always just selects the first one.

I hope you understand what i mean.

Thanks
Jim

jimbohodge
12-02-2006, 12:27 PM
Hi again,
I have managed to do it now.

You have to use a GoToControl action.

Thanks
Jim

llkhoutx
12-06-2006, 06:27 PM
You could also use Sendkeys to send a tab.

Before you know it, you'll be using VBA instead of macros. Access has a converter to convert macros to VBA.