Capturing Query values and transferring them to fields
I've a requirement to capture the values entered in the query mode of a form applet. If the query does not return any results, the user should create a new record. When the user clicks the 'New' button, the queried values should be populated into the respective fields of the new record automatically.
Can I get some help on how this could be done?
Thanks.