Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.65K
1 Posted Topic
i have some solution, change startup project to sub main public userID as integer public sub main() dim frmLogin as new clsLogin dim frmMain as form frmlogin.show 1 if userid = 1 then set frmMain = frm1 else set frmMain = frm2 end if frmMain.show 1 '') done, end sub
The End.
nemosmart