J
James O
Hello all,
Ok here goes, I have a form that connectes to a table, I have a checkbox on
the form that the user clicks when the account issue is resovled. I have a
button on the form.
What I would like to happen in this. When I click the button on the form the
Code category that is on the table and displayed on the form is loaded to
memory then an update query is run that looks at the code category that was
dim'ed, teh query looks at all the accounts that have that code and then
makes the checkox for all those accounts = true.
I can dim the code that I need to and I can make a query that checks the
complete boxes of all the accounts with that code. But I dont know how to get
my Dim'ed info from the form in my query. Thanks for any help/direction that
you can offer!
James O
Ok here goes, I have a form that connectes to a table, I have a checkbox on
the form that the user clicks when the account issue is resovled. I have a
button on the form.
What I would like to happen in this. When I click the button on the form the
Code category that is on the table and displayed on the form is loaded to
memory then an update query is run that looks at the code category that was
dim'ed, teh query looks at all the accounts that have that code and then
makes the checkox for all those accounts = true.
I can dim the code that I need to and I can make a query that checks the
complete boxes of all the accounts with that code. But I dont know how to get
my Dim'ed info from the form in my query. Thanks for any help/direction that
you can offer!
James O