Hi all,I need to save the properties about 50 controls form in Access 2003 data base, such as length, width and height, distance from the top, distance from the left, font color, background color, etc . And since Access 2003 only has the ability to manage 255 fields for each table. It is not possible to save any of the features in one field. How can I save and read the properties of each control in a field together as separated, such as:

lbl(1): "120|300|250|500|True|330|False|, ..."
lbl(2): "90|140|50|310|Fale|100|False|, ..."

The user can click on any of the controls such as labels, images, etc. to change the size and location of each control.
My challenge is reading and writing data together and separately.

I would be grateful if you have a code in this field.