T
tomato
Hi.
I have a combo box that has no relationship with the form
recordsource query. This combo box record source is a
query that select 2 fields from one table, which again has
nothing to do with the form recordsource.
This combo box displays 2 fields(IssueNumber, IssueDate).
Bound Column is IssueNumber. Since it seems like there is
no way to bind more than one field as bound column, I
cannot hold IssueDate anywhere on the form. So, I am
trying to create a hidden text field that holds IssueDate
after the combo box is selected.
I have same kind of combo boxes on the same form, which
work fine because they relate to the form recordsource
query. But, for this combo box, I tried to write a code
to run query again to retrieve IssueDate, but don't know
how to return the value to the hidden text box on the same
form.
Please help me if you know a way to make this thing work.
I have a combo box that has no relationship with the form
recordsource query. This combo box record source is a
query that select 2 fields from one table, which again has
nothing to do with the form recordsource.
This combo box displays 2 fields(IssueNumber, IssueDate).
Bound Column is IssueNumber. Since it seems like there is
no way to bind more than one field as bound column, I
cannot hold IssueDate anywhere on the form. So, I am
trying to create a hidden text field that holds IssueDate
after the combo box is selected.
I have same kind of combo boxes on the same form, which
work fine because they relate to the form recordsource
query. But, for this combo box, I tried to write a code
to run query again to retrieve IssueDate, but don't know
how to return the value to the hidden text box on the same
form.
Please help me if you know a way to make this thing work.