Hello there,
I am posting to internet a DB showing a list of used cars from several dealers. To update the DB, I need to manually add/remove cars every week.
I understand I can give to each dealer an username/password so that they can make their own changes but.....I want to limit them to their own information thus not allowing them to modify data that doesn't belong to them.
How do I establish their limits? Do I need to create a DB table for each of them?
TIA