I went ahead and checked my spelling I did have one spelling error.
But when I re-ran it, it gives me the error still except this time it says Expected 1.
Could it be something else?
I am working on a code for an appointment book using access 2000 and VB6. I was using this statement to call the information from my database to the interface
Data3.RecordSource = "Select LastName1, FirstName1, PhoneNumber1, AlternatePhoneNumber1, Relationship1, LastName2, FistName2...
I am trying to add information from the textboxes on my form to the database on the system and it is giving me the error message
Run-time error '3426': This action was cancelled by an associated object.
This is the statement I am using:
Data1.Recordset.AddNew...
I have a flex grid on a form. And I am trying to have it so that the user can click any where on the flex grid row and it will trigger a select statement using one of the fields on that row.
For example.
the row includes Last Name, First Name, and Date of Birth
I want the user to be able to...
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.