Hello all,
We have a table here that has about 30 different bit fields in it that
are used for permissions and such. I need to make a screen that can edit a
single record, and modify the bits. My first thought is a yes no radio
button. My problem arises when they decide that they are going to add bits
and remove bits. I need to make that page smart enough to know that a new
column was added to the database, so time to add a new radio button for
this. While there are other columns in this table as well, we used a
standard naming convention that would allow me to single out the correct
columns by having parm in the column name. Any thoughts on how to do this
would be great, otherwise we will be editing this page an awful lot. Thanks
for any help.
Dave