T
Todd Wilson
I read the other post in this newsgroup regarding this error, and I do not
believe that that persons problem is applicable.
I have created a linked database on my development computer. Everything
works fine. My wife tests my software, so I copied both .mdb files to her
laptop. We opened the main file and linked it to the data file. Life is
good. We then opened a form referencing one of the main tables and I
received this in error in a text box at the top of the form. Here is the
code...
The control source is...='Employee ID: ' & Format([EmployeeID],"00000")
Funny thing is that one inch further down on the form I again display the
employee id in a text box with the control source set to: EmployeeID
This time it works fine and displays the EmployeeID.
So, since it works on one machine and doesn't work on another, something
must be missing on the laptop. I went to Tools-References and looked for
missing references - there are none. What do I check next?
Also, I am getting this error on another form that references another main
table. Again, same setup, I have a header section at the top of the form
with a Room Number in bold, then down in the data entry area of the form I
have a text box that displays the room number. I am getting the same #Name?
error at the top of the form, but not at the bottom.
Any thoughts?
Thanks,
Todd
believe that that persons problem is applicable.
I have created a linked database on my development computer. Everything
works fine. My wife tests my software, so I copied both .mdb files to her
laptop. We opened the main file and linked it to the data file. Life is
good. We then opened a form referencing one of the main tables and I
received this in error in a text box at the top of the form. Here is the
code...
The control source is...='Employee ID: ' & Format([EmployeeID],"00000")
Funny thing is that one inch further down on the form I again display the
employee id in a text box with the control source set to: EmployeeID
This time it works fine and displays the EmployeeID.
So, since it works on one machine and doesn't work on another, something
must be missing on the laptop. I went to Tools-References and looked for
missing references - there are none. What do I check next?
Also, I am getting this error on another form that references another main
table. Again, same setup, I have a header section at the top of the form
with a Room Number in bold, then down in the data entry area of the form I
have a text box that displays the room number. I am getting the same #Name?
error at the top of the form, but not at the bottom.
Any thoughts?
Thanks,
Todd