G
Giem
Maybe I'm just not awake yet, but I don't ever remember typing - Like "RMA*"
- as a criteria in a query builder window and seeing Access change it to
ALike. And that is with a capital L. The only thing I did recently was
reinstall Visual C++.
I'm using it in a statement for a lookup from another table into a combo
box. The other day it worked fine. Now nothing shows up in the combo.
This is what the builder is outputting;all I'm trying to do is select the
field with the criteria that the record is like "RMA*":
SELECT JOBS.JOBNO FROM JOBS WHERE (((JOBS.JOBNO) ALike "RMA*"));
I'm newish, but I've never seen this before and I've never seen Access
change Like to ALike, ever. *Scratches head*
Anyone know what this is about?
- as a criteria in a query builder window and seeing Access change it to
ALike. And that is with a capital L. The only thing I did recently was
reinstall Visual C++.
I'm using it in a statement for a lookup from another table into a combo
box. The other day it worked fine. Now nothing shows up in the combo.
This is what the builder is outputting;all I'm trying to do is select the
field with the criteria that the record is like "RMA*":
SELECT JOBS.JOBNO FROM JOBS WHERE (((JOBS.JOBNO) ALike "RMA*"));
I'm newish, but I've never seen this before and I've never seen Access
change Like to ALike, ever. *Scratches head*
Anyone know what this is about?