poucedeleon
Registered User.
- Local time
- Yesterday, 19:39
- Joined
- Jun 6, 2008
- Messages
- 19
I have a form with 34 text boxes on it. (These represent each visit booth available.) When the form opens it only looks at the current day. I would like to have a code that loops through each visit for the day and hour and turns the textboxes red and adds the text “FULL” as visits are scheduled. I have a For Next loop that sets the text boxes gray On Load but I am not sure how to write code to look at today’s date and the hour on the recordset and count the visit booths (Textboxes) I think If I got a starting point I could figure it out. Would appreciate any help.
Also some time video booths break and are down. Should I create a table for the booths so I can mark them as broken and take them out of the count, or can this be done in the code?
tblInput
See attached image
Also some time video booths break and are down. Should I create a table for the booths so I can mark them as broken and take them out of the count, or can this be done in the code?
tblInput
See attached image
Attachments
Last edited: