working with dates in SQL
My dbase has only 2 tables which are
Personal Table-
Employee ID (primary key)
First Name
Last Name
Address
Phone No
Mobile Phone
DoB
NPK (foreign Key)
UKCC Table -
NPK (primary key)
Practice
UKCC Number
UKCC expiry date
Working Hours
No Of day worked
PD review date
Now the problem I have is when creating a query to 'flag up' expiry dates 30 day before it does expire. I have no problems in cretaing the SELECT statement or FROM statement (as is always the case), and most of the WHERE statement i.e. linking the tables.
I know I cannot just subtract a integer from the expiry date, this is where I am struggling.
Any help would be greatly appreciated.

