Oh. And just to also clarify, using Join() directly in the conditional worked ok. I could hard code a value in, like:
InStr(Join(query_satExclude()),"123456")>0
and that worked. same with my new function, myJoin(). It's something with the way it references the record field. I'm not doing...
Join() is a VBA function. As is InStr().
I can see Join being a reserved word for SQL aspects. I wrote a wrapper for it, but it doesn't seem to work either.
Public satExclude() as String
Public Function query_satExclude() As Variant
query_satExclude = satExclude
End Function
Public...
Hi all,
I'm using Access 2003.
First, I have read many articles about using cond. formatting with continuous forms. The primary means seem to be using the Format->Conditional Formatting menu, or to create a box that will cover the background.
I'm trying to use the built-in mechanism, using 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.