Hi.
I have a form bound to a table that is used for entering records. On this form, there is a combo box that has some field values from the underlying table. And i have 5 unbound fields too, that need to display some values.
As soon as I pick a value in the combo box, I need to just display in the unbound text fields - values taken from another table or query; as this combo box field is common to both tables.
So, what I'm saying is my record source is different for the form and the unbound fields on form.
I tried the Dlookup option, but it did not work properly. How can I use a querydef or recordset method to populate the unbound fields with values ?
Any help will be greatly appreciated, as I'm stuck on this silly issue !
:banghead:
I have a form bound to a table that is used for entering records. On this form, there is a combo box that has some field values from the underlying table. And i have 5 unbound fields too, that need to display some values.
As soon as I pick a value in the combo box, I need to just display in the unbound text fields - values taken from another table or query; as this combo box field is common to both tables.
So, what I'm saying is my record source is different for the form and the unbound fields on form.
I tried the Dlookup option, but it did not work properly. How can I use a querydef or recordset method to populate the unbound fields with values ?
Any help will be greatly appreciated, as I'm stuck on this silly issue !
:banghead: