Search results

  1. I

    Display query results in textbox on form that launches query?

    I'm sure the answer to the question above is yes. I just can't seem to make it work. I've got a form titled Line-Item PO Search. On this form are a couple of fields in which the user can input the following information: CustomerID, PO#, Start Date, and End Date. These fields serve as the...
  2. I

    Formatting for Excel workbook exported from Access

    Hi -- I've been banging my head up against this all morning. I feel like I'm really close to cracking it, but just can't get the last step. I've managed to cobble together the code below. It exports the results of my query to an Excel workbook and plants it on my desktop. So far, so good...
  3. I

    Can I use a WHERE conditional inside an IF-THEN?

    Hello, all. I think I already know the answer, but I really want someone to tell me I'm wrong ;) Here is my issue. I've placed a command button on an insanely complicated form named View Orders. The command button, which we'll call CmdClearFlag for our purposes, clears (hides) a warning flag...
  4. I

    Transpose results of single-column query into a row

    Greetings, all. I hope my subject line is at least somewhat explanatory. I have a query (Query Shipped Today) that returns a single column of data (names of items shipped in a given order). I am attaching a screencap (QueryCap.jpg) of the query. What I need to have happen is for that column...
  5. I

    Need to add line-item purchase order numbers to an existing invoice report

    Hello again; as usual, I will begin with a bit of explanation. Sorry if this gets long-winded: I have a report – not written by me – that my company uses as an invoice. The report was originally designed to list Product Options directly under the product name on the invoice. It allows...
  6. I

    DoCmd.Close acReport not working

    A little background (because who doesn't love a story?): I've got an Access-based application -- not built by me -- that our company uses to run invoices, keep track of inventory, generate purchase orders, etc. Said application also allows us to run various reports, with fixed parameters. I...
  7. I

    Currency-formatted textbox shows up in simple number format on report

    That's it in a nutshell, but I'll clarify. I've got a report which we use as a purchase order. There is a field for shipping and handling, which is entered on the PO creation form. When we do not include shipping and handling on the PO (some vendors ship on our UPS account), the shipping and...
  8. I

    Need a query to identify duplicate customer orders

    My company deals with institutional purchasing departments, rather than individual customers. Because there are multiple persons ordering under a single CustomerID, we frequently receive more than one order for a specific item from the same institution. This results in us shipping more of that...
  9. I

    Need code to e-mail a report-based .pdf via outlook

    Hi, All -- I've searched through the forum (and several others) to try and get some idea of how to go about generating an e-mail which contains a .pdf report -- specifically, a purchase order. I've found several threads which reference this, but I can't seem to figure out how to adapt the...
  10. I

    Need to count the number of lines produced by WriteLines function in a module

    I think that subject line needs a little explanation. I've inherited (i.e. I didn't create it but I need to use it) an Access module that essentially creates a text file that my customers can import into their accounting systems as an electronic (EDI) invoice. It looks like this, when opened...
  11. I

    Share a "group" of queries,forms, macros etc. with another user

    I hope this doesn't sound too strange. I've created a number of interrelated Forms, Queries, Macros, and Reports that are more or less tied to one customer. Since I'm not the only one in our office who works on this account, I'd like to be able to share these tools with the other two people...
  12. I

    Change orientation of "Vertical Property" in TextBox?

    I've seen this addressed in a few older threads, but no satisfactory answers. I'm hoping there's a solution that will work. I'll try to be as concise as I can without choking you on meaningless details. I need a Report to print out what amounts to cataloging labels on an Avery Sheet. The...
  13. I

    Mixed formats in Date Field

    I've tried searching the Queries forum, but haven't been able to find a thread that addresses my particular conundrum. My apologies if it's out there and I missed it. I'll try to make this question fall somewhere in between Too Much Detail and Not Enough. I'm working in a database I didn't...
  14. I

    I need to append a table from a multiselect listbox on a form

    I've been been combing this forum for a solution since Friday. I was hoping to scavenge some useful bits of code that I could twist to my own evil ends, but I think I've hit a dead end. There are several posts that sort of touch on what I'm trying to do, but most of the scenarios that have...
  15. I

    Update multiple tables with one Update Query?

    I've searched the Queries forum until my eyes hurt, but haven't found a solution. I'm hoping someone here finds this post and can offer some help. I should point out that I've had exactly NO Access training, and am essentially self-taught (so a lot of what I read here is WAAAAY over my head)...
Top Bottom