J
JimS
I have a table that needs to be populated with a set of "tasks". Each row in
the table will have the task name and the "goal" hours for that task. I've
created another table with standard sets of tasks from which the user may
choose, and add his or her own additional tasks.
I thought I might set up a subform to allow the user to do it all at once.
It hinges on being able to set the subform's data source to a subset of the
standard task table, a nd allow the user to fill in the "goal" hours and add
additional tasks.
Can I create a form to get the basic input from the user, then set a
subform's data source to (preferably ado, but I can live with dao) a
recordset constructed by the main form? This would allow me to have a column
for "goal", and to allow addition of new "tasks". Then, when the user is
done, the main form could process the recordset out to its final resting
place.
Does this make sense? Better ideas?
the table will have the task name and the "goal" hours for that task. I've
created another table with standard sets of tasks from which the user may
choose, and add his or her own additional tasks.
I thought I might set up a subform to allow the user to do it all at once.
It hinges on being able to set the subform's data source to a subset of the
standard task table, a nd allow the user to fill in the "goal" hours and add
additional tasks.
Can I create a form to get the basic input from the user, then set a
subform's data source to (preferably ado, but I can live with dao) a
recordset constructed by the main form? This would allow me to have a column
for "goal", and to allow addition of new "tasks". Then, when the user is
done, the main form could process the recordset out to its final resting
place.
Does this make sense? Better ideas?