J
jjacob
I started this discussion in another thread, but have solved my initial
problem so I thought it warranted a new one.
Here is my expression
FirstName: Trim([dbo_Pr_EmpDemo_T]![chrFirstName]) &
Space(10-Len(Trim([dbo_Pr_EmpDemo_T]![chrFirstName])))
Now, I get the length of field I want so that I can export a text file to
send to the SSA. BUT I have a few cases where the name is too long, either
last or first so the result in my field is
#Error
Is there a way to avoid this and have Access just drop the extra characters?
problem so I thought it warranted a new one.
Here is my expression
FirstName: Trim([dbo_Pr_EmpDemo_T]![chrFirstName]) &
Space(10-Len(Trim([dbo_Pr_EmpDemo_T]![chrFirstName])))
Now, I get the length of field I want so that I can export a text file to
send to the SSA. BUT I have a few cases where the name is too long, either
last or first so the result in my field is
#Error
Is there a way to avoid this and have Access just drop the extra characters?