Recent content by SerenityNet

  1. S

    Display DB Document With Button Click On Form

    Okay, I've finalized on two static documents (one Word and one Excel) that will be stored in the table. I've experimented by opening and closing the documents many times from within the Access table. As long as the documents are static then there is no bloat that occurs. However, I could...
  2. S

    Display DB Document With Button Click On Form

    Thank you for the quick reply. However, there is no point in me even putting them on the form, if they can't be stored in Access. I need to have a single file footprint for this application. However, at most there will be three documents stored (two Word and one Excel). They should be...
  3. S

    Display DB Document With Button Click On Form

    I have documents (mostly Word) stored in an Access table. The table contains two fields. (1) a text field with the document's name and (2) an OLE field that holds the document. When I press a button with the document's name on it (or it could be a hyperlink or a dropdown) on a form then I would...
  4. S

    Subtract Times

    Thanks Thank you all very much. =(([TimeOut]-[TimeIn])*24)-([TimeDC1]/60+[TimeDC2]/60+[TimeDC3]/60) in the Control Source works perfectly.
  5. S

    Subtract Times

    Still and error Hello, Attached is a gif of how I have the fields set up. However, I'm receiving an error. Can you advise? Thanks again, Andrew
  6. S

    Subtract Times

    Say I have four fields, only one of which will be submitted to the DB. Form field one is "Time_In" (short time). Form field two is "Time_Out" (short time). Form field three is "Time_Wasted" (minutes?). Form field four is "Time_Worked" (minutes?). Only form field four will be submitted to...
  7. S

    Print a report of a Single Record from a Form

    Thank you ! ! ! Thank you ! Thank you !! Thank you !!! Maybe one of these days I'll get the single and double quote logic down (but I doubt it). Thanks again for the help, Andrew PS. I'm putting a fixed copy of the DB example at the hyperlink above, in case it will help someone else.
  8. S

    Print a report of a Single Record from a Form

    This is very similar to another post of the same name. However, my problem appears to be because the report includes data from both a form and a sub-form. I've received feedback before, but I'm still unable to get it to work. I've placed a sample DB here. If someone could download the file...
  9. S

    How to delete all names in xl workbook

    Thanks Thanks. :D That did it perfectly. Since it was a VBA sub I was looking to find, I put it here in the VBA forum without thinking about the application. Thanks for helping out anyway. Andrew
  10. S

    How to delete all names in xl workbook

    I can do something like     ActiveWorkbook.Names("auto_open").Delete for each name in my workbook. But I have a bunch of names. I've tried several methods to delete them all at once (like array...), but without success. How can I just delete all names in the active workbook? Thanks in...
  11. S

    ODBC Password Prompt

    Thanks for the help. I wasn't able to get the code to work. I don't understand why, but I don't have time to pursue it now. I just created my linked tables and chose to save the password. Sometime, when I have the opportunity, I will give more attention to your code. Thanks again, Andrew
  12. S

    Linked tables - save password

    Thanks for the help. I just recreated the linked tables and it is working. Andrew
  13. S

    Linked tables - save password

    What / where is the linked tables manager? In my DB tables view, I see the globe icons for the linked tables. If I open the tables then I'm prompted for my username and password, but there is no option to save them.
  14. S

    Linked tables - save password

    I created a bunch of linked tables, but did not check the "save password" box. Is there a way that I can enter and save my password with the linked table now, or do I have to create them all over again from the start?
  15. S

    TransferSpreadsheet to Pswd Protected Workbook

    Can you export (TransferSpreadsheet macro) to a password protected Excel workbook? If so then how? I haven't been able to find instructions on this (saying that I could or couldn't). Thanks, Andrew
Back
Top Bottom