bnickelsen
Registered User.
- Local time
- Today, 15:44
- Joined
- Jan 6, 2005
- Messages
- 31
I have a table
(Not real names)
AutonumberPK
RequestType (Lookup to TypeTable)
RequestNumber
RequestName
This table then Relates to a request detail table.
The question here,
There are two types or request (T1 and T2)
In my form to enter new Requests I will have a dropdown box to select the type of request.
The next field is the request number. If the type of request is T1 then the person entering the request will have a 6 digit number to enter. But if the request is T2 then I need to auto populate the field.
Is this possible?
Or should I just build two forms, one for each type.
Also what would be the best way to auto fill in a number that follow this pattern.
05040001
05 = year
04 = month
0001 = the number of the request for this month.
Every month starts over at 0001
(Not real names)
AutonumberPK
RequestType (Lookup to TypeTable)
RequestNumber
RequestName
This table then Relates to a request detail table.
The question here,
There are two types or request (T1 and T2)
In my form to enter new Requests I will have a dropdown box to select the type of request.
The next field is the request number. If the type of request is T1 then the person entering the request will have a 6 digit number to enter. But if the request is T2 then I need to auto populate the field.
Is this possible?
Or should I just build two forms, one for each type.
Also what would be the best way to auto fill in a number that follow this pattern.
05040001
05 = year
04 = month
0001 = the number of the request for this month.
Every month starts over at 0001