T
Tim
Hi folks,
How to select the first field of a table in VBA? I am
using Access97?
Rst = CurrentDB.OpenRecordset("SELECT Count(" & -
table.field.1- &") AS Count1 FROM EMP;")
I set the table name as a variable and count the records
of the tables. Therefore, I need to select the first
field of any table name.
Any help will be appreciated.
Thanks.
Tim.
How to select the first field of a table in VBA? I am
using Access97?
Rst = CurrentDB.OpenRecordset("SELECT Count(" & -
table.field.1- &") AS Count1 FROM EMP;")
I set the table name as a variable and count the records
of the tables. Therefore, I need to select the first
field of any table name.
Any help will be appreciated.
Thanks.
Tim.