S
SusanJane sjl
I have a database that used to run just fine, but someone re-installed Access
2000 on this machine, and I had to re-install Access 97 (renaming hatten.ttf
to .sav first)
Now, I'm getting a compile error on the following code:
Function GetJobInfoReport()
Dim dbs As Database
Dim rstjobin As Recordset
Dim rstjobid As Recordset
' Open current database
Set dbs = CurrentDb
The err msg reads: function or interface marked as restricted, or the
function uses an automation type not supported in visual basic. When I click
OK, it highlights Set dbs = CurrentDb
2000 on this machine, and I had to re-install Access 97 (renaming hatten.ttf
to .sav first)
Now, I'm getting a compile error on the following code:
Function GetJobInfoReport()
Dim dbs As Database
Dim rstjobin As Recordset
Dim rstjobid As Recordset
' Open current database
Set dbs = CurrentDb
The err msg reads: function or interface marked as restricted, or the
function uses an automation type not supported in visual basic. When I click
OK, it highlights Set dbs = CurrentDb