Apr 4, 2005 #1 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
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
Apr 5, 2005 #2 EvanBasalik Computer Joined Jan 31, 2005 Messages 62 Location US 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... Upvote 0 Downvote
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...