Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Not able to click box in query, help please

Status
Not open for further replies.

NSmoller

Technical User
Jan 26, 2006
9
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top