Search results

  1. 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
  2. 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
  3. 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...
  4. 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...
  5. 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