S
SAC
I've group a customer table by the following fields:
Active, OnHold, State, PriceCode, Program
and ran a make table query based on this grouping.
Then I've added fields to this table for a price increase amount based on
the groups.
I want to run an update query to update the price in the customer table but
when I join he two tables I only get 406 records rather than 2116.
I make the join on each of the fields in the table I made.
I thought that since the original groupings came from the customer table
that I should be able to get all of the records in the customer table.
Hope this is clear enough.
Thanks.
Active, OnHold, State, PriceCode, Program
and ran a make table query based on this grouping.
Then I've added fields to this table for a price increase amount based on
the groups.
I want to run an update query to update the price in the customer table but
when I join he two tables I only get 406 records rather than 2116.
I make the join on each of the fields in the table I made.
I thought that since the original groupings came from the customer table
that I should be able to get all of the records in the customer table.
Hope this is clear enough.
Thanks.