Newbie creating a simple database for entering program attendance statistics for a library system.
At each EOM a report will run that shows all the attendance data for the month.
Once the reports are run at EOM, we don't want any changes made to that data (no adds, no deletes, no edits).
Can data from previous months be "read only" from the data entry form?
The only thing I've come across so far is doing an append/delete, which I'm a little afraid of. I was hoping I could just put a control in the form.