
November 18th, 2003, 05:17 AM
|
|
Contributing User
|
|
Join Date: Jun 2003
Location: UK
Posts: 41
Time spent in forums: < 1 sec
Reputation Power: 6
|
|
|
Trouble adding new bound textbox to form (Access VBA)
Hey folks.
A while ago I had a problem with a control button which lost its connection to its click() subroutine. Returning to the same project, I now have a similar problem adding new fields to the form.
I have added five new fields to a table, and have added five corresponing new textboxes to the corresponding form. Trouble is, the form does not see the new fields in the table, even though the textboxes are bound to those fields.
When I bring up a record into the form, the new fields all say #Name?. I have put dummy info into the new fields with an update query. This seems to be an Access bug to me (and an annoying one!). Anyone know a way around it?
BTW I have exported the whole form and then reimported it and the problem persists.
|