G
Guest
I am using the following on a form field [ SELECT [EmployeeID], [LastName] &
", " & [FirstName] FROM Employees ORDER BY [LastName] & ", " & [FirstName];
] which works ok but we use a room name for some of the things. The room name
is stored in the table under FirstName. How can I get it to show up in the
form without the , if the either the FirstName or the LastName is blank?
Right now it would show [, Roberts] I need it to show up like [ Roberts ].
Thanks
Bobbo
", " & [FirstName] FROM Employees ORDER BY [LastName] & ", " & [FirstName];
] which works ok but we use a room name for some of the things. The room name
is stored in the table under FirstName. How can I get it to show up in the
form without the , if the either the FirstName or the LastName is blank?
Right now it would show [, Roberts] I need it to show up like [ Roberts ].
Thanks
Bobbo