Michael.Koppelgaard
New member
- Local time
- Today, 18:14
- Joined
- Apr 19, 2022
- Messages
- 17
It's possible to use a query from Access as input to dCount.
I'm wondering if you can do the same thing with dLookup?
I get an error when I try;
INI:
dim n as integer
n = DCount("*", "query1")
I'm wondering if you can do the same thing with dLookup?
I get an error when I try;
Code:
Dim res As Variant
Set res = DLookup("*", "query1")