L
lbsstacey
I have designed a database where I have many queries that do the same thing,
they just are based on tables with specific client information. I know which
client the table relates to based on an abbreviated name found in my process
form. I am wondering how this code could be modified so instead of referring
to a specific table "Terms_BE", the query could refer to a variable "Terms_"
& [Forms]![MainForm]![AbbrName]:
INSERT INTO Terms_BE ( SubSSn, MBRSSn, Rel, [Employee_First Name],
[Employee_Middle Initial], [Employee_Last Name], EffDate, TermDate, Field21,
Expr1 )
they just are based on tables with specific client information. I know which
client the table relates to based on an abbreviated name found in my process
form. I am wondering how this code could be modified so instead of referring
to a specific table "Terms_BE", the query could refer to a variable "Terms_"
& [Forms]![MainForm]![AbbrName]:
INSERT INTO Terms_BE ( SubSSn, MBRSSn, Rel, [Employee_First Name],
[Employee_Middle Initial], [Employee_Last Name], EffDate, TermDate, Field21,
Expr1 )