Lookup from a table

Sgte
2StarLounger
Posts: 164
Joined: 10 Feb 2010, 12:53

Lookup from a table

Post by Sgte »

Our database is split between a front and back end - with the tables in the back end. Now I want to create a new table and the second field will be one to lookup a client's unique code. However there are three types of client and they are drawn together in a SQL query. Obviously this query is stored outside of the back end, so can I access it to use as a lookup field in the new back end table?

User avatar
HansV
Administrator
Posts: 78592
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: Lookup from a table

Post by HansV »

You don't really need a lookup field in the table - you can do the lookup in the frontend.
Best wishes,
Hans