I have a database with an email field that is a hyperlink. Is there a way I can make it always be an email hyperlink? My users always forget to change from URL to email and then when I click to send an email, it opens their website. Any suggestions? My knowledge is quite limited...just...
Button called [btnWork] (I have run out of names :))
When the button is clicked, the report opens fine, but blank.
In trying to solve my problem, I quickly created a small, new database and did all this for that and ran a report without a hitch?? Hmmmm...
Thanks!
--My combo box is named cboLastName
--Code for OnClick of the button:
Private Sub btnViewIDP_Click()
End Sub
Private Sub btnWork_Click()
On Error GoTo Err_btnWork_Click
Dim stDocName As String
stDocName = "IDP by Last Name"
DoCmd.OpenReport stDocName, acPreview...
Okay, after many hours trying to figure this out, even comparing to a database someone else has sent me with this option in it, and removing my subreport for the time just to work out the kinks, it is still not working.
I have done everything I can think of. What I meant before by: "If I run...
This is a great start, I have created the form with combo box listing Names. I have my two queries used in my report referenced back to the Combo box. If I run the report and type the names in the two fields (Forms!Name Lookup Form!Combo2) I get the report, however if I click the name in the...
I have a report called IDP Report and subreport within that pulls from a query with calculated values. How can I get the subreport to pull from the same criteria as the report without having the user type the criteria in 2x? Thanks a lot!
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.