I am doing a query using a macro, that gets the parameter using a filter (it is a typed field by a user in a form).
The macro opens a query that pop up on the screen (always one line and two fields) , and i need to associate the text of one of these fields (of query that pop up) into the field of my form.
How can i do it using VBA, after a user has typed [ENTER] (i know it is in the exit event), but no idea about the code i´ll use.
Thank you.
The macro opens a query that pop up on the screen (always one line and two fields) , and i need to associate the text of one of these fields (of query that pop up) into the field of my form.
How can i do it using VBA, after a user has typed [ENTER] (i know it is in the exit event), but no idea about the code i´ll use.
Thank you.