G
Guest
I am using a select query that looks like:
SELECT GROUPNAME, ITEMNAME FROM MASTERRG_DETAIL
WHERE (((MASTERRG_DETAIL.ITEMNAME)="113"));
The data generally looks like:
GROUPNAME ITEMNAME
D40000_04 101
D40000_04 102
D40000_04 107
D40000_04 113
D40005_01 101
D40005_01 113
Although there are two groups that contain the item '113' I am getting no
rows returned. Help!
I am using Access 2000 - just to troubleshoot - I am really coding in VB but
getting the same result in both places.
SELECT GROUPNAME, ITEMNAME FROM MASTERRG_DETAIL
WHERE (((MASTERRG_DETAIL.ITEMNAME)="113"));
The data generally looks like:
GROUPNAME ITEMNAME
D40000_04 101
D40000_04 102
D40000_04 107
D40000_04 113
D40005_01 101
D40005_01 113
Although there are two groups that contain the item '113' I am getting no
rows returned. Help!
I am using Access 2000 - just to troubleshoot - I am really coding in VB but
getting the same result in both places.