GarstonMassive
Programmer
Hi,
I'm using A97 and getting the above error message on the following line:
Set tdf = "tblTableName" & CStr(x)
Access highlights the ampersand symbol.
X has been declared as an integer and runs from 1 to 10 in a loop.
tdf has been declared as a TableDef.
Anyone shed any light on it? Something to do with References perhaps?
I'm using A97 and getting the above error message on the following line:
Set tdf = "tblTableName" & CStr(x)
Access highlights the ampersand symbol.
X has been declared as an integer and runs from 1 to 10 in a loop.
tdf has been declared as a TableDef.
Anyone shed any light on it? Something to do with References perhaps?