C
Christine
Perhaps I'm dense but I don't for the life of me
understand how to construct functions: what
command/information comes first, second, third, etc.
My current problem is this. On a form, I have set the
datasource for the form to Employees. I simply want to
trim the field LastName, add a comma (,) then show
FirstName. I have tried to enter function information in
the Data Control Source like this:
=Ltrim$(Last Name) + "," + First Name
and
=Name: LTrim$(Last Name) & "," & (First Name)
and everything inbetween, including the use of ([])
without success. This should be so simple - what am I
doing wrong??
Fast response will be greatly appreciated - I've wasted 1-
1/2 days already trying to figure this out.
understand how to construct functions: what
command/information comes first, second, third, etc.
My current problem is this. On a form, I have set the
datasource for the form to Employees. I simply want to
trim the field LastName, add a comma (,) then show
FirstName. I have tried to enter function information in
the Data Control Source like this:
=Ltrim$(Last Name) + "," + First Name
and
=Name: LTrim$(Last Name) & "," & (First Name)
and everything inbetween, including the use of ([])
without success. This should be so simple - what am I
doing wrong??
Fast response will be greatly appreciated - I've wasted 1-
1/2 days already trying to figure this out.