Hi i have a drop downlist which has Supplier_ID's, when i select an id it populates some textfields with the Supplier Name, however it does not populate the Contact or telephone?
It is part of the query, am i limited to using only Column(0) and Column(1) as i can seem to use Column(2) etc..
This is how i am calling the values..
Me!Supplier_Name = Me![Supplier_ID].Column(0)
Me!Contact = Me![Supplier_ID].Column(1)
Me!Telephone = Me![Supplier_ID].Column(2)
Please can someone help!
Many thanks,
BF
It is part of the query, am i limited to using only Column(0) and Column(1) as i can seem to use Column(2) etc..
This is how i am calling the values..
Me!Supplier_Name = Me![Supplier_ID].Column(0)
Me!Contact = Me![Supplier_ID].Column(1)
Me!Telephone = Me![Supplier_ID].Column(2)
Please can someone help!
Many thanks,
BF