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 SkipVought 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. okitamura

    Adobe Distiller: Generating Black and White PDF file

    Could someone tell me how to turn colored PDF into Black and white PDF? I do not want to use Image option because then PDF will no longer have tags and I cannot search for anything in the document. I have tried everything reasonable but Distiller keeps outputting colored PDFs. There must be an...
  2. okitamura

    Command Button to select multiple records in Drop down

    I apologize it is a Combo Box that I am trying to do multi-select. You can do this manually. I wanted to achieve it by VBA. I should have clarified.
  3. okitamura

    Command Button to select multiple records in Drop down

    Could someone tell me how to make a multiple selection by a single click on the Command button? I know it will be an event procedure on the CMD button but I do not know how to code this in VBA. The selection is always the same. Lets say that you see the following in the Dropdown(Combo Box)...
  4. okitamura

    Exporting Memo Fields containing over 255 Characters to Excel

    Hi, I have recently solved one of my problems of not being able to extract data containing over 255 Characters from Access Query. This was done by appending the query results to a table that has Momo fields to accomodate the long text field. Now I want to export this table with Memo fields to...
  5. okitamura

    Getobject: ActiveX Component Can't Create Object Error

    Anyone, I have been trying to output one of my quesries from Access using OutputTo method to diplay the content in Excel Spreadsheet which works just fine. After that I am trying to format Excel Spreadsheet(Coloring etc). What I dot not understand is sometimes it works when I step thru but...
  6. okitamura

    Outputto Method: How do I have the system Promt users when overwriting

    I am using Outputto method in Access to output a query to excel spreadsheet by specifying a file name. My question is: "Is there a way for Access Application to Prompt a user when the same file name exists in the directory specified within the Output Method parameter? Right now, it overwrites...
  7. okitamura

    Operation is not Allowed when the object is closed

    Thank you very much for your response. You mean: You also may need to check the datatypes for a ADO recordset string query to see what its max size is? The resultant query is fine because I can run it in Toad. For the statement "rs.Open strSQL, strConn, adOpenForwardOnly" Is there a max size...
  8. okitamura

    Operation is not Allowed when the object is closed

    I spent whole day trying to figure out this error. "Operation is not Allowed when the object is closed" and came with no answer. What I am simply trying to do is set a cursor for this particular record set. I know the code below works with simple SQL statement but as soon as I put in very long...

Part and Inventory Search

Back
Top