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 to form1 so that a new row can now be added to the Access file.My Q is:
1) In which form(s) do I need to establish the connection between my application and the MS Access file?
2)What is the coding for the buttons in form 2 and 3?
Your input is greatly appreciated...
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 to form1 so that a new row can now be added to the Access file.My Q is:
1) In which form(s) do I need to establish the connection between my application and the MS Access file?
2)What is the coding for the buttons in form 2 and 3?
Your input is greatly appreciated...
Comment