Storing Form Values in a Table

  • Thread starter Thread starter shrader
  • Start date Start date
S

shrader

I am looking for information on how to store/use various values in a
table that can be used within my database such as forms or reports.
For example, if I wanted to store a value of a forms background color
in a table to be applied via code when the form is open.

Any directions to web resources on this topic, so I could learn more,
would be helpful.

Many Thanks,

-Shrader
 
I'm not sure I understand...

Are you saying you'd like to have a table with something like:

FormName
ControlName
ControlProperty
PropertyValue

What would stop you from doing this?

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
I would like to distribute my database to several different locations.
I would like to store certain values, for example location/office
name, that would appear on a main form, in a table that can easily be
changed instead of each location editing the form they could set these
"site specific" parameters in a table.

Thank you,
 
I guess I still don't understand. What's preventing you from doing that?

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
I am looking for any examples or resources that I might learn how to
do this.

Thank you,
 
Back
Top