Pass selected value from one form to another - ms access -


i have access database has 1 form, asset_information in source of fields restricted values in table ([brand name] , [model name]).

i trying write 'popup' or 'modal' form asset information form allow users open search form model or brand, search existing ones , either select model or brand or create new one.

example:

an user clicks here on first form, enter image description here

after that, this form pops - user searches , clicks in 1 of results clicks 'select model' enter image description here

that returns model_id selected user popup form original form.

googling has not helped much, can point me in right direction? should using openargs on second form, or first , second form? or should using else entirely?


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -