D danaleblanc Registered User. Local time Today, 16:26 Joined Jun 13, 2001 Messages 41 Jun 13, 2001 #1 After I click button to add a new record, I want cursor to move to the first field. Does anyone have the answer to this?
After I click button to add a new record, I want cursor to move to the first field. Does anyone have the answer to this?
D D-Fresh Registered User. Local time Today, 16:26 Joined Jun 6, 2000 Messages 225 Jun 13, 2001 #2 In the On Current event of your form, put this code.. me![FirstFieldName].SetFocus That should do it for you. Doug
In the On Current event of your form, put this code.. me![FirstFieldName].SetFocus That should do it for you. Doug
D danaleblanc Registered User. Local time Today, 16:26 Joined Jun 13, 2001 Messages 41 Jun 13, 2001 #3 Thanks for message. When I enter this code, I get an error message saying Chemicals can't find a macro 'FacilityName' and won't view form - What am I doing wrong?
Thanks for message. When I enter this code, I get an error message saying Chemicals can't find a macro 'FacilityName' and won't view form - What am I doing wrong?