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!

Search results for query: *

  • Users: NSmoller
  • Content: Threads
  • Order by date
  1. NSmoller

    Not able to click box in query, help please

    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...
  2. NSmoller

    question regarding syntax etc

    SELECT l.MD, l.Patient, l.SSN, l.Drug, l.LASTFILL FROM Locallist6m AS L, blueteammds AS b WHERE l.md Like (left(b.md,4)+"*") And [md aware]=True ORDER BY l.md, l.lastfill; this is my query. when i take out blueteammds as b and expand b.md to be blueteammds.md it asks me for the value when i...
  3. NSmoller

    query help

    What is the difference between these? SELECT LocalList.MD, Locallist.patient, locallist.SSN, locallist.drug, locallist.Lastfill FROM Locallist, Duplicates WHERE Locallist.Patient=Duplicates.Patient ORDER BY locallist.MD, locallist.LastFill; SELECT LocalList.MD, Locallist.patient...
  4. NSmoller

    Basic Report Noobie Question

    I'm an employee of a healthsystems organization. we have a list like follows: Dr Smoller Johnson, Gary Lipitor 10 mg 2/10/05 ... Dr Smoller Smith, Tony Lipitor 20 mg 12/10/05... Dr Smoller Robinson, Wendy Lipitor 10 mg 1/3/06... Dr Stenzo Doe, Jane Lipitor 20 mg...

Part and Inventory Search

Back
Top