B
Balfour211
I am using Access 2003. I have a continuous form that has three fields. One
field is the date, and the other two fields are drop down Combo boxes that
have a table as their source. The first field is names and the second field
is tasks/jobs. There are fifteen people in the table that is the source of
the first combo box (call it Lname). The combo box input is limited to the
data in the table.
Every day, the same 15 people get a task, the task may change on any given
day. Right now, I have to go down the list and enter a different name into
"Lname" 15 times. What I would like to do is use code to refer to the index
table of names (tblIndex_Names) and with the push of a button, have the
fifteen names automatically entered into the fields. I would then just have
to go down the list and input the task for each person.
I do not want to hard code the names into the program, because every once in
a while the people change. In this case, I want to just change the names in
the Index Table and it would enter that person the next time I push the
button.
This is a simplified version of my problem. If I can find out a way to do
this, I will be able to integrate it into my overall project.
Thanks in advance,
Balfour211
field is the date, and the other two fields are drop down Combo boxes that
have a table as their source. The first field is names and the second field
is tasks/jobs. There are fifteen people in the table that is the source of
the first combo box (call it Lname). The combo box input is limited to the
data in the table.
Every day, the same 15 people get a task, the task may change on any given
day. Right now, I have to go down the list and enter a different name into
"Lname" 15 times. What I would like to do is use code to refer to the index
table of names (tblIndex_Names) and with the push of a button, have the
fifteen names automatically entered into the fields. I would then just have
to go down the list and input the task for each person.
I do not want to hard code the names into the program, because every once in
a while the people change. In this case, I want to just change the names in
the Index Table and it would enter that person the next time I push the
button.
This is a simplified version of my problem. If I can find out a way to do
this, I will be able to integrate it into my overall project.
Thanks in advance,
Balfour211