Microsoft
Software
Hardware
Network
Question : In MS Access, why are multiple rows of a continuos form affected when a change is made to a single row?
For simplicity, I have a continuous subform which has a Status combo field (with a Before Update event) and a checkbox not tied into any database field. When the user changes the Status field, the VB code does validation and one of the things it does is look to see if the checkbox is true or false. The thing that’s not working is that when multiple items are listed on the subform, whenever I check the checkbox on any row, all rows get their checkbox set (or cleared if I clear it). Why is this action taking place and what can be done to correct it?
Thank you!!
Answer : In MS Access, why are multiple rows of a continuos form affected when a change is made to a single row?
<Why is this action taking place>
that is a normal behaviour of an unbound control in a continuous form
<what can be done to correct it?>
create a Yes/No field in the table and bind that control to that field
Random Solutions
Adding Disk Space to VM Ware Server
The paste image turn to black on Microsoft Word
NT system generated accounts
CD burner suddenly stopped working after not being used for a year
Adding time to a date/time field
PHP - display HTML table as inverted mysql table
Sharepoint HostHeader Web site and Office Web Applications not working correctly
Server with SBS 2003 retrive pop3 mail faster.
[PS4.0 R6] Datacollector not found
making multiple url calls on the same page in javascript