G
germanjulian
ahhh me rubbish with access.
ok I have 3 tables.
1. providers these are just prover id provider name etc etc
2. accounts. this table contains accounts for each provider.
a provider can have different accounts. I have one provider at the
moment with 4 accounts and anouther with 2. each row contains one
account and one provider and account ID. provider is a lookup table to
the providers table.
3 invoices.
here is my problem. I want that I can use the lookup table to select a
provider in here and then use the lookup table to select an account
WHICH IS the providers account. not all accounts.
I dont know how to implement this. I have relationships between each
table but hey doesnt work.
i need to have both the provier name and account name in the invoice
table. if you know the awnser please give me a detail how to do it
ok I have 3 tables.
1. providers these are just prover id provider name etc etc
2. accounts. this table contains accounts for each provider.
a provider can have different accounts. I have one provider at the
moment with 4 accounts and anouther with 2. each row contains one
account and one provider and account ID. provider is a lookup table to
the providers table.
3 invoices.
here is my problem. I want that I can use the lookup table to select a
provider in here and then use the lookup table to select an account
WHICH IS the providers account. not all accounts.
I dont know how to implement this. I have relationships between each
table but hey doesnt work.
i need to have both the provier name and account name in the invoice
table. if you know the awnser please give me a detail how to do it