Hi,
Could anyone tell me whats wrong with this piece of code, the error says access cant find the form i'm looking for..'frmuser'
txtwelcome.Text = Form!frmuser.cboUsers.Text
basically its a text box that should show the persons name who logged in to the system on the login page. I've put this code in the form load event of the main page (after log in)
thanks alot
Could anyone tell me whats wrong with this piece of code, the error says access cant find the form i'm looking for..'frmuser'
txtwelcome.Text = Form!frmuser.cboUsers.Text
basically its a text box that should show the persons name who logged in to the system on the login page. I've put this code in the form load event of the main page (after log in)
thanks alot