Steveanderson
Registered User.
- Local time
- Yesterday, 20:40
- Joined
- May 27, 2010
- Messages
- 16
I have tried to find the solution to this problem for several days but I still can't figure it out:
I have two tables
Table 1 (more than 1 million records)
Fields A / B /C /D
Table 2 (several thousand records)
Fields A / 1 / 2 / 3
The field A is a unique identifyer that could be used to link both tables
I want to create a Table 3 which includes field A and any other fields from table 1 or 2. These extra fields should be selected through a combobox.
How do I create this new table while maintaining the link to the data ?
Thansk in advance
I have two tables
Table 1 (more than 1 million records)
Fields A / B /C /D
Table 2 (several thousand records)
Fields A / 1 / 2 / 3
The field A is a unique identifyer that could be used to link both tables
I want to create a Table 3 which includes field A and any other fields from table 1 or 2. These extra fields should be selected through a combobox.
How do I create this new table while maintaining the link to the data ?
Thansk in advance