malcprice,
Don't know if you've solved your problem yet .... this works for me.
In the row source for the combo box enter:
"SELECT Mid([Name],4) AS Expr1 From MSysObjects WHERE (((MSysObjects.Type) = -32764) And ((Left([Name], 3)) = ""rpt""))ORDER BY...
loloslikes,
This is the code I have been using,
Private Sub cmdOpenPDF_Click()
Dim MyPath As String
MyPath = Me.filepath
Me.cmdOpenPDF.HyperlinkAddress = MyPath
End Sub
Works great for me. Hope this helps.
Hi there,
I have an Access 2002 database using MapX in 2 of its forms. If I enter either of these forms from the database window I can exit Access with no problems and all is well.
If, however, I enter these forms from any other form using docmd.openform "myformnamehere" and try to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.