I have form in which the user track account purchases. There are four steps:
Quote
Order
Payment received
Order Shipped
There is a manatory three day rescission period that must be observed before the order can be shipped. I want to limit shipping until after the rescission period is up. Here is an example:
1/1/07 Quote Given
1/2/07 Order made
1/2/07 Payment received
Our rules state that the order cannot be shipped until 1/5/07.
How do I prevent the user from selecting 'Order Shipped' until 1/5/07.
I am using Access 2003. The values that indicate the order status are 1-5, labled as 'lngOrderStatus'
Thanks in advance!
PJ
Quote
Order
Payment received
Order Shipped
There is a manatory three day rescission period that must be observed before the order can be shipped. I want to limit shipping until after the rescission period is up. Here is an example:
1/1/07 Quote Given
1/2/07 Order made
1/2/07 Payment received
Our rules state that the order cannot be shipped until 1/5/07.
How do I prevent the user from selecting 'Order Shipped' until 1/5/07.
I am using Access 2003. The values that indicate the order status are 1-5, labled as 'lngOrderStatus'
Thanks in advance!
PJ