I recently made dramatic improvements to order entry and order history forms by changing over to a subform. This was accomplished almost entirely due to input from Hans V. (see post 287150 ). What I neglected to inform Hans of, and just discovered myself, is that there is a continuous form (showing multiple orders) that relied on the old multiple cell entry format. Those fields are no longer available because they have been “compressed” into a single field with a SeqNo control in the SQL (Union Query).
Load Board (the continuous form in question – old format attached) is based on tblMaster, while the needed fields are now in tblShCon. These two tables are joined by ProNo (see attachement). I believe I could create a text box on the Load Board ([tblShCon]![ShConCity1]![?]) but don’t get how I could retrieve the SeqNo. The same would hold true for ShConDate, as to the SeqNo.
The Load Board is a critical function for dispatch. Any help greatly appreciated.