G
Guest
The mainform (Time log) has a combo box (cboTask) containing task_id value in
column(1). A subform (log) has a bound field (task_id). I want to insert
the value from the cboTask.column(1) into the subform's task_id textbox. I
can display the correct value in an ubound textfield on the subform using
=Forms![Time log]!cboTask.column(1)
If I enter this into the Control Source property of the subform's task_id
textbox, the value is not saved to the table.
If I create a combo box on a query, an error is returned because the
cboTask.column function does not exist.
Would someone please let me know how this sort of thing is done
interactively, or using code, please?
Thanks in advance for your help.
column(1). A subform (log) has a bound field (task_id). I want to insert
the value from the cboTask.column(1) into the subform's task_id textbox. I
can display the correct value in an ubound textfield on the subform using
=Forms![Time log]!cboTask.column(1)
If I enter this into the Control Source property of the subform's task_id
textbox, the value is not saved to the table.
If I create a combo box on a query, an error is returned because the
cboTask.column function does not exist.
Would someone please let me know how this sort of thing is done
interactively, or using code, please?
Thanks in advance for your help.