G
Guest
This is my control source for a text box on a form. Could you please tell me
how to add a title for each item?
=IIf([PV_NUMBER] Is Null,Null,Trim([PV_NUMBER] & ", " & [PV_GROUPNO] & " "
& [PV_GROUPNAME]))
Thanks
how to add a title for each item?
=IIf([PV_NUMBER] Is Null,Null,Trim([PV_NUMBER] & ", " & [PV_GROUPNO] & " "
& [PV_GROUPNAME]))
Thanks