B
bladelock
I have a form with 4 fields: txtUser, txtDesc, txtNum, UserID
When the form comes up, it displays a blank record for input and a disable
text (can't over write this) field already assigned a number (UserID). Here
is my problem, if he user does not enter any information a record is created
because of the (UserID) and saved. Even if the user hits the "Add a record"
the (UserID) is created and saved if they don't enter the 3 fields. How can I
delete this record if the user leaves the form without entering data for all
3 fields? I don't want to make the 3 fields required fields, it screws
everything up. PS, The only way to exit the form is by a command button.
Thanks all.
When the form comes up, it displays a blank record for input and a disable
text (can't over write this) field already assigned a number (UserID). Here
is my problem, if he user does not enter any information a record is created
because of the (UserID) and saved. Even if the user hits the "Add a record"
the (UserID) is created and saved if they don't enter the 3 fields. How can I
delete this record if the user leaves the form without entering data for all
3 fields? I don't want to make the 3 fields required fields, it screws
everything up. PS, The only way to exit the form is by a command button.
Thanks all.