I have an Access database/program that will be placed on 1 computer for users to log information. I understand that splitting the database will basically separate the tables and the rest of the program from each other into two separate files (front-end & back-end). In the future there may come a time to upgrade that program to meet more needs. I have been developing the program on my personal computer and had planned on downloading the updates to the local machine.
So my question is, can I continue to make changes to the program on my personal computer and download the front-end update on the local machine and it not affect the back-end table data?