Hello to all.
I have a table for security in which the user logs in, is welcomed and goes to the main menu. The form is set up as a tabbed form with one tab for team members. On the tab is an edit button to open up a form to add new team member or edit an existing member. I have been requested to install a button on the main form so when the user presses the command button a form will pop up with only the records in which the user is a team member.
tSecurity has the following tables SecurityID (PK), User, Password, etc.
tTeam has TeamID (PK), First, Last, email, Phone.
the "main" table is tInformation with 8DID as the PK
I would appreciate any help or ideas to help me get this database closer to completion.
Thanks.
I have a table for security in which the user logs in, is welcomed and goes to the main menu. The form is set up as a tabbed form with one tab for team members. On the tab is an edit button to open up a form to add new team member or edit an existing member. I have been requested to install a button on the main form so when the user presses the command button a form will pop up with only the records in which the user is a team member.
tSecurity has the following tables SecurityID (PK), User, Password, etc.
tTeam has TeamID (PK), First, Last, email, Phone.
the "main" table is tInformation with 8DID as the PK
I would appreciate any help or ideas to help me get this database closer to completion.
Thanks.