Management Information System
Management Information System
How to filter the data to get the latest purchase on top of the list:
tab
2. Custom filter
First of all, activate the filter to the column containing the “Item”
Figure 3 custom filter
Then go on Text Filter > equals…Figure 3
Now a dialog box shows up and you enter the name of the item in
Figure 4b Filter
3. Conditional formatting
Now, say that we want to highlight the purchase more than $200.
Enter the condition into the text field after a dialog box appears,
here 200.Figure 5
Now you can choose any formatting color and press enter.
Now we want to count the number of each item sold, for that let’s use
pivot table.
in the second group of radio button and click the button on the
Our pivot table is now still empty. Check the name of the
Values area.
Now select the revenue cell and open DATA > What-if
sold cell by
clicking the
right button in
changing cell text input. After we click Ok, we can see that we
Microsoft Access.
2.
A new empty table is already created so to edit it, right click on the name
of the table in the left panel then click on Design View. A dialog window
Relationships and then add all the table into the area.
Let’s now define the relation between the customer table and the order
table. Just drag and drop the primary key of the customer table into the
order table and a window will pop up to define the relationship. Choose
the customer_number in the order table as it is the primary key that refer
The method is similar to link the other table, just make sure that the
foreign key and the id of the table it refers to has the same data type.
Figure 17 Final result
To fill the tables, just double click the name of the table on the left panel
and fill out each row according to the required values and data type.
Somme table need to be filled before the other, like the table supplier
supplier id is a foreign
key on the
raw_material table.
Simple query
Figure 21
Let’s say we want to query a customer that has the id: 2345.
and add the criteria, 2345 in our case. We can select more field to make
our result more readable, add customer name for example. Figure 20
Datasheet View.
Advanced Query
Let’s say we want to know the name the employee who deliver the order
10000 and the type of the truck that will be used, query involve 3 tables,
truck table.
select 3 tables.
5. Get a report
To do that, open CREATE > Report and then basic report will appear
showing the result of our advanced query. We can customize the style of
Figure 25 Report
6. Create a data input form
Select the table or query that we want to create a form for. In our
Now add the fields that we want to uses in the right box.
We can now customize our form to get a better look, using the
available toolsets.
manipulation.
our form and a window wizard will show up to set the properties of
our new button. Select the function we want to set, and hit Next.