M
Min
Hi, There is a main table, Clients, the key is ClientID. And there is a sub
table, Invoices, ClientID is the foreign key in table Invoices.
Now, I need order the Invoice table by ClientName. How can I do this?
The problem is I cannot use a joint query which including fields from
Clients, because the joint table must contain all records in Clients, this
makes the query cannot be used to add new Invoice.
table, Invoices, ClientID is the foreign key in table Invoices.
Now, I need order the Invoice table by ClientName. How can I do this?
The problem is I cannot use a joint query which including fields from
Clients, because the joint table must contain all records in Clients, this
makes the query cannot be used to add new Invoice.