Hi, My boss want to implement the following , but nobody in my office can
think of a solution , therefore I need the VB6 experts from this forum.
I have a form which consist of 3 User Names and each User must select 2 options from the combo box. Each option represent a different form.
After filling the information for thee 3 users, Hit the [enter] key.
It will activate user 1 - form 1, after completed the information, it display User 1, form 2. After completed it will check user 2 and activate form 5 & 3.and so on,
How would i implemented such a task, Maybe I need a database to capture
or track it, but i am so new to vb6.
Name :..........Opti on
John ......... Frm1 / Frm2
David.......... Frm5 / Frm3
Peter .........Frm 7 / Frm 9
[Enter]
think of a solution , therefore I need the VB6 experts from this forum.
I have a form which consist of 3 User Names and each User must select 2 options from the combo box. Each option represent a different form.
After filling the information for thee 3 users, Hit the [enter] key.
It will activate user 1 - form 1, after completed the information, it display User 1, form 2. After completed it will check user 2 and activate form 5 & 3.and so on,
How would i implemented such a task, Maybe I need a database to capture
or track it, but i am so new to vb6.
Name :..........Opti on
John ......... Frm1 / Frm2
David.......... Frm5 / Frm3
Peter .........Frm 7 / Frm 9
[Enter]
Comment