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 bkrike 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 leslied

  1. leslied

    Printing

    The following is the code in my command button for printing the report: My question is , how do I specify a default printer? thank you.... code is as follows: Private Sub cmd_print_Click() On Error GoTo Err_cmd_print_Click Dim db As Database Dim qdf_check As QueryDef Dim qdf_rcu...
  2. leslied

    Report Question

    I am not getting any errors. Here is the scenario: I open this form. It has several reports that are able to run from the form, now, upon selecting a report, it will start the process but it will not give me any output. After it finishes running the query it rushes through the output screen...
  3. leslied

    Setting forms one size

    I tried searching for this but the search is not very friendly. All i want to di is set the form so that when it is open it does not open to the size of the screen. I want it to open one small size.... can anyone help? thank you
  4. leslied

    Report Question

    I would appreciate some feedback on this question, Why is it that a report works on one machine very well, no errors or whatever, but on another machine sometime does not work or may work some of the times. I would really appreciate your feedbacks. I am stumped on this. Thank You
  5. leslied

    Generating an output to a file instead of a report

    this is what i did.... is this correct or does it look okay to you? DoCmd.TransferText acExportDelim, , &quot;<RBC Monthlysal Query>&quot;, &quot;<D:\TEMP\RBC MonthlySal>&quot;, True because i am getting this error that D:\TEMP is not a valid path thanks
  6. leslied

    Generating an output to a file instead of a report

    ok... I have a query which pulls information i need. now what i want to do with the query is to send the information it pulls to a file, namely a plain text file. The type of file is not very important at this moment. Now I want to do a form. On that form i will have a button that runs the...
  7. leslied

    Generating an output to a file instead of a report

    I accept your answer..thank you for that. What I was actually looking for, and this is my fault, so I apologize for it. Any how, what i really wanted to know is how to make it automatic. For example, when the user hits the generate report button, instead of it actually generating a report it...
  8. leslied

    Generating an output to a file instead of a report

    How do you output information from a query to a file, for example for disk transfer, rathern than outputting it to a report? I apprecaite your feed backs. Reagrds.
  9. leslied

    Report

    Hey guys I have a question I want to format a report such that the report header prints out every time a new section is printed. Example, this is how the report looks currently: REPORT HEADER Constituency name People numbers addresses somewhere My name 0000 someplace somewhere...
  10. leslied

    EXPORTING TO EXCEL

    I have solved the problem thanks.......
  11. leslied

    EXPORTING TO EXCEL

    you are certainly correct there.... yes the mising columns fall in that catefory...
  12. leslied

    EXPORTING TO EXCEL

    yes... everything that needs to be selected is... since I am using this same query to run other reports and upon exporting that other report, everything shows up on the excel file...Thus my incomprehension as to why this one doesn't do the same.... thanks
  13. leslied

    EXPORTING TO EXCEL

    I believe i am exporting the query since i am viewing the report first then i export it.....
  14. leslied

    EXPORTING TO EXCEL

    Hi, I am doing it via file/export....
  15. leslied

    EXPORTING TO EXCEL

    Upon exporting to Excel, certain fields do not show up in the Excel report. What would be possible causes for that? Can anyone help with this question? Thanks

Part and Inventory Search

Back
Top