generaluser
Technical User
I have the following two tables:
Week table with the following fields
Date Week No.
1/3/02 1
1/4/02 1
1/10/02 2
1/11/02 2 etc.
I have an order table with the following fields:
Cust # Order# Date Or'd Week Ord Order Compl Week comp1
11 001 1/3/02 1/15/02
I'm entering order data through a form. I want to the week ordered and week compl to automatically put in the week no once I enter the date in the date or'd and Order Compl fields
Is it possible? Would I do an IIf statement? Basically, after I type the Date Or'd in the form the Week Ord field should automatically pop in "1" and so forth. Thanks in advance for the help
Week table with the following fields
Date Week No.
1/3/02 1
1/4/02 1
1/10/02 2
1/11/02 2 etc.
I have an order table with the following fields:
Cust # Order# Date Or'd Week Ord Order Compl Week comp1
11 001 1/3/02 1/15/02
I'm entering order data through a form. I want to the week ordered and week compl to automatically put in the week no once I enter the date in the date or'd and Order Compl fields
Is it possible? Would I do an IIf statement? Basically, after I type the Date Or'd in the form the Week Ord field should automatically pop in "1" and so forth. Thanks in advance for the help