Can you enter an expression on conditional formatting that will find specified date ranges like between 1/1/01 and 1/2/02? How does the expression have to be set up? I have Forms![frmCategories][Date]Between 1/1/01 and 1/2/01. But its not working.
The update macros empty and refill related tables of data. The macros work well, but when finished the switchboard buttons do not work. My work-around is cheesy -I included an exit command at the end so the user has to restart the database. How can I either re-enable the ...