Hey all,
Ok so here is what I am trying to figure out.
I have a layout with 7 fields in it.
they are [machine name, model, serial#, specs, equiped with, price, and FOB]
what I want is to gather the data from all 7 fields and place it into one large field for copy pasting into an email. but I need to insert the field names into the data also.
for example say I have a record like this
machine name: mill
model: a1
serial#: 1234
specs: 9x32 table
2hp motor...
may be anywhere from 1-15 lines of text in this
equiped with:again could be several lines here
Price: $1,000.00
FOB: somecity, USA
I want to copy all the data from each field into one big field we will call
it email. but before each piece of data I want the field name placed also.
so taht basically the field looks like
mill
model: a1
serial#:1234
specs: and all info from the field
Equiped with: info from field
Price: $1,000.00
FOB: somecity
that way I just copy the one field of data instead of having to go field to field to copy paste it all.
thanks for your help
Thomas