D
DawnTreader
Hello All
i have a database that users use over a thin client setup.
currently i use a combination of a combo box and columns in the combo box to
filter, and limit the users capabilities. basically i turn on and off buttons
because of the value of a column in the employee combo box. basically the
combo box lists the user and becomes an object that i can use to manipulate
data and code.
my question is this, is this the best way of doing this or would it be
better to create, what in my limited understanding of code, i think would be
called a "class module" that loads the user "object" that has all the same
information that i currently store in the combo box.
i dont have much experience with classes but i am starting to think that i
might be able to be more efficient in my system of filtering and manipulating
buttons and stuff.
any suggestions or comments?
i have a database that users use over a thin client setup.
currently i use a combination of a combo box and columns in the combo box to
filter, and limit the users capabilities. basically i turn on and off buttons
because of the value of a column in the employee combo box. basically the
combo box lists the user and becomes an object that i can use to manipulate
data and code.
my question is this, is this the best way of doing this or would it be
better to create, what in my limited understanding of code, i think would be
called a "class module" that loads the user "object" that has all the same
information that i currently store in the combo box.
i dont have much experience with classes but i am starting to think that i
might be able to be more efficient in my system of filtering and manipulating
buttons and stuff.
any suggestions or comments?