Hi all, I'm new to the forum and pretty green in the Access world. I am hoping for some input on a problem that has me stumped.
I have a form called "Test Entry" that has about 10 bound controls (both combo and text boxes) that write to their corresponding field in the table "Tests". I created an "on click" embedded macro tied to a command button as follows:
If [Form].[Dirty]
RunMenuCommand
Command SaveRecord
End If
Everything was working very well. I then added two new text box controls (txtStroke and txtSpeed) that are bound to their corresponding fields (Stroke and Speed) in the table "Tests". When I save the record using my command button, all my entries except for txtStroke and txtSpeed are saved to the table "Tests".
Obviously operator error, but I've looked and looked for any difference between my new text controls (txtStroke and txtSpeed) and the other text controls that are working properly but cannot find any differences.
Any thoughts?
Thanks.
I have a form called "Test Entry" that has about 10 bound controls (both combo and text boxes) that write to their corresponding field in the table "Tests". I created an "on click" embedded macro tied to a command button as follows:
If [Form].[Dirty]
RunMenuCommand
Command SaveRecord
End If
Everything was working very well. I then added two new text box controls (txtStroke and txtSpeed) that are bound to their corresponding fields (Stroke and Speed) in the table "Tests". When I save the record using my command button, all my entries except for txtStroke and txtSpeed are saved to the table "Tests".
Obviously operator error, but I've looked and looked for any difference between my new text controls (txtStroke and txtSpeed) and the other text controls that are working properly but cannot find any differences.
Any thoughts?
Thanks.