Pernia
New member
- Local time
- Yesterday, 18:05
- Joined
- Nov 19, 2009
- Messages
- 5
hi guys
i don't know how should i use substr functions such as substr or instr
in a dao sql query!!!
for exampe:
Select * from Table1 where instr(1,field1,'martin')>0
it doesn't work in vb6 dao(SP6) but it could run in access in one query
.

i don't know how should i use substr functions such as substr or instr
in a dao sql query!!!
for exampe:
Select * from Table1 where instr(1,field1,'martin')>0
it doesn't work in vb6 dao(SP6) but it could run in access in one query
