BlueStarBrite
Registered User.
- Local time
- Today, 18:27
- Joined
- Jan 15, 2009
- Messages
- 23
Ok, I have another newbie checkbox ?
I have a checkbox that once its clicked or unclicked, I want to do 2 things.
For Table #1: I want to update the Yes/No Field and text to flash to a label (This part I know how to do)
For Table #2: I want to insert the date EACH time the checkbox is checked or unchecked. I know I would just use chkbox1 = now() or date()
My question is: How do I get these actions to occur simultaneously?
I'm not familiar with update queries, but I'm thinking this is what I would need. If so, could someone point me in the direction of update queries for newbies or explain in detail exactly how they work in simple terms.
Thanks in advance!
I have a checkbox that once its clicked or unclicked, I want to do 2 things.
For Table #1: I want to update the Yes/No Field and text to flash to a label (This part I know how to do)
For Table #2: I want to insert the date EACH time the checkbox is checked or unchecked. I know I would just use chkbox1 = now() or date()
My question is: How do I get these actions to occur simultaneously?
I'm not familiar with update queries, but I'm thinking this is what I would need. If so, could someone point me in the direction of update queries for newbies or explain in detail exactly how they work in simple terms.
Thanks in advance!