I have a form named "frmJobCards" which is bound to a table named "tblPartsMasters" On the form is a listbox named "List1". This listbox is bound to a table named "tblCbxNumberData". Each record in the table named "tblPartsMasters" can have more than one associated record in "tblCbxNumberData". In other words, a one to many relationship. Here is my question... on the frmJobCards I want to have a field named "txtCombinedCbxRecordInfo" which will be bound to a field in the table "tblPartsMasters" named "CombinedCbxRecordInfo". When the forms is opened and a record selected to the form, I need this new field to contain all of the records in the field "CoreSandType" from "tblCbxNumberData" populated to the field. In other words, lets say record #2 in tblPartsMasters" has 2 records linked to it in "tblCbxNumberData" and the 2 records have "White" and "Black" entered in "CoreSandType" from "tblCbxNumberData. When I go to record #2 in "frmJobCards" I want the new field "txtCombinedCbxRecordInfo" to populate with "White/Black" (Note "/" separator).
Any help will sure be appreciated.
Any help will sure be appreciated.