|
-
Sep 14th, 1999, 06:38 PM
#1
Thread Starter
Addicted Member
Hi
I have an access database with 2 tables.
Table 1 contains a field that gets all its possible values from table 2. So within access if i click on that field a combo box appears with all the options that i can select.
What I want to know is if it is possible to retrive this relationship when I open the database within VB code.
I have tried : CDRrs.Fields(FieldIndex).SourceTable
where CDRs is the open recordset but all it returns is the name of the table that the field is in. I would like to know the name of the table with all the values in.
Your is greatly appreciated.
Cheers
Geoff
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|