Okay, let me try again I am sorry I'm not explainning this clearly enough it
is as difficult to explain as to try to do.
Engineer Janet has completed the software upgrade and is now releasing the
software. 3 different versions are released software 4.00, 104.00 and
204.00. the are part numbers 12345678 for version 4.00 and 23456789 for
version 104.00, and 34567891 for version 204.00, also there is part number
45678912 for a label for verison 204.00. so when Engineer Janet puts opens
the form I think would be the easiest if she put in maybe the software
version of xx4.00 the form would generate a list of part numbers the part
numbers listed above that do not contain xx4.00 or any deriviate there of.
That is what I'm trying to do. I want to make generating the file move form
as easy as possible for the engineer because there are alwyas some part
number that is forgotten.
Thank you in advance.
> >I would like it to happen when the form is opened it should generate the new
> >information. What I have is a continuious form used to list drawings that
[quoted text clipped - 18 lines]
>
> John W. Vinson [MVP]
John W. Vinson - 23 Jul 2007 22:14 GMT
>Okay, let me try again I am sorry I'm not explainning this clearly enough it
>is as difficult to explain as to try to do.
[quoted text clipped - 10 lines]
>as easy as possible for the engineer because there are alwyas some part
>number that is forgotten.
It *sounds* like you want a Subform on the form listing the part numbers *for
the specific software that has been entered on the form* - not de novo for a
completely blank, no information yet entered form. It's the latter that you
seemed to be asking for.
If you could explain the sentence " generate a list of part numbers the part
numbers listed above that do not contain xx4.00 or any deriviate there of" it
might help. None of the part numbers that you list "contain xx4.00" - they're
strings of numbers with no decimal.
Perhaps I should have asked some time ago: What Tables do you have? What is
the Primary Key of each table? How are the tables related? Please explain as
to someone who has no idea what kind of work you're doing, what information
you are handling, or anything about your tables; just as and example you use
the term "label" which has a specific meaning in Access (a Label control on a
form) but I'm sure that's not the sense in which you're using it!
John W. Vinson [MVP]