Writing code
From the question ResapostOmatchPass I want to get some info by using multipleterms. The first part up to the ' mark works fine, but I need to include the rest of the terms.It is not as simple as modifying the question because this question must be as is. Do I need to make another question based on the first one where I can include the terms or is it possible to include all the terms in the code? The code I'm trying to use is:
DCount("KVITTONR", "ResapostOmatchPass", ARBPASSNR = Forms!SkapaSaknadePass!ARBPASSNR) ' And (FORAR_ID = Forms!SkapaSaknadePass!Forarnr) And (Taxinr = Forms!SkapaSaknadePass!Taxinr) And (KVITTONR = "?????? - 01"))
The last term is also a problem. The field KVITTONR is a textfield and I want to count KVITTONR that has 6 digits and then -01. What is the right way to write it in the code?
