Hello all and thanks in advance if you can help me out with this one.
I'm really in need of some assistance with a problem I've been up against for some time now.
I'm creating an Access 2007 database for scheduling appointments and need to display the data in a daily view form, I would like it to look and feel very much like a regular diary/calendar application for ease of navigation to the user.
I have a form with 31 control buttons representing each day of the month which I need to, when clicked on, open another form which contains the data according to that particular day, if that makes sense.
I also need the form which is being opened to remain without a filter so users can scroll through the records to the previous or next days data, and make amendments as required, similarly as you would do on a windows or outlook calendar.
If possible I would like to add the code to the On Click event of each button, and have each button open a different day of the month. I'd then apply that same method to separate forms for every month of the year.
I have searched for weeks trying to get an idea of the correct code I need to use and even though there are several threads about opening forms to specific records, none of them work the way I need it to.
The forms names are as follows if this helps
"january_2010" = default form displayed when Access open
"daily_view" = displays data for each day of the month
and "todays_date" is the name of the text box which contains the date on the daily_view form.
I'm very much still learning the basics here and not sure if it can even be done this way so any assistance at all would be very much appreciated.
Thanks again in advance.
I'm really in need of some assistance with a problem I've been up against for some time now.
I'm creating an Access 2007 database for scheduling appointments and need to display the data in a daily view form, I would like it to look and feel very much like a regular diary/calendar application for ease of navigation to the user.
I have a form with 31 control buttons representing each day of the month which I need to, when clicked on, open another form which contains the data according to that particular day, if that makes sense.
I also need the form which is being opened to remain without a filter so users can scroll through the records to the previous or next days data, and make amendments as required, similarly as you would do on a windows or outlook calendar.
If possible I would like to add the code to the On Click event of each button, and have each button open a different day of the month. I'd then apply that same method to separate forms for every month of the year.
I have searched for weeks trying to get an idea of the correct code I need to use and even though there are several threads about opening forms to specific records, none of them work the way I need it to.
The forms names are as follows if this helps
"january_2010" = default form displayed when Access open
"daily_view" = displays data for each day of the month
and "todays_date" is the name of the text box which contains the date on the daily_view form.
I'm very much still learning the basics here and not sure if it can even be done this way so any assistance at all would be very much appreciated.
Thanks again in advance.