Hello. I'm not sure of the best way to set this up, but I have a table with a document_name field and a due_date field. Here's my dilemma: I want to have a form that I can input a document name in a text box and have a drop down with a weekday listed. Then after the user selects the due date, i.e., Friday, have my table populated with records with the same document name but show a due date of every Friday in 2012. So there would be roughly 48 records in my table added. I'm assuming I can use the dateadd function for my drop down box? Any help would be greatly appreciated.