For this project we have a purchase order record. When the purchase order is initially created, some key information is entered such as employee id, supplier id, date, and job site information. One form has been created to enter that data. There are some additional fields in the table for entering supplier invoice information. This information isn't available at the time the purchase order is created and needs to be entered at a later time. We would like to create a separate form, where you would select the PurchaseOrder, then some of the already filled in fields will display and the invoice information fields will be in the tab order to fill in. We would like to have a pulldown list or some really easy way to select the purchase order via it's key field (PONumber). I've been able to use a command button set to "find record" and that works, but isn't as simple as a pull down list or combo box or maybe some methods I don't even know about. Does anyone have any ideas on how I could make this work? I've played with queries and every other way I could think of with no luck. Thanks!