Two mini queries!! (1 Viewer)

Just1

Registered User.
Local time
Today, 02:32
Joined
Jan 9, 2005
Messages
50
I am very new to writing code, and wondered if anyone could help.

(1) I have put a command button on my form to add a new record, which works fine. What I can't get it to do is then to take the cursor to the surname field so that I can start typing in a new record. Can you help me?!

(2) I have a prompt to enter a parameter when opening a form from another form. I have linked the forms such that one should open the other based upon the unique Client ID No so why should it ask me for a parameter?

Any help appreciated. Thanks

Just1
 

Brianwarnock

Retired
Local time
Today, 09:32
Joined
Jun 2, 2003
Messages
12,701
The answer to q1 is make the surname the first in the Tab order or Set the Focus via code

Brian
 

Just1

Registered User.
Local time
Today, 02:32
Joined
Jan 9, 2005
Messages
50
Thanks!
Just1
 

Users who are viewing this thread

Top Bottom