I am attempting to format a text box which is based on the field Account_# from a query. In the control source I have: =MaskAccount([Account_#])
MaskAccount is the following function:
Public Function MaskAccount(strAccount As String) As String
MaskAccount = "xxxxxxxxxxxx" &...
I need to generate a quarterly report (user input date parameters) that contains about 60 different calculations. I have been writing a procedure with a series of nested Case statements to produce the calculations. I thought they were too difficult to do in a query. How do I tie these...
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.