R
rexHowell
I am writing a dB for a heating & air-conditioning company ..
dispatching technicians is a key part of this.
My dB has a customer table & a order table. In the order tabl
there is a field for the scheduled date of the order.
I have a form for dispatching ... and its easy to setup a form t
show only ScheduledDate=date() ... but I would need to have a separat
form for each query. ie. ScheduledDate=date()+1 for Tomorrows orders
or ScheduledDate=date()-1 for yesterdays orders. I assume having
separate form for each of these querys is not the correct way to dea
with this problem.
If I could just have a button on my form that would change the query
that would be awesome … button one could change ScheduledDate=date()+
then refresh the form, button two could change ScheduledDate=date()-
then refresh.
This would allow me to have one form … instead of having to create
new one for each query. Is this possible?
Thanks,
Re
dispatching technicians is a key part of this.
My dB has a customer table & a order table. In the order tabl
there is a field for the scheduled date of the order.
I have a form for dispatching ... and its easy to setup a form t
show only ScheduledDate=date() ... but I would need to have a separat
form for each query. ie. ScheduledDate=date()+1 for Tomorrows orders
or ScheduledDate=date()-1 for yesterdays orders. I assume having
separate form for each of these querys is not the correct way to dea
with this problem.
If I could just have a button on my form that would change the query
that would be awesome … button one could change ScheduledDate=date()+
then refresh the form, button two could change ScheduledDate=date()-
then refresh.
This would allow me to have one form … instead of having to create
new one for each query. Is this possible?
Thanks,
Re