Mike2098 Posted February 17, 2008 Posted February 17, 2008 Hello, I have a sqlDB with two tables user and private I want the user after logging in to be able to see their info displayed in text boxes all set to read only so just displaying the data for them I need to form to record the user id from the login form which I have done with this code Dim returnValue2 As DialogResult returnValue2 = My.Forms.frmLogin.txtUserID.Text() txtcustomerID.Text = returnValue2 frmlogin.Hide() Me.SqlDataAdapterC.Fill(Me.userData.Accounts) Ho can I use the stored varible to be referanced by the database so it loads that users details ? any sugestions thanks M Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.