I am in the process of making a new helpdesk at work but I got a question.
HelpLog Table
HelpID
Initials of caller
User Name
User Table
User ID
HelpID
User name(first, last)
I am going to have them link by HelpID. Correct?
if so and say a user leaves the company but the record needs to still be there but I want to either hide the name from the drop down on the form, I could add a another field like status and based on y or n show name. But will this affect the record from showing up correctly or when add new records that user will not show up?
HelpLog Table
HelpID
Initials of caller
User Name
User Table
User ID
HelpID
User name(first, last)
I am going to have them link by HelpID. Correct?
if so and say a user leaves the company but the record needs to still be there but I want to either hide the name from the drop down on the form, I could add a another field like status and based on y or n show name. But will this affect the record from showing up correctly or when add new records that user will not show up?