Is there away to change a feild for a group of people form a form.
So the Table would look like this.
Name | Group | Status
---------------------------------------
Tim Smith | Youth | Out
Jake Smith | Youth | In
Nick Smith | Adult | Out
But after you slected the new status for all youth in a combo box in a form and clicked ok. The table would look like this.
Name | Group | Status
---------------------------------------
Tim Smith | Youth | New
Jake Smith | Youth | New
Nick Smith | Adult | Out
If you can help please let me know.
So the Table would look like this.
Name | Group | Status
---------------------------------------
Tim Smith | Youth | Out
Jake Smith | Youth | In
Nick Smith | Adult | Out
But after you slected the new status for all youth in a combo box in a form and clicked ok. The table would look like this.
Name | Group | Status
---------------------------------------
Tim Smith | Youth | New
Jake Smith | Youth | New
Nick Smith | Adult | Out
If you can help please let me know.