M
Mike Revis
Hi Group,
Win xp pro. Access 2007.
I thought I knew how to do this but I am wrong.
txtDescription is an unbound text box.
How can I get rid of the strings when there is no data in a field?
If only one field has data then I get the obvious.
, ProperShippingName, (), , , , , FP= C-cc
Each field with data must be separated with a "comma space".
txtDescription = [UNorIDNumber] & ", " & _
[ProperShippingName] & ", " & _
"(" & [TechnicalName] & ")" & ", " & _
[Class] & ", " & _
[SubClass] & ", " & _
[PackingGroup] & ", " & _
[Authorization] & ", " & _
"FP= " & [Flashpoint] & " C-cc"
As always any thoughts, comments or suggestions are welcome.
Best regards,
Mike
Win xp pro. Access 2007.
I thought I knew how to do this but I am wrong.
txtDescription is an unbound text box.
How can I get rid of the strings when there is no data in a field?
If only one field has data then I get the obvious.
, ProperShippingName, (), , , , , FP= C-cc
Each field with data must be separated with a "comma space".
txtDescription = [UNorIDNumber] & ", " & _
[ProperShippingName] & ", " & _
"(" & [TechnicalName] & ")" & ", " & _
[Class] & ", " & _
[SubClass] & ", " & _
[PackingGroup] & ", " & _
[Authorization] & ", " & _
"FP= " & [Flashpoint] & " C-cc"
As always any thoughts, comments or suggestions are welcome.
Best regards,
Mike