J
Joan Wild
_ said:I finally got it to work with the login prompting my other
co-workers. Down to the last questions. The frontend is on the
server (which you all have advised against doing so I will
re-evaluate). Now the original, backend, and frontend are on the
server. I have my team that can make edits and others that can read
only. My question is when my team is making changes should they
update the original database (and will that update the frontend)? Or
should they update the frontend (and will that update the original)?
Neither of those will happen. I would just delete the original (back it up
if you like). Any changes they make in the frontend can be saved in the
frontend. However, you will find that in order to make design changes,
they'll need exclusive access to the frontend (yet another reason to split).
If you are referring to data changes (rather than design changes), any
editting they do via the frontend will be saved in the backend.