Subform not updating...

G

Guest

Here's the deal.

I have a form (frmMain) that has multiple Combo Boxes on it.
The Subform (frmSubform) is based on a table that holds data
temporarily until it is accepted by the user. Then the data is
normalized and written to the database.

I now want to be able to use the combo boxes to select the data
that will be used to fill the temporary table. So, I have written
the code that will update that temporary table. The only problem
is that after the data is loaded into the temp table and I Requery
the subform, the data is not visible.

Any thoughts?
 

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