I'm hoping someone can help me troubleshoot this problem. I have a form using a text box linking to a URL within another table. I have no problem launching a browser when clicking on the text box but the browser window opens behind the Access window. I've looked into the app.Activate function...
I have the following working, the link opens and the Internet Explorer window activates but I receive a runtime error 424 object required - Any suggestions.
Private Sub SchedNoSubItem_Click()
Application.FollowHyperlink (HyperlinkPart(Me.[tblURLs.URL]))
InternetExplorerApplication.Activate...
I have a form generated by query using a text both with an expression which is a combination of two fields. I want to give the user the ability to click on the text and go to a url. The urls are stored in a another table.
tbl1
schedno
URL
qry (tbl2)
expr [schedno][subitem]
I just don't know...
I need help suggestions for the best development approach for a form. The database is loaded with a master set of records. Tbl1 contains a master "record filing structure" related to tbl2, a set of "record schedules" (note many-to-many) each schedule then has separate possible dispositions tble3...
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.