I also tried this but it did not work;
Private Sub Command64_Click()
Dim rst As ADODB.Recordset
Set rst = New ADODB.Recordset
rst.Open "SELECT * FROM recipetable1 WHERE [Recipe Name]='" & Me![Recipe Name] & "' AND [Recipe code]='" & Me![Recipe Code] & "'", CurrentProject.Connection
If Not...
I have two forms (Main-Add/EditRecipes, Second form-F_RecipeAdd1) and I want to be able to open a form (second form) on the click event. The first form has multiple fields (text boxes) and when I open the second form on click event I want to copy values from the second . Then at the end I want...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.