how to update tables by inputing data in forms

G

Guest

hi,
simplest way is to bind the table to the form.
if you have multiple tables, then use a temp table that
gets it data from a append query or recordset or sql
statement then bind the temp table to the form. once you
have updated the data, you would have to update the table
from the temptable.
 

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

Top