Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Select a list of employees with a minimum of 1 0 members consisting of employeeID, FirstName, LastName, HomeAddress, OfficePhone, Salary, Department, and Title based on
Select a list of employees with a minimum of members consisting of employeeID, FirstName, LastName, HomeAddress, OfficePhone, Salary, Department, and Title based on your choice and call it EmployeesTable.
A Create another table and call it InvoicesTable which consists of
InvoiceNumber, Date, and MethodofPayment limit it to options
B Create another table and call it CustomersTable which includes CustomerID, Name, BillingAddress, and CreditCard?
C Create another table and call it ProductsTable which includes ProductID, ProductType, Size, Weight, Description, Price, and Manufacturer. All the tables must have a minimum of rows of data?
We want to relate the EmployeesTable to InvoicesTable. InvoicesTable to CustomesTable and CustomerTable to ProductsTable.
Create tables and set up relationships using Microsoft Access. Assign a primary key for each table. Make EmployeeID, InvoiceID, and ProductID auto so that the system will autogenerate for every row of data that you add in the future. Show the relationship between tables?
Create a query and calculate the Total price of items in that table.
Total price is Quantityitem price
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started