Search results

  1. B

    Strip Punctuation Marks

    I get a compile error when i use the function replace. i am sure i am missing a reference. this is a database that someone else wrote and i have to make some export work. its only going to be used temporarily for testing. thank you for the info tho!
  2. B

    Strip Punctuation Marks

    Thanks. I can't change the delimiter. I ended up using the left and instr command to take out the comma. thanks for your help!
  3. B

    Strip Punctuation Marks

    How can i strip out punctuation marks from a field that i am calling in a writeline command? There is a comma in the name (vendor name) and it throws off my import into my accounting program. Thanks for your help.
  4. B

    Run time error 424 object required

    So i did the option explicit and named my variables. now i get compile error: object required at the set flGB line. the only thing that comes up in the locals window is the reference to the export button. both of those rst fields are text. thanks so much for your help!
  5. B

    Run time error 424 object required

    Paul, Its flGB
  6. B

    Run time error 424 object required

    Hello, I am trying to create a txt file to import into our accounting software. I get the file (its blank), but it fails on the WriteLine and i get the run time error. I have a command button on a form that the user will click to export the file. Any help would be greatly appreciated. Private...
  7. B

    Hello Everyone

    Hi, My name is Barb and I am the IT Director for a road paving company in upstate NY. I have been working with databases for about 8 years. Thank you for allowing me to become a member!
Back
Top Bottom