Recent content by taShi

  1. T

    Importing Text File Error

    I am trying to import a fixed format text file. I get an error saying that "One or more rows of data contain too many characters to import. The maximum characters per row is 65,000." Is this a legitimate message. I have been getting goofy errrors from Access. Does anyone know of a workaround...
  2. T

    Splitting a name in vba

    I ll try that thx!
  3. T

    Splitting a name in vba

    thx!! my question really is how do you use the instr() function to read a string from the right versus the left?
  4. T

    Splitting a name in vba

    Does anyone have any code that reads a name field that contains the name in the following format (John T Smith), picks up the Firstname, last name, and dumps them into different fields. thx!
  5. T

    Dbms

    thanx!!!!
  6. T

    Dbms

    Can someone please define what a DBMS is?
  7. T

    Storing a SQL String Result into a Recordset

    Thanks *moron, that worked for me!!!
  8. T

    Storing a SQL String Result into a Recordset

    Raskew, Thanks for your response but I still get the same error. I get error '3061' "too few parameters.expected 1" it still errors out at the same line. Set rsResult = dbs.OpenRecordset(strSql) Any other ideas?????
Back
Top Bottom