G
Guest
I have a control in one of my forms that combines the street, city, state,
and zip fields from the same form, and formats them like you would for a
mailing label. The control is called [Full_Address] and here is the equation
it uses:
=[Street] & Chr(13) & Chr(10) & [City] & ", " & [State] & " " & [Zip]
The Problem:
I program with MS Access 2002 on two computers. On Computer1 the above
formula works fine but on Computer2 the formula reads #Name? and I get the
following error message: "The object doesn't contain the Automation object
'Chr'."
I didn't find this out until after I did some design work on my evil
Computer2. Now the Chr() function does not work for this form on EITHER
computer. I've even tried creating a new [Full_Address2] control on Computer1
but with no success.
Anyone know why this happens? Isn't Chr() a pretty standard function? Any
suggestions what I can do to fix it?
and zip fields from the same form, and formats them like you would for a
mailing label. The control is called [Full_Address] and here is the equation
it uses:
=[Street] & Chr(13) & Chr(10) & [City] & ", " & [State] & " " & [Zip]
The Problem:
I program with MS Access 2002 on two computers. On Computer1 the above
formula works fine but on Computer2 the formula reads #Name? and I get the
following error message: "The object doesn't contain the Automation object
'Chr'."
I didn't find this out until after I did some design work on my evil
Computer2. Now the Chr() function does not work for this form on EITHER
computer. I've even tried creating a new [Full_Address2] control on Computer1
but with no success.
Anyone know why this happens? Isn't Chr() a pretty standard function? Any
suggestions what I can do to fix it?