Access: Custom concatenation of fields - TechRepublic
General discussion
August 9, 2000 at 02:35 PM
bernie.wilson

Access: Custom concatenation of fields

by bernie.wilson . Updated 25 years, 10 months ago

A table in Access 2000 contains the fields [Last Name] and [First Name]. On the report form design, the basic concatentation of the field is [Last Name]&”, “&[First Name]. If [Last Name] is blank, I want the report to display only [First Name] without the preceding comma. I realize this may require a VB macro or prior query. I just don’t know what I need.

This discussion is locked

All Comments