How to do it

pozzy

Registered User.
Local time
Today, 09:35
Joined
Oct 15, 2003
Messages
11
Hi. I have a Links table that stores assets (AssetID) from a Asset table and connected to a client (ClientID) from a Client table. I wish to be able to display the current clients name on a asset details form
 
Use a query that joins the two tables and selects the necessary columns from both as the RecordSoruce for the asset details form.
 
Thanks Pat. It does work, however I encountered a problem as there may be more than 1 user per asset
 
I think I have found the solution. I have added a subform to the asset details form.
 

Users who are viewing this thread

Back
Top Bottom