B
bladelock
I have an input form which works well. Here is the problem, I keep track of
which user logs into the database by letting the user select his name and
password on another screen. If correct then I hide the logon screen and open
the main input screen. I hide the logon screen because I want to store the
user name and date to the input screen. The user can see the username and
date on the input screen, but can't enable it (just look at it). This works
fine, here is the problem: I have 3 other fields on the input form txtName,
txtAge, txtNotes. If the user clicks the add record button and doesn't add
any information to the input fields and quits, the record save a blank (only
the username and date are stored in the record). How do I delete or not
prevent the user form saving the blank fields.
I can't use "default" simply because if the users doesn't want to enter
data, they should be able to quit without entering the data. Anyone have any
suggestions.
which user logs into the database by letting the user select his name and
password on another screen. If correct then I hide the logon screen and open
the main input screen. I hide the logon screen because I want to store the
user name and date to the input screen. The user can see the username and
date on the input screen, but can't enable it (just look at it). This works
fine, here is the problem: I have 3 other fields on the input form txtName,
txtAge, txtNotes. If the user clicks the add record button and doesn't add
any information to the input fields and quits, the record save a blank (only
the username and date are stored in the record). How do I delete or not
prevent the user form saving the blank fields.
I can't use "default" simply because if the users doesn't want to enter
data, they should be able to quit without entering the data. Anyone have any
suggestions.