Goingcrazy
Registered User.
- Local time
- Yesterday, 20:31
- 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?
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?