DCinFRANCE
Registered User.
- Local time
- Today, 12:39
- Joined
- Oct 21, 2017
- Messages
- 21
Okay, I have a form, working great, and it's record source is:
SELECT [tblI) Training].*, [tblLU Role Codes].luRCfunc FROM [tblLU Role Codes] INNER JOIN [tblI) Training] ON [tblLU Role Codes].luRCcode = [tblI) Training].T_ROLE;
What I want to do is when the form loads, be able to substitute a different source for [tblI) Training].*
The other sources (tables) have an identical structure, so it's all that has to change?
Any suggestions how I might go about it? Any and all help, as always, will be greatly appreciated. Thanks in advance.
SELECT [tblI) Training].*, [tblLU Role Codes].luRCfunc FROM [tblLU Role Codes] INNER JOIN [tblI) Training] ON [tblLU Role Codes].luRCcode = [tblI) Training].T_ROLE;
What I want to do is when the form loads, be able to substitute a different source for [tblI) Training].*
The other sources (tables) have an identical structure, so it's all that has to change?
Any suggestions how I might go about it? Any and all help, as always, will be greatly appreciated. Thanks in advance.