Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. starswirl

    Too few paramaters

    I got it the mistake was that instead of data3.refresh, i needed to use data3.updaterecord. Thank You!!
  2. starswirl

    Too few paramaters

    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?
  3. starswirl

    Too few paramaters

    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...
  4. starswirl

    AddNew

    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...
  5. starswirl

    Selecting a row in a MSFlexGrid

    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...

Part and Inventory Search

Back
Top