G
Guest
Hello,
I am trying to convert Access 97 to 2002. When I try to compile the modules I get a problem that stats:
Function OpenStartup () as Boolean
' Displays Startup form only if database is not a design master or replica.
' Used in OnOpen property of Startup form.
On Error GoTo OpenStartup_Err
If IsItAReplica () Then
' This database is a design master or replica, so close Startup form
' before it is displayed.
.......and so on...it is showing the problem on the IsItReplica...any suggestions on how to fix this???
I am trying to convert Access 97 to 2002. When I try to compile the modules I get a problem that stats:
Function OpenStartup () as Boolean
' Displays Startup form only if database is not a design master or replica.
' Used in OnOpen property of Startup form.
On Error GoTo OpenStartup_Err
If IsItAReplica () Then
' This database is a design master or replica, so close Startup form
' before it is displayed.
.......and so on...it is showing the problem on the IsItReplica...any suggestions on how to fix this???