Recent content by BWG3

  1. B

    Output to Excel Question

    I have attached the zip file of the database. When you open the database, the switchboard should appear. See to exactly what I'm trying to do, just click the "reports" button, then click the "more" button, and then click the "search in excel" button. You will then be prompted to save the file...
  2. B

    Output to Excel Question

    I did do that and it took it down from 5mb to 4. I only have 7 records in the data so far and for some reason I cannot open the link you sent me. I'll have to look in to why it won't open. If you have an external email account, I can send it to you.
  3. B

    Output to Excel Question

    I have an append query that dumps data into a table. The table is called search "Search_Excel_1" and the query is called "Search_Excel". I set up a macro to first run the query, then I want to run the module code that you gave me take the data in table "Search_Excel_1" and just open excel with...
  4. B

    Output to Excel Question

    I'm not sure what you mean by Call. Where do I call the function? When the switchboard manager asks me for the function name, I put Send2Excel("Search_Excel_1"). I'm still getting the error. If I want to run the module in a Macro, what action do I use? I'm sorry this is my last try. I won't...
  5. B

    Output to Excel Question

    I name the module "Excel" "Search_Excel_1" is my table "Excel_1" is the name of the sheet (not sure what this actually means though) Then I went to switchboard manager and selected command: Run Code and Function Name: SendTQ2Excel. This is what is in my module and table "Search_Excel_1" has...
  6. B

    Output to Excel Question

    To create the module, I have been clicking on the modules tap and selecting NEW. Or is not incorrect. It compiles fine, but now when I try to run the code I get "there was an error executing the command.
  7. B

    Output to Excel Question

    I'm getting a compile error : Invalid outside procedure when I run the module. Am I doing something wrong? Does something need to be open, as well?
  8. B

    Output to Excel Question

    Thank you for your help.
  9. B

    Output to Excel Question

    Is there code available? I'm not the greatest VB programmer at the moment.
  10. B

    Output to Excel Question

    I'm using the "Output To" command in the macro design. Is there any way to have the command output to Excel without having to save it somewhere on your computer first? I just want to click the button to run the macro and to have it just open up the report in Excel. Thanks in advance.
  11. B

    Text Box linked to a Query criteria

    Thank you for your help.
  12. B

    Text Box linked to a Query criteria

    Yeah, I guess I'm pretty much a noob. I was definately unaware that I would need to type in exactly what was in the title field. I am just trying to allow part of the memo field to be searched on. Still pretty clueless on how to get his accomplished with lack of vba or access knowledge.
  13. B

    Text Box linked to a Query criteria

    If this has already been asked, please point me in the right direction. Couldn't find anything related to this when using the search. I have simple form with a text box and a button labeled "search". Text box is called Search_Box and the form is called frmSearch. I want to have the ability to...
  14. B

    Better way to open a browse window linked to a folders on a server

    Thanks for your help, Nigel. This is the module code that my form code is running off of. Option Compare Database Option Explicit Private Type BROWSEINFO hwndOwner As Long pidlRoot As Long sDisplayName As String sTitle As String ulFlags As Long lpfn As Long lParam As Long...
  15. B

    Better way to open a browse window linked to a folders on a server

    Happy New Year to all. I have a form that contains a button that opens a folder browsing window which allows the user to select a specific folder on a server and it stores the folder path on the form which can be clicked on and opened for later use. I have it set so that the path when you...
Top Bottom