>I have a Master List of vendors. The list is also used on the data entry
> screen so you can add a new vendor record from the drop-down list.
[quoted text clipped - 6 lines]
> Thanks,
> Denise
I thought about that. But if I use a short list for the modify screen, then
in the data entry screen a User may add a record for a new vendor. Then to
modify that record later, it would not be a part of the short list. I
would need a way to build that short list up everytime a new vendor record
is added and add a new master vendor id each time.
I was thinking that if from the drop-down a User picked a vendor and there
were no current records for that vendor, I could just code a pop-up or
something that would let the User know that there were "no records for this
vendor" instead of bringing in a blank form or getting the null error.
The full list needs to be there because the User are looking for their
particular vendor, and it's better just to alert them that there are no
records. Later 1-2 could be added and if not "null" the records would
appear.
I'm still researching the site for this same issue somewhere....
If you know of another way, please advise.....
Thanks,
Denise
Jeff Boyce - 19 May 2005 00:16 GMT
Denise
You and I don't have the same definition of a combo box. When I create a
combo box, I use a query against a table (I used to use value lists, but
they are a pain to maintain). So if the new entry is added to the table,
the query "finds" it immediately!
Or am I misunderstanding?
Good luck
Jeff Boyce
<Access MVP>
>I thought about that. But if I use a short list for the modify screen, then
> in the data entry screen a User may add a record for a new vendor. Then
[quoted text clipped - 19 lines]
> Thanks,
> Denise