i initially asked this in another thread, i want to make this a separate topic because i think it requires more attention, since i still cant get it to work 
HERE's the query:
SELECT l.MD, l.Patient, l.SSN, l.Drug, l.LASTFILL AS [Last Fill], l.[MD Aware] AS [MD Aware?]
FROM coreg AS L INNER JOIN md ON left(l.md,4)=left(md.md,4)
WHERE Complete=False And [md aware]=False AND md.clinicid=1 AND LASTFILL>#7/1/2005# and Facility='Albany'
ORDER BY l.md, l.lastfill;
in access, i have an accurate list of patients. i cannot however click on the MD AWARE column (yes/no data type) to change the data in the main table, "Coreg"
The inner join suggestion was that of another member, but still no success.
Thanks
HERE's the query:
SELECT l.MD, l.Patient, l.SSN, l.Drug, l.LASTFILL AS [Last Fill], l.[MD Aware] AS [MD Aware?]
FROM coreg AS L INNER JOIN md ON left(l.md,4)=left(md.md,4)
WHERE Complete=False And [md aware]=False AND md.clinicid=1 AND LASTFILL>#7/1/2005# and Facility='Albany'
ORDER BY l.md, l.lastfill;
in access, i have an accurate list of patients. i cannot however click on the MD AWARE column (yes/no data type) to change the data in the main table, "Coreg"
The inner join suggestion was that of another member, but still no success.
Thanks