G
GG
hi, i make a query in SQL SERVER like this: SELECT * FROM
TABLENAME WHERE (FIELDNAME & 8)= 8, that return the rows
that FIELDNAME's bit3 is 1, and it works well. BUT in
ACCESS , it does not work well. HOW can i implement a same
query in ACCESS just like it in SQL SERVER?
TABLENAME WHERE (FIELDNAME & 8)= 8, that return the rows
that FIELDNAME's bit3 is 1, and it works well. BUT in
ACCESS , it does not work well. HOW can i implement a same
query in ACCESS just like it in SQL SERVER?