| |
You are here: Experts > Computing/Technology > Business Software > Using MS Access > Link - Table & Form
Expert: Scottgem - 11/5/2009
Question I created a update form for my table. In the form, I created a text box (client's name) which automatically show the record when I key in the combo box (client's ID). My problem is that the client's name did not reflect or updated in the table for new record I enter. The rest of the field; combo boxes, reflect/updated perfectly into the table.
Answer Sounds like you created a "search" combo using the wizard. This creates an UNBOUND control so any changes to it are not reflected in the table. The answer is to add a BOUND control to your form, bound to the client name fields.
Hope this helps,
Scott<>
Microsoft Access MVP 2007
Author: Microsoft Office Access 2007 VBA
Add to this Answer Ask a Question
|
|