> Jason,
> I'm a bit confused about your question.
> Are you saying that for Cust#1 Svc1 = $22.00, but for Cust#2 Svc1 = $24.00, and for
> Cust#3 Svc1 = $26.00?
> In other words... do prices for your services vary from one customer to another?
>
> This appears to be what your saying in...
> > Most Customers use all the services offered and each customer has a unique
> > pricing structure.
>
> If so, then there is no need for a CustomerRates table. All customers share "common"
> Services, but they do not share "common" prices.
> There is no relationship between Services and Prices.
> For each customer... select the Services they require, and manually price them.
>
> --
> hth
> Al Camp
> Candia Computer Consulting - Candia NH
>
http://home.comcast.net/~cccsolutions>
> "jasonn" <jasonn[ at ]discussions.microsoft.com> wrote in message
> news:0B391BDF-F3E5-478B-9E80-23F6AE941C33[ at ]microsoft.com...
> > Hi there
> >
> > I'm creating a database to help a friend with his courier business and
> > running into a few problems.
> > I have 3 tables: Customers, Services, Customer Rates
> > Most Customers use all the services offered and each customer has a unique
> > pricing structure.
> >
> > Here's what i want to do:
> > When I enter a new customer in the Customers table(using a form), I want the
> > customer Rates to be updated automatically with all the services for that
> > specific customer. I've created a command button on the Customers form to
> > open the Rates form to just enter the prices for the services.
> >
> > Can this be done? Can someone please help me?
> >
> > Thanks in Advance
>
>
>