Autofill Query?

ccflyer

Registered User.
Local time
Today, 06:55
Joined
Aug 12, 2005
Messages
90
Hi everyone,

I have a table which includes several columns. Two of these columns are important for this update query I wish to do. In my table, I have two columns like this:
Code:
API#              Current Operator
---------------------------------
  1          |           
  1          |
  2          |             Bob
  3          |             Joe
  1          |            Mike
  3          |
  2          |

I am wondering if there is a way to run an update query which would automatically fill in the blank fields in column 2. The numbers in column 1 will always correspond to the same person in column 2.

Thanks,
Chris
 
I originally wanted to fill them in so all the records would be complete in a report. Can I get by without filling them all in?

-Chris
 
couldn't you make another table for the operators and associate the API # with an name?
 
I guess I could do that... But wouldn't I still have to fill in the blank fields?
 

Users who are viewing this thread

Back
Top Bottom