I have a form that utilizes the fOSUserName command to pull in the network Id into a table, along with the current date and month. I have two tables that are joined as one to many, which have the following fields, fname,lname,lanid,department. On the Many, I have lanid, date, month. My question is - I have some departments that need to sign forms quarterly, such as Accounting and some departments that need to sign forms monthly, such as the Computer Department. My question is - what would be the best to setup my queries? And should I setup a field in my table to distinquish between the departments that need to sign quarterly and monthly? I do not want to use the beginning date and ending date function for the quarterly reports. Eventully, would like to create a button a form to pull quarterly reports. Any help would greatly be appreciated.