I have a select query with a user-defined function field.
The function takes required args, some of which are fields in the query, plus some that I don't want in the query.
(The query is 1/2 of a union query, and I don't want to have to pad the other select query with fields it doesn't need.)
I...
'Check help topic "Quotation Marks in Strings"
'strings in strings are a pain in domain aggr functions
Private Function strUnique() As String
'concatenates unique integer with a default string
'to create a unique identifier
'example uses "_default" for default string...
My plan is to expose only certain fields to the end user of an mde for setting default values (no design views allowed)at the form level.
Textboxes in the form to be used to set defaultvalue in the target form have their own defaultvalue set to the defaultvalue of the target form with an...
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.