Example;
there are some tables, they're:
Item table, Vendor table, Employee table, Purchase table, and PurchaseDetail table.
Then, I want to make a new table that contains some fields from tables above (Invoice number, employee id, vendor id, address, phone number, item code, price, unit, total using formula).
I want to input data through form, I make a form from query, so data will be stored in the new table, purchase and purchase detail table will be empty.
Is this possiible?
is it allowed in database?
Another question is:
When I read books about Access, why the next step after making tables is making query, why not making forms then query?
I'd be grateful if anyone could help, thanks in advanced
