Click here to Skip to main content
15,897,273 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
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 
vijay2482 wrote:
im trying to store a value from the first for in the database


When? Upon clicking the submit?

If so:
You need to pass the variable to the second form when you open the second form:

dim frm as form2(variable)


Then in the second form:
private sUsername as string
public sub new(variable as string)
initializecomponent
susername = variable
end sub

Now you can use that variable (susername) in the submit button

Without more explanation(and perhaps a bit off your code) I can't give more info than that.
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 
AnswerRe: DateTimePicker Pin
Rupesh Kumar Swami2-Feb-09 22:32
Rupesh Kumar Swami2-Feb-09 22:32 
GeneralRe: DateTimePicker [modified] Pin
vijay24822-Feb-09 23:03
vijay24822-Feb-09 23:03 

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.