View Single Post
01-16-2012, 05:43 PM
#4
Village Genius is offline Village Genius
Village Genius's Avatar
Status: Geek
Join date: Apr 2006
Location: Denver, CO
Expertise: Software
Software: Chrome, Notepad++
 
Posts: 6,894
iTrader: 18 / 100%
 

Village Genius will become famous soon enough

  Old

It should be a simple select statement since its all on one table. Try something like the following:
Code:
SELECT [information],state,county FROM EMIO_Agency_Column WHERE state='state' AND county='county'
where [information] are the other columns you want to pull.

This is a very simple query you're needing help with, should you really be pulling medical records? Are you familiar with SQL injection?

Thanked by:
jasonladue (01-17-2012)