I have one user of a database that gets an error "Compile Error. Function or interface marked as restricted, or the function uses an Automation type not supported in Visual Basic." The Access version is the same (97) and the references are the same. I even tried a re-install of Access but to no avail.
The following link produces the error:
The event is in a form load procedure called by clicking a button.
I'm about to go home for the day so I can tackle this afresh tomorrow. Any help would be greatly appreciated.
dmh4ab
The following link produces the error:
Code:
Set qdf = CurrentDb.QueryDefs("RequestNo_ToolingTable")
I'm about to go home for the day so I can tackle this afresh tomorrow. Any help would be greatly appreciated.
dmh4ab