Microsoft
Software
Hardware
Network
Question : Check box on sub form to select list items
I have a from with an embedded sub-form that contains a list of items queried from the database. I was to let the user click on a check box to select one or more of the sub form items. I added a check box to the form, but when I click it, it selects all check boxes on all items on the list. When the user selects one or more list items by using the check box, I want to process the checked items.
Answer : Check box on sub form to select list items
So to do what you want, you have to add a yes/no field to your table.
Which also means that you have to have a step in the process that sets all values to No at the start.
If you have multiple users then this gets more difficult.
Random Solutions
Tivoli Storage Manager Backup Archive Client App Crash DSM.EXE after installing on Windows Server 2008 R2 64 bit
An updateble datagridview in a a Winforms application
Windows xp keeps restarting and wont boot into safe mode.
Exchange 2007 booking a conference room
Automate exporting pivot table from access to excel
Excel - Vlookup Max Value for a series of data
Deleting blank rows
Access VBA to test for login or logout status ( If then Next)
How to add a team discussion to a task list
populating @recipients value using msdb.dbo.sp_send_dbmail from a database table