peskywinnets
Registered User.
- Local time
- Today, 14:36
- Joined
- Feb 4, 2014
- Messages
- 582
Up until now I've only ever referenced one table in VBA for the purposes of traversing.
First question... it's possible to join tables & then treat as one 'entity'?
If so, then what happens in the scenario where the two tables have the same name for a a field, for example table1.ID & table2.ID?
For a single table I'd normally just do something like this...
if rst!ID = 1 then blah blah
but if both tables have a field called ID, then how do I differentiate them?
(Sorry for the n00bescent line of questionage)
First question... it's possible to join tables & then treat as one 'entity'?
If so, then what happens in the scenario where the two tables have the same name for a a field, for example table1.ID & table2.ID?
For a single table I'd normally just do something like this...
if rst!ID = 1 then blah blah
but if both tables have a field called ID, then how do I differentiate them?
(Sorry for the n00bescent line of questionage)