Hello!
I am using MS Access 2000
Is there any way to update a query field based on a combo box selection?
The combo box row source is the field list for "Table1"
Table1 is a storage table with >50 fields, basically:
"WorkerInitials" and then their aptitude in a variety of skills, such as "Task1" "Task2", etc.
I would like to be able to have a user select a skill on which to base the query such that if I selected Task33, the query (and subsequent report) would spit out
Worker Task33
ABC not trained
BCD trained
CDE in training
DEF trained
... ...
is there some SQL code or vb script that can do this?





Bookmarks