C
Chris O''Neill
I'm having a weird problem I'm hoping someone can explain...
In my development MDB file, I have a text box on a form that has this in the
ControlSource field:
="Persons Related To: "+Trim$([txtFirstName])+" "+Trim$([txtLastName])
When I run the application in my development MDB file, it displays properly:
"Persons Related To: Chris O'Neill"
However, when I compile the MDB into an MDE file and distribute it to the
users, I get the dreaded "#Name?" error. I know that I can probably (?) fix
this using the Nz() function, but I'm curious why it would work on my
computer and not on someone else's???
Thanks, in advance, for any advice and assistance provided.
Regards, Chris
In my development MDB file, I have a text box on a form that has this in the
ControlSource field:
="Persons Related To: "+Trim$([txtFirstName])+" "+Trim$([txtLastName])
When I run the application in my development MDB file, it displays properly:
"Persons Related To: Chris O'Neill"
However, when I compile the MDB into an MDE file and distribute it to the
users, I get the dreaded "#Name?" error. I know that I can probably (?) fix
this using the Nz() function, but I'm curious why it would work on my
computer and not on someone else's???
Thanks, in advance, for any advice and assistance provided.
Regards, Chris