Hi Guys, I should have quit while I was ahead, but I had to try to improve the date deal on my database, the manual inputs are killing my carpal-tunnel ridden wrists, so thanx for any help you can give me.
(PROGRAM USED IS ACCESS 97 SR-2)
On a form I have a text box that takes input for a date that a package arrived. On the same form, there is a text box that takes input for a date that the package is scheduled to leave. I have formatted both of these text boxes as "short date" on the form and the corresponding table.
***********************************
I need 3 outputs that should pivot from the known date data (obviously). One output is; will the package be here 1 day from now? 2nd output; will the package be here 2 days from now? and finally; will the package be here 5 days from now?
************************************
Some things I have tried:
I have read about date add- syntax problems make me unsure. Also, I dont know how to flag the date if it goes OVER the day it's supposed to leave... do you see my dilema?
I try not to bug you guys unless I have spent several hours trying to fix it myself, and I have- so please help me out if you can.
(PROGRAM USED IS ACCESS 97 SR-2)
On a form I have a text box that takes input for a date that a package arrived. On the same form, there is a text box that takes input for a date that the package is scheduled to leave. I have formatted both of these text boxes as "short date" on the form and the corresponding table.
***********************************
I need 3 outputs that should pivot from the known date data (obviously). One output is; will the package be here 1 day from now? 2nd output; will the package be here 2 days from now? and finally; will the package be here 5 days from now?
************************************
Some things I have tried:
I have read about date add- syntax problems make me unsure. Also, I dont know how to flag the date if it goes OVER the day it's supposed to leave... do you see my dilema?
I try not to bug you guys unless I have spent several hours trying to fix it myself, and I have- so please help me out if you can.