be aware that database structures (any database, including Access) are completely different to those in Excel. Simplistically excel has data 'short and wide', databases 'tall and thin'. Also Excel combines data and presentation (such as calculations of this nature) in one view, databases store data in tables and views are created using forms and reports via queries. If you try to apply excel thinking to a database you will soon find you have problems. If you have not done so already, google/bing 'normalisation'
@bob think that should be
DateAdd("m",3,[YourStartDate])
I don't believe so.