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 Mike Lewis 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. trifest

    Mail Merge: One to Many Relationships

    It's weird because I'm not sure exactly what's going wrong. The error messages are so vague and not directed that I can't debug it correctly. Anyone else have any thoughts? This is driving me crazy.
  2. trifest

    Mail Merge: One to Many Relationships

    Here's some more info. I'm using the following field { Database \d "C:\SATv14.mdb" \c "DSN=MS Access Database;DBQ=C:\\SATv14.mdb;DriverId=25;FIL=MS Access;MaxBufferSize=2048;PageTimeout=5;" \s "Select 'System Name', 'Control_ID' FROM 'tblTestCaseStore'" \h } Did I do something wrong here. Not...
  3. trifest

    Mail Merge: One to Many Relationships

    I'm trying to perform the following for one-to-many relationships from multiple tables within Access. Here's the article I'm looking at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnovba00/html/MailMergePartII.asp Is there an easier way to go about this as this article is...
  4. trifest

    Find and Replace Section Breaks

    dcompto, that worked perfectly, you were right. i was merging as a letter. doh! wish i had thought of that. i used the directory format in word 2003 and it worked perfectly. thanks for the help guys. you saved me a ton of time.
  5. trifest

    Find and Replace Section Breaks

    Unfortunately, the code didn't work. it just replaced the very last section break. can't understand why i'm having so many problems with this.
  6. trifest

    Find and Replace Section Breaks

    there was no formatting enabled on the find and replace. is there another option somewhere that i should be aware of?
  7. trifest

    Find and Replace Section Breaks

    Strange thing is the code will only do it for the very last section break. and not the other 224 sections breaks within the doc. but if i do a find on ^b it goes through all of them. Am I doing something wrong here? Thanks for the code.
  8. trifest

    Find and Replace Section Breaks

    It's strange. I've been trying to do the find and replace and I tried it on Word 2000, XP, and 2003. and none of them can replace ^b. It can find the breaks but does not replace them. I have seen microsoft articles that state ^b is find function only. Thanks for the code and I will give it...
  9. trifest

    Find and Replace Section Breaks

    Essentially what I'm trying to do is that I have sections that I want to combine since I wrote a mail merge function that grabs records from an Access Database but it then puts section breaks after each record but I don't want section breaks after each record but to have them all combined. I...
  10. trifest

    Find and Replace Section Breaks

    I'm trying to just remove all the section breaks in the document specifically section break (next page) . i need to combine a lot of material and can't seem to get it to work in Word 2003. Any tips?
  11. trifest

    Find and Replace Section Breaks

    Basically, I tried the find and replace with the ^b for section breaks but can't replace any of them with anything. I want all the section breaks deleted in my document since there's about 225 pages of it. Anyone have any suggestions. Thanks for the help.
  12. trifest

    Obtaining Desktop path from VBA code

    I was wondering if there was some environment variable i could call from the vba code to obtain the users desktop path since they'll be different because of the Windows version and user profile. i'm trying to copy a file to their desktop automatically but need to dynamically pull the desktop...
  13. trifest

    ASP Security

    Are there are any major security vulnerabilities with ASP coding, ex. buffer overflows, sql injections, etc.. and some good links you can point me to. I appreciate the help.
  14. trifest

    Check for #error in a field

    I have a text box that does a calculation but I want to write some code in VBA to check for #Error in that field and if it is then to disregard it and not give me a type mismatch error. any thoughts?
  15. trifest

    ProvideX ODBC problems...URGENT!!!

    anybody??? Please Help.
  16. trifest

    ProvideX ODBC problems...URGENT!!!

    I have a large client that just recently upgraded all workstations to Windows XP. Running MAS 200 3.70. We have several Crystal Reports and Access databases that interface to MAS 200. The problem we're having is that both interface to MAS 200 very slowly. I mean it crawls. We installed the...
  17. trifest

    Export to CSV having problem..please help!!!

    I have the following in code DoCmd.TransferText acExportDelim, , "qryMAS90APExportsSorted", "F:\Export\AP" & [Forms]![frmStartup]![txtBatchNumber] & char(39) & [Forms]![frmStartup]!txtCompanyNumber It says that "Cannot Update. Database or object is read only&quot...
  18. trifest

    Remote Desktop Connection from XP to NT Workstation

    I want to be able to use the remote desktop feature in Windows XP to access a NT 4.0 workstation. Anyone know how I would go about doing this? I'm new to this so not sure of the procedures. Thanks in advance.
  19. trifest

    Question about applicable work experience.

    I called ISC2 about my eligibility and was told to consult other CISSPs. I sat for the exam this past saturday in Vienna, VA. Signed up as an Associate because of some eligibility questions I had. Here's my background. Graduated from Carnegie Mellon in 2002. While in school I had the luck and...
  20. trifest

    Problem with Export to CSV file

    the file is not large at all 1kb. if i wait it still makes no different. the file is not open when i do it again. it's creating a schema.ini file too that if i delete it's fine.

Part and Inventory Search

Back
Top