Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need data linked in tables to show other data

Status
Not open for further replies.

dw1

IS-IT--Management
Oct 2, 2002
47
US
I have several tables link with a primary key also some tables have a SITEID linked, I once had that field show the SITENAME for the same records instead of SITEID. Any Idea how I did that?
 
Well, if the tables can logically be linked using a SiteId, and one of the tables has a SiteName field, then you should be able to create a query which includes the SiteName field as one of the output fields. This query could then be used as the recordsource for a form ...

or ... perhaps in your old system, you used a combo box to view the SiteName of a site, as associated with the SiteId.

Its hard to second guess what you had before, but hopefully this will help,
Steve Lewy
Solutions Developer
steve@lewycomputing.com.au
(dont cut corners or you'll go round in circles)
 
I tried the combo box method, row source type = FIELD LIST, row source = SITE table, nothing happend
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top