Sue, it sounds like it might be time to take a deep breath, and spend a
little time learning how to dynamically filter a form.
Download the example database in this article:
Search form - Handle many optional criteria
at:
http://allenbrowne.com/ser-62.html
It demonstrates how to offer several filter boxes to the user, and then
filter the form to show only the results that match the boxes where the user
entered something.
It's worth learing the technique. You can use it to offer lots of filter
options for your reports as well.
--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users -
http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"Sue" <(E-Mail Removed)> wrote in message
news:EC5C27BC-804A-4D8E-9A49-(E-Mail Removed)...
>I have designed a form that will display a main form & subform in response
>to
> a parameter entered by the user. I've designed a parameter query for that
> purpose, and it works! (Thanks be to God!)
>
> Now I'd like to tinker with it a bit more to get the following result: I'd
> like to change the popup box the user uses to enter the parameter they
> wish
> to see. The parameter may actually be one of 2 numbers. This is because
> the
> place I work for has been transitioning from using one designation - a
> 4-digit number - to identify certain items, but now are beginning to use a
> second designantion - an 8-digit number to identify them. Some items have
> both designations, some have one, some have the other. So I'd like to have
> the popup show 2 columns, one with the 4-digit number and the second with
> the
> 8-digit number.
>
> Do I design a new form that will display this way?
> If so, how do I get it to "link" to the form/subform based on the
> parameter
> query?
>
> Obviously I'm out of my league!
>
> I'd appreciate any help you can offer... as always. This board - and the
> MVPs who monitor it so assiduously - has been a life-saver.
> --
> Thanks for your time!