I have a database that tracks when I ordered Durable Medical Equipment. I have the following fields:
Replacement frequency (i.e 6 months)
Last Replacement Date (1/1/2012)
Refill Date
All fields come from the table named combo box for CPAP
What I want to do is to have the field “Refill Date” to be automatically filled to show the increase from Last Replacement Date and Replacement frequency. (1/1/2012 + 6 months = 6/1/2012
How would that be coded?![]()