T
TKD Karen
I was having trouble with an ADO function that was creating a recordset
based on a query. I now understand that it was really the query that was
the problem. The query is supposed to be rewritten using ADO in VBA
(Access2000 soon to be upgraded to 2003) but it doesn't recognize the
wildcard '*'. I learned to use '%' instead with the word 'ALike' instead of
'Like' but when I tried to run it, I got booted out of A2k. The DAO code
works for this type of query:
SELECT * FROM tblWhatever WHERE CurrentStatus Like 'Admin*'
Any suggestions how I would save this sqlString to an existing query named
qrySomeQuery?
Thanks!
--
Karen Stern
A Little Help Computer Services, LLC
www.alittlehelp.net
(e-mail address removed)
518-885-4549
Everyone Needs A Little Help!
based on a query. I now understand that it was really the query that was
the problem. The query is supposed to be rewritten using ADO in VBA
(Access2000 soon to be upgraded to 2003) but it doesn't recognize the
wildcard '*'. I learned to use '%' instead with the word 'ALike' instead of
'Like' but when I tried to run it, I got booted out of A2k. The DAO code
works for this type of query:
SELECT * FROM tblWhatever WHERE CurrentStatus Like 'Admin*'
Any suggestions how I would save this sqlString to an existing query named
qrySomeQuery?
Thanks!
--
Karen Stern
A Little Help Computer Services, LLC
www.alittlehelp.net
(e-mail address removed)
518-885-4549
Everyone Needs A Little Help!