need help with form

Hi, i have a situation where i can allow the user to duplicate a record to a new record. At present as part of the routine i create a pop input dialog box with two fields that request info for the new index ( ItemNo and DocID). What i would like to do is create a pop up FORM with two drill down fields where the user can pick the Item from the Item table and the DocId from the DocId table. Is this possible ? Bruce

Yes, it possible. You need to define TableRelation property for your text box (e.g. ItemNo). You can’t do this by using AssistEdit button :-(, but can do it manually.