A family of Microsoft relational database management systems designed for ease of use.
UPDATE table SET field = Forms!formname!comboname;
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi there,
I need to create an update query where I need to field to be updated with the result from a combo box or a value they selected.
How do I create that in Access 2007?
Thanks,
Kim
A family of Microsoft relational database management systems designed for ease of use.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
UPDATE table SET field = Forms!formname!comboname;