In my replicated database I have two forms, frmSwitchboard and
frmUserSelection.
On frmUserSelection there is a button to open frmUserSelection with the
following default code attached:
=========
Private Sub btnOpenFormFrmSwitchboard_Click()
On Error GoTo Err_btnOpenFormFrmSwitchboard_Click
Dim stDocName As String
Dim stLinkCriteria As String
stDocName = "frmSwitchBoard"
DoCmd.OpenForm stDocName, , , stLinkCriteria
Exit_btnOpenFormFrmSwitchboard_Click:
Exit Sub
Err_btnOpenFormFrmSwitchboard_Click:
MsgBox Err.Description
Resume Exit_btnOpenFormFrmSwitchboard_Click
End Sub
==========
The button works fine in the Design Master database but does nothing in
the
Replica. No action, no error!
Why do you think this could be?
--
-Toby
Add the word afiduluminag to the subject to cir***vent my email filters.