S
Steve
I am having a problem where I have a main form with
buttons on it to link to other forms. In 2003, the links
work, but in 2000/xp, they do not. I have tried both of
the following;
=OpenForms("Print Purchase Order Dialog")
and....
Dim stDocName As String
Dim stLinkCriteria As String
stDocName = "Print Purchase Order Dialog"
DoCmd.OpenForm stDocName, , , stLinkCriteria
End Sub
When I click it, it doesnt do anything. I have tried
this on 2 different computers and no luck. The format is
access 2000. I think something must be wrong in the
database options or setup, but cant figure it out.
Any help is appreciated.
-Steve
buttons on it to link to other forms. In 2003, the links
work, but in 2000/xp, they do not. I have tried both of
the following;
=OpenForms("Print Purchase Order Dialog")
and....
Dim stDocName As String
Dim stLinkCriteria As String
stDocName = "Print Purchase Order Dialog"
DoCmd.OpenForm stDocName, , , stLinkCriteria
End Sub
When I click it, it doesnt do anything. I have tried
this on 2 different computers and no luck. The format is
access 2000. I think something must be wrong in the
database options or setup, but cant figure it out.
Any help is appreciated.
-Steve