G
Guest
Hello -
I have a form that has Name, Date and various other fields in it. The Name
is automatically filled in from the user's logon name and the date is
autofilled too.
Problem: The user enters data, then hits a button taking them to a new
blank record (which isn't really blank because it has the user name and date
in it). When they exit, a record is left in the table because of the
autofills. Is there a way I can delete the record on exit?
Rick B had suggested that I use the before update event or before insert
event, which sounded obvious to me, but when I went back to fix this, I
realized the date and name really have to be visible when each record starts.
Any help will be greatly appreciated!
I have a form that has Name, Date and various other fields in it. The Name
is automatically filled in from the user's logon name and the date is
autofilled too.
Problem: The user enters data, then hits a button taking them to a new
blank record (which isn't really blank because it has the user name and date
in it). When they exit, a record is left in the table because of the
autofills. Is there a way I can delete the record on exit?
Rick B had suggested that I use the before update event or before insert
event, which sounded obvious to me, but when I went back to fix this, I
realized the date and name really have to be visible when each record starts.
Any help will be greatly appreciated!