DLookup works great when there is only one parameter but I need to include several. For example I need to retrieve a name based on date, time, and employee assigned to that person.(i'm creating a monthly/daily scheduler for appointments)Text boxes need to be populated on the opening of the form.
I'm trying to populate each unbound textbox on my form. i've done something similar before but I can't remember how I did it! Each one needs to have different parameters in its query. i've tried putting the select statement in the control source of each one but I get the #Name? every time.I've...
I want to be able to loop through a specific number of checkboxes and disable them. The following is something i've tried and I just can't get it to work! The string check_box isn't being recognized.
Private Sub time_loop()
Dim Counter
Dim check_box As String
Counter = 1
While Counter < 20...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.