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 TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

multi level database

Status
Not open for further replies.

j33

Computer
Joined
Apr 4, 2005
Messages
1
Location
US
Can anyone tell me the syntax for a multi level index, for example: "rs.fields("company")" gives me the first level but, i need identify the 2nd level (one database but 2 tables)......thanks in advance.......Jerry
 
Just change your query that you are using to build your recordset to return the second table instead of the first table.


Evan T. Basalik, MCSD
--------------------------------
It's all about prioritization...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top