D
dave
Can someone give me a bref explanation of how openargs
works and possible uses?
works and possible uses?
dave said:Can someone give me a bref explanation of how openargs
works and possible uses?
Dave said:what I would like to be able to do... I want to be able
to dblclick on a field on a main form to open a dialog,
make a selection on the dialog form and pass the value
back to the field I double clicked from on the main form
(which will always be only one field but the name will
vary depending on the main form I open the dialog from).
At the moment I have (on the dialog) Forms![frmStockItem]!
[txtStockCode]=me.txtStkCode It would be great to be
able to pass the Forms![frmStockItem]![txtStockCode] in
an open args statement so I could use multiple main forms
with different field names to pass the value back to. At
the moment I need multiple dialog forms which are all
exactly the same but have slightly different code behind
them to pass the value back to different main forms.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.