(i want distinct in msaccess query) i have two tables where my data is matching and repeating in datagridview im working on report plz help me
here is my simple join query
select Labortary.Test_Name,Labortary.Test_Charges,LabortaryTestRecord.[Total Amount]
from LabortaryTestRecord,Labortary
where LabortaryTestRecord.[PatientID]=Labortary.Patient_id
and LabortaryTestRecord.[PatientID]=34