G
Guest
Hello,
I am working on a database for my wife who is an independant hairstylist. I
currently have a form she will use to enter her daily appointments and use to
look back at previous days. I am trying to show her totals for each day on
the main form ie total income, total sales tax, total credit card fees etc.
I have created a query that will show all of this and I have created text
boxes in the form linked to this query, however even when I put
[Forms]![F_Appointments]![Calendar5] in the query's criteria I can't seem to
get it to requery automatically with a different calendar date. I have tried
adding code for on click of calendar do:
DaysTotal.Requery and F_Appointments.Form!DaysTotal.Requery and several
others however none seem to work. Any ideas on how I can solve this little
problem?
I am working on a database for my wife who is an independant hairstylist. I
currently have a form she will use to enter her daily appointments and use to
look back at previous days. I am trying to show her totals for each day on
the main form ie total income, total sales tax, total credit card fees etc.
I have created a query that will show all of this and I have created text
boxes in the form linked to this query, however even when I put
[Forms]![F_Appointments]![Calendar5] in the query's criteria I can't seem to
get it to requery automatically with a different calendar date. I have tried
adding code for on click of calendar do:
DaysTotal.Requery and F_Appointments.Form!DaysTotal.Requery and several
others however none seem to work. Any ideas on how I can solve this little
problem?