I've done quite a bit of VBA coding in Excel, and now I have to do the same in Access. Unfortunately, the syntax is very different, and I'm lost at this point.
I have created a database of companies with which we maintain service contracts, and users can select from a list of companies to display an individual company report that includes company data, contact information, and subreports for contract information and current projects.
So far so good. Now, my boss wants a pop-up reminder to appear when a company's contract expiration is less than 6 months from the current date. How do you get a message box to appear based on the difference between the current date and the value of an expiration date field in the contract information subreport?
(Also, what's the best reference for someone familiar with Excel VBA to get up and running quickly in Access VBA?) Thanks in advance for any and all suggestions!
I have created a database of companies with which we maintain service contracts, and users can select from a list of companies to display an individual company report that includes company data, contact information, and subreports for contract information and current projects.
So far so good. Now, my boss wants a pop-up reminder to appear when a company's contract expiration is less than 6 months from the current date. How do you get a message box to appear based on the difference between the current date and the value of an expiration date field in the contract information subreport?
(Also, what's the best reference for someone familiar with Excel VBA to get up and running quickly in Access VBA?) Thanks in advance for any and all suggestions!