Z
Zack
I'm trying to use the 'Application.DoCmd.Outputto acDataTable "Table1", etc.
I have no problem doing it as shown above, but when I try to substitute a
variable for "Table1", I'm not able to do it.
So my question is, how can I save a reference to a table as an object
variable? This seems simple, since table1 is just a table object in table
view of Access. I know its probably a 'Set v = table1' but I'm having a
tough time figuring exact verbage to make the assignment.
I have no problem doing it as shown above, but when I try to substitute a
variable for "Table1", I'm not able to do it.
So my question is, how can I save a reference to a table as an object
variable? This seems simple, since table1 is just a table object in table
view of Access. I know its probably a 'Set v = table1' but I'm having a
tough time figuring exact verbage to make the assignment.