I have an database that includes an html field that is sent to a pc to be displayed. The html needs to use other fields that are included in the record it is associated with. Since there are possibly hundreds of different ways this html would need to be created to include the fields I am looking for something that could be put into each record that would pull the corresponding information. It would also allow me to change the look and feel if needed after the fact.
Here is an example.
Field Data
Color Red
Size Large
Type Dumpster
HTML output to screen
This is the large Red dumpster.
One last thing. The displays will show one of the records but I will have many different screens showing different records throughout the location.
Any help is appreciated.