View Full Version : opening a form referring to a combo box value


knzass
10-17-2001, 10:19 PM
i have two forms "Fr_Case_Log" and "Fr_User"
the first form which has a combo box displaying the entries of the field "User_ID" form the table "Tb_User" and a command button which opens the form "Fr_User"
the 2nd form has a text box which also displays "User_ID" from the table "Tb_User"
what i intend to do now is when i select a User_ID from the combo box..and i klik the command button...the Fr_User from will open with its text box displaying the same User_ID which i selected from the previous form..
what should i do?