aliasquark
Registered User.
- Local time
- Today, 06:57
- Joined
- Dec 2, 2002
- Messages
- 14
I have a Form which populates a table [T-Orders] in Mircosoft Access.
I want to be able to choose products from a query [Q-Products] using a combo box using a field called
I want to be able to choose products from a query [Q-Products] using a combo box using a field called
Code:
to populate the [T-Orders] table - then fill in the other fields which are unique to [T-Orders]
I am finding it hard to work out how to populate more than one field of the [T-Orders] table. So far all I am able to do is populate the field in T-Orders which is also called [Code].
So what I guess I am asking for is a way of referencing the other fields in [Q-Orders] using the one selection from the combo box instead of just populating the one field on which the relationship is based on.
Don't know if this is an SQL problem or simply an Access one, but it is a problem none the less! Any suggestions?
By the way, the combo box is set up to retrieve all fields that are common to the Query and the Table not just the field [Code], it's just not sending the other values to their related [T-Orders] field.
Q.