Assigning Values

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to fill in values of a table that already has data in it. I want
to assign a tracking number to a field which has some blanks. I want the
number to be CTW 1, CTW 2 and so on. How do i do this?

Thanks in advance
 
Assuming this is a one-time operation, if there are not too many, you could
just do it manually. Otherwise you could write a function to do it via a
query.
Why use the 'CTW' prefix, since it is a constant it is superfluous, you
could easily add that when the data is displayed on a form or report.

-Dorian
 

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

Back
Top