M
Mark Andrews
Access2000 format.
I have a simple table that holds (colorname and colorvalue) and I would like
to build a form so that users can add/edit or delete from this table.
I put together a quick continuous form showing the name, value and a button
to bring up the color dialog box.
Two things I would like to happen:
1. on loading a text box background color gets set to the color value field
2. the user could change this color value by clicking the button and
selecting from the color dialog
Example:
The form would look like this
red [textbox with red background] button....
blue [textbox with blue background] button....
green [textbox with green background] button....
....
They might have 12 colors that are setup and decide to add 3 more.
This list of colors then drives a combo box used within the program.
Help on anyway to make this happen is very appreciated,
Mark
I have a simple table that holds (colorname and colorvalue) and I would like
to build a form so that users can add/edit or delete from this table.
I put together a quick continuous form showing the name, value and a button
to bring up the color dialog box.
Two things I would like to happen:
1. on loading a text box background color gets set to the color value field
2. the user could change this color value by clicking the button and
selecting from the color dialog
Example:
The form would look like this
red [textbox with red background] button....
blue [textbox with blue background] button....
green [textbox with green background] button....
....
They might have 12 colors that are setup and decide to add 3 more.
This list of colors then drives a combo box used within the program.
Help on anyway to make this happen is very appreciated,
Mark