Hello,
I have a continuous form called frm_Surv bound to a qry called qry_Surv with fields:
P_ID (the id field)
P_Notes (a note field)
P_Select (a yes no check box)
When a record has P_Select checked as True, I would like a txtbox in the form footer to display all P_note field values, separated by a comma.
I have looked at Allen Browns concatenate code, but this relates to a one to many structure.
Is there a fairly easy way to do this?
Thanks Mark
I have a continuous form called frm_Surv bound to a qry called qry_Surv with fields:
P_ID (the id field)
P_Notes (a note field)
P_Select (a yes no check box)
When a record has P_Select checked as True, I would like a txtbox in the form footer to display all P_note field values, separated by a comma.
I have looked at Allen Browns concatenate code, but this relates to a one to many structure.
Is there a fairly easy way to do this?
Thanks Mark