T
Tony WONG
now the program is hard coded.
if logonuser = "john" then button.visible = true
then go to admin interface.
now i've put the users and its authority to a sql table.
how can i check again the table by vb code?
is it wise to do it such way? or better ideas?
Thanks a lot.
tony
if logonuser = "john" then button.visible = true
then go to admin interface.
now i've put the users and its authority to a sql table.
how can i check again the table by vb code?
is it wise to do it such way? or better ideas?
Thanks a lot.
tony