S
SinCity
I have this code...
Set db = CurrentDb()
And I would like to have it refer to a particular table instead of the
current table.
Like this...
Set db = Table1
But the above code does not work. What is the correct syntax for this?
Thanks!!!!
Set db = CurrentDb()
And I would like to have it refer to a particular table instead of the
current table.
Like this...
Set db = Table1
But the above code does not work. What is the correct syntax for this?
Thanks!!!!