Hello
I'm creating a database where I have a set of data imported from excel.
There are various fields in this table. Each record represents a client, which contains a group number that they pertain to.
For example:
Name: Jane Doe
Group #: SD123
Group Status: Completed
Name: Jack Black
Group #: FP947
Group Status: Review Pending
Name: John Smith
Group #: SD123
Group Status: Completed
Name: Vanna White
Group #: BN638
Group Status: In-progress
(sorry I did not know how to properly display a table)
Instead of having to go to each client and change the group status. I want to be able to run a query for the Group# and Group status, and then update status for the group and have that status apply to every client in that group.
is that possible? do I need another table??
thank!
I'm creating a database where I have a set of data imported from excel.
There are various fields in this table. Each record represents a client, which contains a group number that they pertain to.
For example:
Name: Jane Doe
Group #: SD123
Group Status: Completed
Name: Jack Black
Group #: FP947
Group Status: Review Pending
Name: John Smith
Group #: SD123
Group Status: Completed
Name: Vanna White
Group #: BN638
Group Status: In-progress
(sorry I did not know how to properly display a table)
Instead of having to go to each client and change the group status. I want to be able to run a query for the Group# and Group status, and then update status for the group and have that status apply to every client in that group.
is that possible? do I need another table??
thank!