Thanks for the suggestion. However, I need to be able to query out records based on the textboxes with expression for monthly billing.
The fom I've created is a Billing form that breaksdown when the dates of the payments based on [FirstPaymentDue] by using
DateAdd("m",1,[FirstPaymentDue]) 'for the second month
DateAdd("m",2,[FirstPaymentDue]) 'for the third ... etc
If you can suggest a better way please do.