Would this approach require a total "remodel" every time a new status code
was introduced?
Regards
Jeff Boyce
Microsoft Access MVP
--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.
Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.
You can thank the FTC of the USA for making this disclaimer
possible/necessary.
"Steve" <(E-Mail Removed)> wrote in message
news:O$(E-Mail Removed)...
> Hello,
>
> I am an engineer. I have done several databases for managing drawings. For
> Status, use an option group. You don't need "not started". If a drawing
> has no status, it is not started. I recommend that you enter a date for
> each status. This will tell you when a drawing was started, when it began
> to be checked (preliminary completion) and when it was done. So an option
> group and a date text box is what you need.
>
> Steve
> (E-Mail Removed)
>
>
> "chynewalker" <(E-Mail Removed)> wrote in message
> news:0943CE81-2CFE-4A9B-91A5-(E-Mail Removed)...
>>I am designing an engineering drawing db
>>
>> I need to have a drawing status feild that i can choose "not started" "in
>> process" "in checking" and when it is done "complete", but when it is
>> complete i want a date
>>
>> How can i do this? right now we have an old clunky db that has 2 feilds,
>> so
>> when you complete the job you have to change "in process" to "complete"
>> and
>> then give it an approved date in another field.
>
>