Autofill Query? (1 Viewer)

ccflyer

Registered User.
Local time
Today, 11:38
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
 

ccflyer

Registered User.
Local time
Today, 11:38
Joined
Aug 12, 2005
Messages
90
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
 

KeithG

AWF VIP
Local time
Today, 10:38
Joined
Mar 23, 2006
Messages
2,592
couldn't you make another table for the operators and associate the API # with an name?
 

ccflyer

Registered User.
Local time
Today, 11:38
Joined
Aug 12, 2005
Messages
90
I guess I could do that... But wouldn't I still have to fill in the blank fields?
 

Users who are viewing this thread

Top Bottom