D
doodle
greetings all.
windows xp, access 97, visual studio 2005
i can't get this query to work in access. it works in visual studio. I
tried changing out the % with * and I still can't get it to work.
SELECT DISTINCT tblSpindleUsage.PartNum, tblSpindleUsage.PartDescrip,
tbl_JobLog_Data.[Spindle Type]
FROM tblSpindleUsage, tbl_JobLog_Data
WHERE (tblSpindleUsage.PartDescrip LIKE '%' &
tbl_JobLog_Data.[Spindle Type] & '%') AND (tblSpindleUsage.PartNum LIKE
'%' & '*' & '%')
ORDER BY tblSpindleUsage.PartNum
-doodle
windows xp, access 97, visual studio 2005
i can't get this query to work in access. it works in visual studio. I
tried changing out the % with * and I still can't get it to work.
SELECT DISTINCT tblSpindleUsage.PartNum, tblSpindleUsage.PartDescrip,
tbl_JobLog_Data.[Spindle Type]
FROM tblSpindleUsage, tbl_JobLog_Data
WHERE (tblSpindleUsage.PartDescrip LIKE '%' &
tbl_JobLog_Data.[Spindle Type] & '%') AND (tblSpindleUsage.PartNum LIKE
'%' & '*' & '%')
ORDER BY tblSpindleUsage.PartNum
-doodle