I have a search form where a user fills in form fields with values they want to search for. Any non-null fields are filled with asterisks when the user presses the search button.
The search button macro opens up a form with a filter applied to it. The filter is based on a query containing ALL...
Hi there,
I'm trying to insert a carriage return or linefeed in a memo field via a macro using the SetValue action. The expression that I am currently using is:
[Forms]![HPD:HelpDesk]![Work Log] & Chr(10) & Now() & " " & CurrentUser() & ">>" & [Forms]![HPD:HelpDesk]![Temp...
Hi,
I'm trying to set a textbox control in a form (Me.Assignee_Email_Address) to a value returned from this function (temp_Email).
When I run this code the function is returning the value I want (based on the msgbox commands) but I am getting a runtime error 424 on the line "Set...
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.