I have created a search form with a listbox based on a query. The search form is working as planned. Having trouble locating how to pass the record ID in the listbox from the search form to my main form. The listbox has the record ID in it, but the column width is at '0' so it doesn't display. I am thinking the docmd.gotorecord is wrong. Also my main form was looking at the table, but I figured a query was probably the better way to go.
TIA