border20
Registered User.
- Local time
- Today, 13:54
- Joined
- Jan 8, 2003
- Messages
- 92
Dim lines As Integer
lines= DCount("[field]", "[query name]")
Dim array(0 To lngNbLignes, 1 To 10) As String
I get a error at the declaration of the array....
anyone can tell me what i'm doing wrong ??
(btw the Dcount worked fine, i verified it)
thx
lines= DCount("[field]", "[query name]")
Dim array(0 To lngNbLignes, 1 To 10) As String
I get a error at the declaration of the array....
anyone can tell me what i'm doing wrong ??
(btw the Dcount worked fine, i verified it)
thx