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 Rhinorhino 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: *

  • Users: Quixxx
  • Content: Threads
  • Order by date
  1. Quixxx

    Type Mismatch after save?

    Hello all, I can't figure out why I am getting a type mismatch error after my save. Here is my code Private Sub cmdSaveDOCS_Click() Dim recIND As Integer Dim strSQL As String Dim i As Integer recIND = txtRVA strSQL = "Select * from tblPhysicians" Set rstSet =...
  2. Quixxx

    Help Saving Records 3256 error

    I have been loosing my mind trying to figure this out. I have been trying to save a record from a form but I keep getting this Runtime error 3265 - Item not found in this data collection. I know that the field names are correct. as a matter of fact, I have changed them thinking that maybe I had...
  3. Quixxx

    Saving data

    Hello All, I have been loosing my mind trying to figure this out. I have been trying to save a record from a form but I keep getting this Runtime error 3265 - Item not found in this data collection. I know that the field names are correct. as a matter of fact, I have changed them thinking that...

Part and Inventory Search

Back
Top