I current have a column in my database called ConveyorNumber, which could be something like CMD1234, CMD1256, CMD1136 etc.
I also have a column called Asset_type which relates to the conveyor number. So depending on the conveyor number the asset type will change, its a description of the conveyor type.
Is there anyway i can use some sort of file or something which will hold all of the conveyor number and asset types, so when a conveyor number is displayed the asset type will display as well.
I have already tried entering these into my database first, which works, so it displays the asset type but i have other columns as well which need to be enetered via my form, so when these are entered via my form it adds a new row to my table, so then i end up with one row with just conveyor number and asset type, and another row with conveyor number, asset type and other fields entered.
Please can someone tell me the best way to do this?