User Profile
Collapse
-
Bro.. the question that was reposted was modified so that it would be in line with ur guidelines.. I urge u to check it again.. An exact explanation was provided that, had it been read properly, would've made my first question justified!... -
Page load
If I add the following statement to the loading event of a form, will it initiate the process a new record entry, or does it necessarily have to be the code for a button (everything entered must be transferred to a MS Acess file)
Me.BindingConte xt(dsApplicants 1, "tblApplicants" ).AddNew() -
3 forms and an Access file
I have a project to submit in a few hours' time. In order to explain what I need clearly, I will provide a very simple example. Suppose I have an application consisting of 3 forms-
The first has a textbox(txtName ) and a button leading to the second form.
The second has another textbox(txtFami lyName) and a button both leading to the third form and sending the info to a row in MS Access.
...Leave a comment:
-
Oh..n just for clarification, by the info, I meant the text in txtName and that in txtFamilyName!!Leave a comment:
-
3 forms
I have a project to submit in a few hours' time. In order to explain what I need clearly, I will provide a very simple example. Suppose I have an application consisting of 3 forms-
The first has a textbox(txtName ) and a button leading to the second form.
The second has another textbox(txtFami lyName) and a button both leading to the third form and sending the info to a row in MS Access.
The third only has a button coming back... -
Zabooster replied to Challenged trying to send info from different forms to a single record in MS Accessin .NETHere is the coding:
Code:Private Sub Form5_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim pintrecords As Integer Dim bndTemp As Binding Dim frmPersonalInformation As New Form1 Dim frmAbilities As New Form2 Dim frmPersonalBackground As New Form3 Dim frmPersonalBackgroundContinued As New Form4 Dim frmPersonalBackgroundContinued1
Leave a comment:
-
Zabooster replied to Challenged trying to send info from different forms to a single record in MS Accessin .NETThanx for the reply debasisdas. I understand the second option but I don't want to do that... I guess the first option is exactly what I'm doing, but I'm getting an error. Is it because the connection to the MS Access file should be made in every form I am using, coz I've only made the connection in the last form. I hope my question is clear. N thanx again for the reply......Leave a comment:
-
Zabooster started a topic Challenged trying to send info from different forms to a single record in MS Accessin .NETChallenged trying to send info from different forms to a single record in MS Access
Hi all,
I have to submit a project in 2 days' time and am currently challenged trying to send information inputted into textboxes, radiobuttons and checkboxes present in different forms to a sigle row in Access. In other words, a series of forms are interlinked and the final form is supposed to send the information in all the forms (including itself) to an Access file. I'm not sure whether the connection I've created using the dataadapter...
No activity results to display
Show More
Leave a comment: