Larry Brister
asked on
MS Access 2003 Inserted record
I have a databound subform (datasheet view) that in certain conditions AllowEdits and AllowDeletions are set to false.
In other words ONLY Additions are allowed.
The form has three controls on it
Combobox for a type of event
Textbox for hours entry
A checkbox
In this case...when only additions are allowed...
If a record is inserted I want the checkbox automatically set to true on the insert.
So...
Edits and deletes are not allowed
The user selects from the combobox
enters hours
and when they tab off the textbox
Set checkbox to true.
In other words ONLY Additions are allowed.
The form has three controls on it
Combobox for a type of event
Textbox for hours entry
A checkbox
In this case...when only additions are allowed...
If a record is inserted I want the checkbox automatically set to true on the insert.
So...
Edits and deletes are not allowed
The user selects from the combobox
enters hours
and when they tab off the textbox
Set checkbox to true.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER