J
jay
All,
I've got a table as follows:
[ItemNumber] [Supplier1] [Supplier2] [Supplier3] [Supplier4]
[Supplier5]
I need to generate a combo-box listing each of the five suppliers for an
Item Number. I've considered something like
[combo].[additem] dlookup (ItemNumber, Supplier1) - forgive the bad
programming!
but it seems a bit intensive for some low spec workstations
Is it possible to create a querry to base the combo box on?
thanks in advance
Jay Hallsworth
I've got a table as follows:
[ItemNumber] [Supplier1] [Supplier2] [Supplier3] [Supplier4]
[Supplier5]
I need to generate a combo-box listing each of the five suppliers for an
Item Number. I've considered something like
[combo].[additem] dlookup (ItemNumber, Supplier1) - forgive the bad
programming!
but it seems a bit intensive for some low spec workstations
Is it possible to create a querry to base the combo box on?
thanks in advance
Jay Hallsworth