can anybody tell why this Ms Access query is not working .Kindly let me know the idea.Any help would be highly appreciated.
Code:
SELECT AccessRole.emp_ID, AccessRole.FormID
FROM AccessRole
WHERE AccessRole.emp_ID='281' and AccessRole.Form_id='4';