How do I transfer a specific value in a Query to a field in a form?
To be more specific: I have a Query with
three columns. I want the user to select a value from a combobox on a form (the combobox looking up values from the first column of my Query) and on another field on the same form to have the value of the third column in the same record.
It should be simple, but I have no idea how to work with recordsets. I've tried a "rs.Find", but I must be doing something wrong because I don't get anything on the "target" field of my form.
To be more specific: I have a Query with
three columns. I want the user to select a value from a combobox on a form (the combobox looking up values from the first column of my Query) and on another field on the same form to have the value of the third column in the same record.
It should be simple, but I have no idea how to work with recordsets. I've tried a "rs.Find", but I must be doing something wrong because I don't get anything on the "target" field of my form.