I am attempting to add a quick query tool to an unbound form (Form1). By pressing a command button on Form1 the user would open a smaller form (Form2) containing two textboxes and a command button. After providing data for a query and pressing the command button on Form2 a query would be run to find a valid record Id that would be passed as an OpenArgs parameter in a DoCmd.Open call for Form1. I'm finding that the OpenArgs value is not being read. Does the OpenArgs parameter get recognized if the form being opened is already loaded?
Maybe I'm going about this the wrong way? Any ideas?
Maybe I'm going about this the wrong way? Any ideas?