Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Front End
Message
From
20/08/2001 10:34:12
 
 
To
20/08/2001 10:28:21
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Title:
Miscellaneous
Thread ID:
00546017
Message ID:
00546224
Views:
19
>I am using SDI forms, so the user can only open 1 at a time.
>
>How can I relate the fields, if I open several recordsets?
>
>Thanks for your help

Then that makes it easier. There are two things that might work:
1) Open the additional tables in separate recordsets and use the Find method of the recordset to find related data. Unfortunately there is no way to relate separate recordsets on the client-side. This is the simplest.

2) Use a Select statement as the source to the recordset that joins the appropriate tables for each form. On this type of recordsets you can only make changes to one table, so make sure you include all fields from the table that needs processing.

HTH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform