L
Laurel
I have a parameter table with three columns, Param_Key (autonumber),
Param_Name and Param_Value. I use this to store all sorts of miscellaneous
single instance data. E.g., Param_Name = "Initialize_Date" and Param_Value
= 1/1/2004....
I can't figure out a way to make a user-friendly form so that each item can
be updated in an environment where I could specify the Param_Name, with,
perhaps, some explanatory text. There is no need to allow additions of new
rows. That's fixed by me. The only structure I can think of is a
continuous form or datasheet view, but that doesn't provide any method for
associating descriptive text with a Param_Name. I had hoped I could use
text boxes, but they don't support updating. Do I need a tiny, tiny subform
for each different row in the tblParameters table?
Param_Name and Param_Value. I use this to store all sorts of miscellaneous
single instance data. E.g., Param_Name = "Initialize_Date" and Param_Value
= 1/1/2004....
I can't figure out a way to make a user-friendly form so that each item can
be updated in an environment where I could specify the Param_Name, with,
perhaps, some explanatory text. There is no need to allow additions of new
rows. That's fixed by me. The only structure I can think of is a
continuous form or datasheet view, but that doesn't provide any method for
associating descriptive text with a Param_Name. I had hoped I could use
text boxes, but they don't support updating. Do I need a tiny, tiny subform
for each different row in the tblParameters table?