G
Guest
I am trying to open a table and read values. The following code causes error:
Set db = CurrentDb()
Set snpTblConnect = db.OpenRecordset("tsDB_Connection", dbOpenSnapshot)
With snpTblConnect
strApp = !AppName
End With
How can I read the table values?
Thanks
Set db = CurrentDb()
Set snpTblConnect = db.OpenRecordset("tsDB_Connection", dbOpenSnapshot)
With snpTblConnect
strApp = !AppName
End With
How can I read the table values?
Thanks