Update Query Problem

G

Guest

Hi all;

I have 2 tables. One main table (lets call it A), one table that has information that needs to go into the main (B). Following the advice of some people on this message board, I started making an update query. First, I created a select query with the fields that I wanted updated in the main table. I then made it into an update query. I added .[fieldname] to the "Update To" field, for each of the fields that needed updating. When I look at the results from the query, I just have a bunch of empty rows where there should be data. What did I do wrong?

Help!
 
G

Guest

What you did sounds correct. In an Update query you will see the fields that are going to be updated, not the result of the update. It is a trust thing. When in doubt, have a backup of your table because you cannot undo.
 

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