CheckBox for Subform that allow user to select record

Ihussein

Registered User.
Local time
Today, 16:57
Joined
Nov 11, 2015
Messages
47
Hello,
The idea is that I want to add a check box to my datasheet which it's placed in a sub form, to allow user select only one or multiple records which it's help me a lot for validation, submission, deletion,& approving of the records.
Regards
 
So, add the Yes/No field to the table, add the check box to the form, and buttons on the main form validation, submission, deletion,& approving and add the code to the click event to do these things.

You might consider the Data Sheet view for the subform. With that you can at least select multiple records for deletion without adding any code.
 

Users who are viewing this thread

Back
Top Bottom