Hullo,
I'm only contracted in where I'm working and I'm trying to strip a lot of the VBA out so the in-house development can make changes easier.
I was wondering if I could set a control source on a checkbox and make the checkbox fill the control source depending on whether it is ticked or unticked?
For example if there was a field "WantSandwi ch" and a checkbox next to a label saying "Do you want a sandwich?" connected to it then ideally when the user clicked the checkbox it would set the "WantSandwi ch" field to "Yes" and if it were unticked it would set it to "No"
Regards,
Harry
P.S. I know this is a horrible way to do it and it should really be better laid out as a database, but this is all I have to work with
I'm only contracted in where I'm working and I'm trying to strip a lot of the VBA out so the in-house development can make changes easier.
I was wondering if I could set a control source on a checkbox and make the checkbox fill the control source depending on whether it is ticked or unticked?
For example if there was a field "WantSandwi ch" and a checkbox next to a label saying "Do you want a sandwich?" connected to it then ideally when the user clicked the checkbox it would set the "WantSandwi ch" field to "Yes" and if it were unticked it would set it to "No"
Regards,
Harry
P.S. I know this is a horrible way to do it and it should really be better laid out as a database, but this is all I have to work with
Comment