Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Software > Access Replication > DoCmd.OpenForm ...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 8 Topic 1585 of 1638
Post > Topic >>

DoCmd.OpenForm doesn't work in replica

by Toby Newman <google@[EMAIL PROTECTED] > Mar 27, 2008 at 02:00 PM

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.
 




 8 Posts in Topic:
DoCmd.OpenForm doesn't work in replica
Toby Newman <google@[E  2008-03-27 14:00:01 
Re: DoCmd.OpenForm doesn't work in replica
"David W. Fenton&quo  2008-03-28 04:13:50 
Re: DoCmd.OpenForm doesn't work in replica
Toby Newman <google@[E  2008-04-04 14:00:02 
Re: DoCmd.OpenForm doesn't work in replica
"David W. Fenton&quo  2008-04-05 01:26:24 
Re: DoCmd.OpenForm doesn't work in replica
=?Utf-8?B?Um9i?= <Rob@  2008-04-18 08:07:00 
Re: DoCmd.OpenForm doesn't work in replica
"David W. Fenton&quo  2008-04-18 21:15:26 
Re: DoCmd.OpenForm doesn't work in replica
=?Utf-8?B?Um9i?= <Rob@  2008-04-22 06:10:00 
Re: DoCmd.OpenForm doesn't work in replica
"David W. Fenton&quo  2008-04-22 20:40:26 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri Nov 21 22:36:51 CST 2008.