Update Query

  • Thread starter Thread starter lez
  • Start date Start date
L

lez

Hi Guys,

Just a quick question, in the query design window, how can I update a list
of number to +1 from the final number in the list

TIA
Lez
 
I'm assuming you mean the original value + 1?

Try something like:
Make your query an update query. In the updatefield..

[YourUpdateField]+1

Where yourupdatefield = your field that needs updating. Be sure it's a field
and it's placed between square brackets otherwise all fields will be updated
with the text "YourUpdateField+1". Anyway a backup would be a great thing to
make just before you run this query...

hth
 

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

Similar Threads

QBW Update Query 2
update query ODBC--call failed 3
updateable table errors...help 1
search facility 8
Counting multiple memberships 1
Wanting to Create QueryUpadate 0
Append Invoice 22
Statment Query 3

Back
Top