kentwoodjean
Technical User
I have a couple of questions if someone could answer them for me please. Courious minds need to know.
I have one table (employees) with fields of LastName and FirstName. In my query, I use NAME: [LastName] & ", " & [FirstName] with a result of Doe,Jane.
In another table (WMS)I have fields EMPLSTNAME and EMPLSTNAME. In my query for this table I use:
Name: [EMPLSTNAME] & ", " & [EMPFSTNAME] with a result of
DOE, JANE.
There is a large space appearing in the 2nd situation between the 2 components of Name. (1) Why does one space as it should while the other does not? Is it because of the Capital letters? If so, how do you fix that?
I have one table (employees) with fields of LastName and FirstName. In my query, I use NAME: [LastName] & ", " & [FirstName] with a result of Doe,Jane.
In another table (WMS)I have fields EMPLSTNAME and EMPLSTNAME. In my query for this table I use:
Name: [EMPLSTNAME] & ", " & [EMPFSTNAME] with a result of
DOE, JANE.
There is a large space appearing in the 2nd situation between the 2 components of Name. (1) Why does one space as it should while the other does not? Is it because of the Capital letters? If so, how do you fix that?