B
Brinker1975
Maybe some of you can offer some pointers on my db setup. I've gotten to the
point where I feel like I'm not making any headway.
1) As I see it, it's got two one-to-many relationships, customers,
contracts, and meters. Shouldn't meters be linked to contracts, and contracts
to customers?
2) [CustomerID] is linking "Customers" and "Contracts", but I'm not sure how
to link "Meters" to "Contracts". I don't really want to use an autonumber.
I'd like to use [CustomerID]X, where X equals A, B, C, etc. depending on the
number of contracts (which will be a low number BTW). Is that possible and
how? I have searched all over and not found any detailed explanations.
3) I'd like to make a form that accepts information for all three tables. So
I thought a subform for "Contracts" would work. When I created one, it showed
every contract, not just the one(s) associated with that record. Any advice?
4) "Meters" basically just lists meter numbers & physical addresses. Can I
make that a second subform? It wouldn't make 2 subforms, but maybe if I
modify my relationships it will?
point where I feel like I'm not making any headway.
1) As I see it, it's got two one-to-many relationships, customers,
contracts, and meters. Shouldn't meters be linked to contracts, and contracts
to customers?
2) [CustomerID] is linking "Customers" and "Contracts", but I'm not sure how
to link "Meters" to "Contracts". I don't really want to use an autonumber.
I'd like to use [CustomerID]X, where X equals A, B, C, etc. depending on the
number of contracts (which will be a low number BTW). Is that possible and
how? I have searched all over and not found any detailed explanations.
3) I'd like to make a form that accepts information for all three tables. So
I thought a subform for "Contracts" would work. When I created one, it showed
every contract, not just the one(s) associated with that record. Any advice?
4) "Meters" basically just lists meter numbers & physical addresses. Can I
make that a second subform? It wouldn't make 2 subforms, but maybe if I
modify my relationships it will?