Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Relationship for two joined tables to show chngs in txtBoxes
Message
 
 
To
All
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Title:
Relationship for two joined tables to show chngs in txtBoxes
Miscellaneous
Thread ID:
00614252
Message ID:
00614252
Views:
66
Good day everyone!
I needed to add more fields to a table in Microsoft Access but could not change the table properties so I created a separate table with the additional fields that I need and a one to many relationship from the Original_table to the New_table so that the join would include all records from the Original_table and only those records from the New_table where the joined fields are equal. I've got two forms to work with. The first form corresponds to the Original table and the second form corresponds to the New table. On both forms I use an adodc connection corresponding to the appropriate table. Why don't the text box fields change in my new form to reflect the record that is displayed in the original form? Do I need to use a SQL statement like

SELECT * FROM Original_Table
UNION ALL SELECT * FROM New_Table

for both adodc RecordSource properties instead of just : SELECT * FROM Original_Table
for the original form and: SELECT * FROM New_Table for the new form?

Any help will be greatly appreciated!
Thank you!
Max
Next
Reply
Map
View

Click here to load this message in the networking platform