Click here to Skip to main content
15,887,746 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: MS Access and VB.Net Pin
Tom Deketelaere3-Feb-09 11:01
professionalTom Deketelaere3-Feb-09 11:01 
GeneralRe: MS Access and VB.Net Pin
Wendelius3-Feb-09 11:13
mentorWendelius3-Feb-09 11:13 
GeneralRe: MS Access and VB.Net Pin
vijay24823-Feb-09 20:46
vijay24823-Feb-09 20:46 
GeneralRe: MS Access and VB.Net Pin
Tom Deketelaere3-Feb-09 20:57
professionalTom Deketelaere3-Feb-09 20:57 
GeneralRe: MS Access and VB.Net Pin
vijay24823-Feb-09 21:29
vijay24823-Feb-09 21:29 
GeneralRe: MS Access and VB.Net Pin
Tom Deketelaere3-Feb-09 21:46
professionalTom Deketelaere3-Feb-09 21:46 
GeneralRe: MS Access and VB.Net Pin
vijay24823-Feb-09 22:14
vijay24823-Feb-09 22:14 
GeneralRe: MS Access and VB.Net Pin
Tom Deketelaere3-Feb-09 22:22
professionalTom Deketelaere3-Feb-09 22:22 
Well that's different then.

Do you get an error? If so post it here.

What do you mean with
vijay2482 wrote:
the data is not been retrieved


Are you trying to retrieve the data from the DB after you inserted it (if so you'll have to do a SELECT after it ).
Or do you mean that your variable is empty?
If so:
Try passing the username to the second form in the constructor of the second form and setting a local variable on the second form.

Accessing a variable on the first form from the second form will only work if that variable is declared as 'shared' or if you have a reference to the first form on your second, but since you probably close the first form there is no such reference.
GeneralRe: MS Access and VB.Net Pin
vijay24823-Feb-09 22:43
vijay24823-Feb-09 22:43 
GeneralRe: MS Access and VB.Net Pin
Tom Deketelaere3-Feb-09 22:55
professionalTom Deketelaere3-Feb-09 22:55 
GeneralRe: MS Access and VB.Net Pin
vijay24823-Feb-09 23:34
vijay24823-Feb-09 23:34 
GeneralRe: MS Access and VB.Net Pin
vijay24823-Feb-09 23:58
vijay24823-Feb-09 23:58 
AnswerRe: MS Access and VB.Net Pin
Sumit Prakash Sharma3-Feb-09 3:54
professionalSumit Prakash Sharma3-Feb-09 3:54 
QuestionFull Text Query Pin
Muhammad Fahim Baloch3-Feb-09 1:35
Muhammad Fahim Baloch3-Feb-09 1:35 
AnswerRe: Full Text Query Pin
Eddy Vluggen3-Feb-09 2:04
professionalEddy Vluggen3-Feb-09 2:04 
AnswerRe: Full Text Query Pin
Dave Kreskowiak3-Feb-09 2:04
mveDave Kreskowiak3-Feb-09 2:04 
JokeRe: Full Text Query Pin
Tom Deketelaere3-Feb-09 3:53
professionalTom Deketelaere3-Feb-09 3:53 
AnswerRe: Full Text Query Pin
EliottA3-Feb-09 2:36
EliottA3-Feb-09 2:36 
QuestionPlease Help Pin
Noufe3-Feb-09 0:50
Noufe3-Feb-09 0:50 
AnswerRe: Please Help Pin
Dave Kreskowiak3-Feb-09 2:03
mveDave Kreskowiak3-Feb-09 2:03 
GeneralRe: Please Help Pin
Noufe3-Feb-09 22:26
Noufe3-Feb-09 22:26 
GeneralRe: Please Help Pin
Dave Kreskowiak4-Feb-09 2:07
mveDave Kreskowiak4-Feb-09 2:07 
QuestionTextBox focus on loading form Pin
Richard W Allen3-Feb-09 0:00
Richard W Allen3-Feb-09 0:00 
AnswerRe: TextBox focus on loading form Pin
Richard W Allen3-Feb-09 2:01
Richard W Allen3-Feb-09 2:01 
QuestionDateTimePicker Pin
vijay24822-Feb-09 21:45
vijay24822-Feb-09 21:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.