Not enough coffee or something this morning but I just can't wrap my head around this today.
I have two recordsets rsTraArt and rsTraArtHdr that are created using:
set rsTraArt = db.OpenRecordset("....")
Both recordsets have the fields TraSys, TraLvl and TraSeq in common.
How do I join these two large recordsets into one using VBA?
Should be easy but I can't figure it out this morning.
Thanks in advance for any help you can give me.
[flush]
DBAMJA
It is said that God will give you no more than you can handle. I just wish God didn't have so much faith in me.
I have two recordsets rsTraArt and rsTraArtHdr that are created using:
set rsTraArt = db.OpenRecordset("....")
Both recordsets have the fields TraSys, TraLvl and TraSeq in common.
How do I join these two large recordsets into one using VBA?
Should be easy but I can't figure it out this morning.
Thanks in advance for any help you can give me.
[flush]
DBAMJA
It is said that God will give you no more than you can handle. I just wish God didn't have so much faith in me.