Search results

  1. D

    Calculate and round minutes

    Yes VBAINet, you have my problem exactly, but i am still needing a little help. I am still learning some vb techniques and all. What i have is a datediff function that finds the time elapsed between start and end time and stores it in minutes. I convert the minutes to hours. ?What i have to...
  2. D

    Calculate and round minutes

    Need to update a time calculation field, if minutes are from 0 to 6 then make minutes 0, if 6 to 16 then make 10 and so on. Cant seem to find anything on this. This is for a pay calculation table. thanks
  3. D

    importing dbf to accdr file

    Not sure where to post, but trying to figure out a bug. I have db with a .accdr extension using access 2007 runtime. When i run a transferdatabase import of a dbf file it will not import. The function works if database has accde or accdb extension. Any help much appreciated
  4. D

    loop to run queries to update table

    Ok i have s series of queries in need to run multiple times, they need to run for a set time period. The queries are running calculations for staffing numbers, the numbers are updated and evaluated each month for a set number of months. the time line is set during form open from a table. An...
  5. D

    Collate two Reports to printer

    Subreports does not work because of header and footer actions in rpt2. Any help on vb code to set print order would be greatly appreciated
  6. D

    Collate two Reports to printer

    Ok, been looking for a week and am at wits end. Ihave two reports, rpt1 is form letter with employee name and address, rpt2 is report with header and footer calculations of time worked. I need to be able to print these reports together, so wont have to hand collate after printing. Normally...
  7. D

    Run Pkpak in vb

    Help needed, need to run pkpak from VB to zip 4 files to send to another system. Used shell function will pop up window but does not run zip function. This is what i have tried. I created a .bat file which runs the routine if clicked on but does not run if through the code. Shell...
Back
Top Bottom