Hello,
Right now I have a query that takes a user input for the current week (ex: 0 is this week, 1 is next week, etc) and brings back all the appointments during this week.
The criteria for this is as follows:
>=(Now()+7*[UserWeek])+(-Weekday((Now()+7*[UserWeek]),2)+1) And <=(Now()+7*[UserWeek])+(-Weekday((Now()+7*[UserWeek]),2)+7)
What I want to do is create a form where the user inputs the data for what week they want (like 0, 1, etc) and then all the information for that week would be displayed below.
I am pretty new to forms, so I was wondering how to conceptually approach this. Do I need to use a subform? How do I link the fields to the user inputted data on the form? How do I make the display update automatically when this text box is changed?
Any help would be greatly appreciated.
~Luke Campbell
Right now I have a query that takes a user input for the current week (ex: 0 is this week, 1 is next week, etc) and brings back all the appointments during this week.
The criteria for this is as follows:
>=(Now()+7*[UserWeek])+(-Weekday((Now()+7*[UserWeek]),2)+1) And <=(Now()+7*[UserWeek])+(-Weekday((Now()+7*[UserWeek]),2)+7)
What I want to do is create a form where the user inputs the data for what week they want (like 0, 1, etc) and then all the information for that week would be displayed below.
I am pretty new to forms, so I was wondering how to conceptually approach this. Do I need to use a subform? How do I link the fields to the user inputted data on the form? How do I make the display update automatically when this text box is changed?
Any help would be greatly appreciated.
~Luke Campbell