Recent content by joshandsony

  1. J

    Sending Automatic Emails from a form

    Hi All, I need a little bit of help! I am working with a big nasty overpowering excel file that I hate. This file is sent to 3 different groups within my company with action items that need to be completed so we can get parts on order. I moved this info into access and broke it down into...
  2. J

    Help exporting to multiple sheets with VB

    Byte, I only have accdb. I didn't think it was backwards compatible and I don't have the old version.
  3. J

    Help exporting to multiple sheets with VB

    Byte....Will you help me again? After using the above code, I didn't get any errors while putting it in vb, but I am now trying to run the code using a command button on my switchboard and it doesn't work. Confusion and frustration has occurred. Can you help me again? I can post a copy of...
  4. J

    Help with calling my code

    If you go to the design view of the switchboard and click on the event tab in the properties menu, in the "on click" part of the menu click on the 3 little dots and it will bring up the code behind the button.
  5. J

    Help with calling my code

    Hi Pbaldy. I have attached my DB. I am trying to get "Confirmed Export Query" and "Non-Confirmed Export Query" to go into 1 excel file with multiple sheets. Let me know what you think.
  6. J

    Code/macro to add a field to a table

    When you append the table, doesn't that just add to the records that are already there? My problem is that I upload a completly new set of records twice a week. What about using an append query? Would you be able to create a new table with just column names and run an append query to get...
  7. J

    Help with calling my code

    I tried calling it with a button but it does not do anything. That is what leads me to believe that the code is wrong. Please help!
  8. J

    Help with calling my code

    I think maybe it is my code that is wrong. When I play it, it takes me to the macros box and asks me to choose a macro. I am not very good with VB so I would venture to guess that this is the issue. I am trying to export multiple queries to one excel workbook with multiple sheets.
  9. J

    Help with calling my code

    Should I call it through a form button or through a macro?
  10. J

    Code/macro to add a field to a table

    I also have a table that I need to add fields too. Except mine does not need any info in them. It is strictly so my vendors can add their own info and send it back. I am interested to see what can be done.
  11. J

    Help with calling my code

    Hello All. I am not very good at this whole VB thing, so please bear with me. The code I have listed below I am trying to run off my switchboard. I have tried calling the code through a button that I have placed on the switchboard, and I have also tried making a "run code" macro and neither...
  12. J

    Multiple IF statements in query

    Hahaha. That was pretty funny. :-P
  13. J

    Multiple IF statements in query

    Thank you, thank you, thank you. You rock!
  14. J

    Multiple IF statements in query

    Oh one more thing. If I have the due date column in the query, how do I sort that to only show 21 days back from today date and before. Example: Today is 4/6/09. I need it to show everything previous to 3/23/09
  15. J

    Multiple IF statements in query

    Cool that worked. Thank you so much. :-)
Back
Top Bottom