Viv_sunville
New member
- Local time
- Today, 09:31
- Joined
- Sep 24, 2023
- Messages
- 4
I am a novice in programming.
I have created a form that shows data from a query.
Now I want to add a yes/no checkbox that updates a field in my table.
I found out that I have to do that with a selection box, with an event procedure (after update) but I don't know anything about code.
So in tlb_orders I need to update the Paid field when I check the checkbox.
Who can help me?
I have created a form that shows data from a query.
Now I want to add a yes/no checkbox that updates a field in my table.
I found out that I have to do that with a selection box, with an event procedure (after update) but I don't know anything about code.
So in tlb_orders I need to update the Paid field when I check the checkbox.
Who can help me?