Link to home
Create AccountLog in
Avatar of Larry Brister
Larry BristerFlag for United States of America

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.
ASKER CERTIFIED SOLUTION
Avatar of mbizup
mbizup
Flag of Kazakhstan image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Avatar of Larry Brister

ASKER

Thanks folks