Update 6 values in one qry (repost)

R

Razor

Hi,

I want to write an update query that maps 6 individual
values in a field to 6 other values RESPECTIVELY.

I know how to do this by writing 6 different queries, but
how can I update all 6 values in one query execution?

Is it advisable to do this using a translation table
instead?

Can you show me both techniques?

Steve Clark already said it can't be done in one qry but I
need to know at least how to do the update via a parameter
table - I'm envisioning a 2-field 6-record table.

Thanks,

Razor
 

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