Hi all!
I'm trying to concatenate the last three cargo's of a vessel. I have tblLastCargo with LastCargo_ID and strCargo which contains the cargo types. This table is linked by a one-to-many relationship in the tblPosition to strLastCargo1,2,and 3.
I also have a frmPositions which has the three last cargo's as cboLastCargo1,2, and 3 as well as one text field strLastCargo. The record source for the form is tblPositionsQuery.
What I'd like to do is select each of the last 3 cargo's using the combo boxes and have the results placed in the text field like this
BIODIESL/PALMOIL/TOLUENE
I've seached this site and all over the internet but I still haven't been able to figure it out. the closest I got was 3 numbers with spaces which I assume was the LastCargo_ID
I'm also woundering if it's better to place the results in the table or just create the results in the form. I guess it's bad carma to duplicate data in a database.
Any assistance would be greatly appreciated.
Cheers!!
I'm trying to concatenate the last three cargo's of a vessel. I have tblLastCargo with LastCargo_ID and strCargo which contains the cargo types. This table is linked by a one-to-many relationship in the tblPosition to strLastCargo1,2,and 3.
I also have a frmPositions which has the three last cargo's as cboLastCargo1,2, and 3 as well as one text field strLastCargo. The record source for the form is tblPositionsQuery.
What I'd like to do is select each of the last 3 cargo's using the combo boxes and have the results placed in the text field like this
BIODIESL/PALMOIL/TOLUENE
I've seached this site and all over the internet but I still haven't been able to figure it out. the closest I got was 3 numbers with spaces which I assume was the LastCargo_ID
I'm also woundering if it's better to place the results in the table or just create the results in the form. I guess it's bad carma to duplicate data in a database.
Any assistance would be greatly appreciated.
Cheers!!