N
Nylex
I am using Access 2003
When making entries there is a coded number beside each entry a number from
1 to 15)
When I enter a field I am looking up its code - if it is <4 then this field
must be skipped and go to the next field
I have used an "Event Procedur" on "Entry" and have tried using
DoCmd.GoToControl "WithdrawalAmount"
I have also used
Forms!Transactions!WithdrawalAmount.SetFocus
None of these work
Help would be appreciated
When making entries there is a coded number beside each entry a number from
1 to 15)
When I enter a field I am looking up its code - if it is <4 then this field
must be skipped and go to the next field
I have used an "Event Procedur" on "Entry" and have tried using
DoCmd.GoToControl "WithdrawalAmount"
I have also used
Forms!Transactions!WithdrawalAmount.SetFocus
None of these work
Help would be appreciated