G
Guest
Hi,
This function with SQL statement parameter works fine when the field MRN is
a number field but it does not work when MRN is a text field. How do I refer
to the field in the SQL statement when it is a text field? Thanks.
ConcatDx("SELECT [Procedure(s)] FROM qryConcatProc WHERE MRN =" &
TblPatient.MRN)
This function with SQL statement parameter works fine when the field MRN is
a number field but it does not work when MRN is a text field. How do I refer
to the field in the SQL statement when it is a text field? Thanks.
ConcatDx("SELECT [Procedure(s)] FROM qryConcatProc WHERE MRN =" &
TblPatient.MRN)