Hi All
I'm trying to use Chip Pearson's DistinctValues() function (http://www.cpearson.com/excel/distinctvalues.aspx) which should be pretty straightforward (following is just the relevant code):
Dim SdqAllIDsSSRSArray, SdqUniqueIDs, BigBoxArray() As Variant
Dim LastRowSdq As Integer...
Hello All
I've been using Switch() in queries, but want to change to the joined Mapping Table method discussed in thread701-1556644
An example of the Switch I was using in the SELECT statement:
Switch(
Schizophrenia_SeveritySum_Twin1 >= 12, 78,
Schizophrenia_SeveritySum_Twin1 = 11, 76...
Hi all.
I'm new to Access and VBA. I have to change the validation rules of every field (except the record ID) in several tables that have about 200 fields each (they were made to for entering the answers of research questionnaires). I'm thinking the best way to do this is with a VB script. I...
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.