| re: Check off Items in Form
Just to clarify my unique values question-The processes will be different
than the parts table if the user changes them, but they will still have the
same contract number. I might get double the component parts needed. I am
using the user input table in the query--if I have 5 records and add a
sixth, I don't want to append the original 5 again. I didn't explain very
well, but I really appreciate the help. Again, I might be way off from what
you suggested.
This will be a list I keep adding to. In addition, I will add a check box
for Total Item Completed, so I can filter out an order (not just processes)
when completely done.
Thank You,
Chad
<pietlinden@hotmail.com> wrote in message
news:1119418460.514525.277870@g47g2000cwa.googlegr oups.com...[color=blue]
> What if you were to insert all of these records into an existing table
> with a Y/N field for "completed" or whatever. Or a datestamp for
> completed, and then you could just filter for Completed=False or
> CompletionDate IS NULL or whatever.
>
> The rest looks fairly straightforward:
> for each component, there are a series of processes, which begin X days
> from starting date. You can do all that with DateAdd() and calculate
> on the fly, and/or insert into a final table.
>[/color] |