I recently had the same problem. I wanted to send copies of an Access report by email but exporting the report to Word omitted important features from the report.
What I did was to export the report and saved it as type "Snapshop format". This creates a "high-fidelity" copy of the Access...
Sorry - where do I find that?
I clicked on the "More controls" button on the toolbar where I found the Calender control but I can't find anything like a date time picker.
Thanks to these forums I have discovered the Calender control.
However, is there any way to display this control as 3 combo boxes (one for date, one for Month, one for year) instead of the two combos and the grid?
Thanks
Sorry, didn't explain myself as well as I thought I did.
I want to be able to close the form if there are no entries at all for the record on screen. Presently, if the record has no entries it starts the loop about completing required fields.
Any ideas?
I have some code that checks whether the required fields in a form are completed or not when an "Exit" button is clicked. If a required field is left blank then a messagebox appears and the focus is then set at the field missing information. I got the code from one of the forum topics and it...