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,
after that, this form pops - user searches , clicks in 1 of results clicks 'select model'
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
Post a Comment