G
Guest
The below is used in the click event to filter available charges from a
lstBox. I've discorverd that I need to change the criteria for this query
based on the type of visit, i.e., Clinic, Device, Ablation, Cardioversion,
etc. I can get this info from the field, fldVisitType. My problem is that I'm
very inexperienced at declaring variables in code.
Any help would be greatly appreciated. Thank, Robert
Me.lstChargeMaster.RowSource = "SELECT * FROM tblChargeMaster " & _
"WHERE fldChargeTypeCode IN('PA', 'PAD') " & "ORDER BY
fldAlternateDescription"
lstBox. I've discorverd that I need to change the criteria for this query
based on the type of visit, i.e., Clinic, Device, Ablation, Cardioversion,
etc. I can get this info from the field, fldVisitType. My problem is that I'm
very inexperienced at declaring variables in code.
Any help would be greatly appreciated. Thank, Robert
Me.lstChargeMaster.RowSource = "SELECT * FROM tblChargeMaster " & _
"WHERE fldChargeTypeCode IN('PA', 'PAD') " & "ORDER BY
fldAlternateDescription"