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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by kporters

  1. kporters

    how to create bootable cd

    I was able to create a bootbale cd (from thread 779-1024521) but still have problems - I could not get the cd to read the hard drive I loaded files onto the cd but they are not recognized after I created the cd And from previous thread a suggestion was to use the xp cd and the repair...
  2. kporters

    deleted files (and laughs on me for those that read this)

    Setnaffa disk was not encrypted, don't know if it is basic or dynamic and it is fat. I am runnig xp home w/service pack 2. (also, this is for a toshiba notebook)
  3. kporters

    deleted files (and laughs on me for those that read this)

    I was attempting to eradicate symantec from my hard drive (symsnatec was giving me an error and their web help wasn't) so, in my overzealousness (sp), I deleted windows/system files) ? - can i create a bootbale cd that will let me read my hard drive? and if so how? thanks
  4. kporters

    XP Home ver & file transfer between XP pc's

    I tried using the file transfer wizard to transfer files between 2 pc's both w/xp. I could not get them to connect. any suggestions? thanks in advance
  5. kporters

    turn off warning messages

    I'm currently sending an email w/attachments from my access database. Outlook is displaying a warning that "A program is .. send email..." with choices of yes, no and help. Q? - How do I turn off the Outlook warning in code? thanks in advance
  6. kporters

    phantom new hardware found

    I have rtfm'd and successfully added a printer. But every time I boot up my pc xp tells me it has found new hardware and wants to install it. I've tried to check the don't ask button but that too doesn't work. any suggestions? thanks in advance.
  7. kporters

    Put report in word but maintain Access' report format

    My latest attempt creates any report that is selected from the reports menu to be output as an .rtf. I want just one report to be ouput as an .rtf file and any other report that is selected to be previewed. any suggestions? Dim db as Database Dim doc as Document Set db = CurrenDb For each...
  8. kporters

    Put report in word but maintain Access' report format

    AS far as code goes I have : Dim db as Database Dim doc as Document Set db = CurrenDb For each doc in db.Continaers!Reports.Documents if doc.Name = "Report" Then DoCmd.OutputTO acOutputReport, "report", acFormatRTF, "C:\filename.rtf", true else outputreprt...
  9. kporters

    Put report in word but maintain Access' report format

    Unfortunately, the user getting the report will want to make changes
  10. kporters

    Put report in word but maintain Access' report format

    I've created a report in Access, but want to publish it in word and maintina the Access Reports' format. The report has calculated paragraph headings that don't stay the same when I try to export to .txt, .rtf or try to link it into word using the W icon in Access.
  11. kporters

    Report in Word w/o para headers changing

    With much thanks to mpastore for responding to my post "Label paragraphs (a, b,c, d)" my report looks very nice. I thought it would be a simple thing to export or link to msword, but, when exporting to a text file, .rtf or linking to msword, the paragraph headers change (i.e. if the...
  12. kporters

    Label paragraphs (a, b,c, d)

    yes, I'm attempting to emulate the Excel column format, I did try to change the code to go to BA after AZ but have been unsuccessful.
  13. kporters

    Label paragraphs (a, b,c, d)

    thanks, & sorry about the initial confusion
  14. kporters

    Label paragraphs (a, b,c, d)

    in my report, getnextpara remains an "A" for all product id's, any suggestions where i might have gone wrong? thanks

Part and Inventory Search

Back
Top