kgcrowther
Registered User.
- Local time
- Today, 03:42
- Joined
- Jun 1, 2001
- Messages
- 52
I'm trying to set up a query to search every field in a record. There are many field!
Can I write a module that does this? I don't really know any VB, but I would think somehting like:
Dim F as Field; RS and RecordSet
Dim Str as String
For Each F in RS
find Str in F
End For
Exit
Does anyone know what I could do. Any help is great!
Kenneth
Can I write a module that does this? I don't really know any VB, but I would think somehting like:
Dim F as Field; RS and RecordSet
Dim Str as String
For Each F in RS
find Str in F
End For
Exit
Does anyone know what I could do. Any help is great!
Kenneth