The structure of the table is shown in the figure:
The query in query design:
SQL:
SELECT customers.Last, customers.First, customers.DATE_OF_BIRTH,
Month([DATE_OF_Birth]) AS month_of_birth
FROM customers
WHERE (((Month([DATE_OF_Birth]))=[Enter the month of birth]));Query result:
Answer provided by AssignmentExpert.com
Comments