Link to home
Create AccountLog in
Avatar of Gururagguru
Gururagguru

asked on

with VB6, how do i open a form assigned to a user in a table

Dear People,

I have a SQL table called Usrrights. I have the columns ... T_Username, T_MenuName,T_FormName

When I have the user logged in, the menu pertaining to the user is shown with a tree menu. Now I
want to open the form which has the form name in the column T_FormName

eg. T_Username  = 'Jack', T_MenuName = 'Employee Master' and the form name is 'EmpMast'

Once i populate the tree menu i can see Employee Master. Now what i need is, once i select Employee Master from the
tree menu or button, i need to open the Form ' Empmast ' How do i do this. Pl help.

thanks
ASKER CERTIFIED SOLUTION
Avatar of liviutudor
liviutudor

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of Gururagguru
Gururagguru

ASKER

i found the answer. thanks a many