Search results

  1. A

    Convert Seconds into HH:MM:SS

    I am using the formula as per above but when the seconds equal over 24 hours a day is dropped. How can i get this field to show the tot HH:MM:SS and not just the HH:MM:SS of the "current day". I.e 86412 Seconds should equal 24:00:12 but shows as 00:00:12. All help appreciated.
  2. A

    Automatic import using import Spec

    I have had a quick llok at the instr() function but don't understand how i incorporate it. Could you explain further. Cheers
  3. A

    Automatic import using import Spec

    I have written some VBA code to import a file with a click of a button from a CD. The file is not always the same name but always follows the following: D:\????f3??.vp Here is the code. DoCmd.TransferText acImportDelim, "550 Invoice Records Import Specification", "Tab 550 Current Month"...
  4. A

    View query names in a combo box

    Triffic. Many Thanks for your help.
  5. A

    View query names in a combo box

    I would like to view all of my query names from within a form using a combo box. Is this possible. I would like to do this so the user can select what query to run or delete. I cannot reference the query via a button etc... as the user can make new queries and name it as whatever they want...
  6. A

    Convert Seconds into HH:MM:SS

    Thanks for all your help guys. That is great!!!!
  7. A

    Convert Seconds into HH:MM:SS

    I have a field in a report which displays a value by total seconds ie 1827 seconds. I would like to convert this value into a new field shown as HH:MM:SS. Does anyone have any ideas on how i can achieve this. All help appreciated. Cheers Arry:D
  8. A

    Output to Excel

    Any other suggestions anyone?? Is there an easier way?
  9. A

    Output to Excel

    Many Thanks I will give it a go! Arry
  10. A

    Getting to design view through security

    Try holding the Shift key when you open the database.
  11. A

    Output to Excel

    Hello all, Hope you can help. Does anyone know a way to export data from an Access table/query into an excel file?? Sounds straight forward but what if the table/query is over 65,536 lines. Is there an easy way to split the records and paste into different excel sheets.:eek: For example...
Back
Top Bottom