Using MsgBox to save record in a table

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I have a MsgBox that prompts the user for a version of software. I want to
save the user's response into a table called tbl_current_version. This table
is not based on the form. How can I achieve this?
 
You would need to write the update code in the event that calls the MsgBox.
The simplest solution is to run an update query.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top