Hi guys.
I have a simple question. The only thing I don't know is if it's possible in Access.
Let say I have 3 tables. billing_info, product_info and the_bill (not the one in kill bill)
billing_info's and procut_info's PKs are FKs in the_bill table. the_bill table has also Address, ProductName, Price and Date fields.
What I want is to make the the_bill table pull only these Address and ProductName fields data according to that record's FK inheritances.
I know how to make the referential integrated relation but I don't know how to make such auto filling by the referance.
What I want to do is to make a printable invoice from the_bill table.
OR
Would you suggest me to delete Address and ProductName fields from the the_bill table and call them directly from the parent tables by FKs?
Thanks a lot!