My users open a table and click on a yes/no field to select rows, which go into a report. I want to use a command button on click to uncheck the boxes for the next user.
The table is Species the field is click-to-select. Could someone please give me, a nonprogrammer, the code to do this? I tried
[Tables]![species]![click-to-select] = False
but I get an error that says Access can't find the field "I" used in your expression. I'm not sure if "I" is an i or an l; it's a straight line.
Also, I'd like to take a VBA class; but all I'm finding are VBA.NET classes. Is that what I need?
Thank you very much.
SNicholls
The table is Species the field is click-to-select. Could someone please give me, a nonprogrammer, the code to do this? I tried
[Tables]![species]![click-to-select] = False
but I get an error that says Access can't find the field "I" used in your expression. I'm not sure if "I" is an i or an l; it's a straight line.
Also, I'd like to take a VBA class; but all I'm finding are VBA.NET classes. Is that what I need?
Thank you very much.
SNicholls