snapshot viewer?

Goingcrazy

Registered User.
Local time
Today, 06:29
Joined
May 5, 2008
Messages
23
hi,
I have a split database that is in fe be format. I just moved this database onto a new workstation. Now that i have done this a piece of the code is not working. the code is
function OpenRowSnap (strTable as String) as Recordset
set dbsUniversal=Currentdb
Set OpenRowSnap= dbsUniversal.OpenRecordset(strTable,dbOpenDynaset,dbSeeChanges + dbAppendOnly)
' Debug.Print "Opened: " & strTable
My question is do i need to also install the snapshot viewer for this to work?
 
Snapshot Viewer is installed with Access.
Check your references if any 'MISSING'
 

Users who are viewing this thread

Back
Top Bottom