Hello, I'm trying to design my first db for documents management, but very simple.
So far I have my main table, for entry documents. I have columns for date, description, author, and area.
The problem is I want to automatically assign different ID numbers depending on which area is responsible for the document (7 different areas). Is there a way I can do this?
Thanks in advance.