A family of Microsoft relational database management systems designed for ease of use.
I guess I should apologize for the tone of my message.
But I don't see anything to apologize for in the content of my message.
Your question 10 says:
| 10 | Create a new query in Design view based on both tables. Add the Scholarship Name, First Name, Last Name, and Amount fields (in that order). In the first empty column, create a new field named<br>Donation that will display the donation amount when the Board of Trustees of the college donates an amount equal to 25 percent of each scholarship (that is, multiply<br> Amount by 0.25). Save the query as Foundation Donation Query. |
|---|
Have you created a new Query in Design view?
Have you added the Scholarship Name etc. fields?
Have you typed
Donation: [Amount] * 0.25
in a vacant Field cell to create a new field?
If so, and it didn't work, what exactly DID you put into the query, and what did it do?