Search results

  1. S

    Help with TransferText importspec

    I am attaching a simple mdb I am creating to read in a bunch of txt files with no delimeters. 1) I created an import spec called "VartecImportSpec" 2) I can manually file/import my text file go to advanced and select my import specification & save the data to my tblVartecImport with no...
  2. S

    Sendobject

    Here is my send object line... DoCmd.SendObject acSendQuery, "FormatClub", acFormatXLS, "<greyhound48@comcast.net>", "<sharlan@allamericaninsurance.net>", , "ACTIVE CONTRACTS", "Please let me know if you see any problems with the attachment.", False I have this working, but there is a funky...
  3. S

    Printing an external report

    Printing an external pdf document Hi Everyone... I dont want to print a access report to a pdf from access, I want to print a static external pdf help document from access after my true access reports have printed. Help!! Cant figure this out.
  4. S

    Terminal server and networked printer in access

    We currently use Terminal Server to run an Access 2002 mde which I wrote. I have designed a front end which is pushed out to each users desktop and a shared backed on the server. Users run the application through the Access2002 runtime. I have implimented Microsofts Application.Printer Code...
  5. S

    VBA problem driving me nuts!!!

    HELP!!! All of a sudden when I type in the VB editor of a form each character typed turns red and it automatically erases spaces that I type. I used to be able to type a whole line before the editor would evaluate my typing. Does anyone have an idea of whats going on????
Back
Top Bottom