Search results

  1. S

    DTPIcker's Default Date

    Hi I am using Microsoft ActiveX Control "DTPIcker", in my form. However when I open my form, the default value is the value set when it was made, Is there anyway to make it have the current date, I read somewhere to use: me.dtpicker.value = date() Where should I use it I tried it as a code...
  2. S

    Sum of Times in the Report

    Hi I am new to database making Here is the structure of my database (simple start -end time for workers) Table “workh” contains Name Date STime(start time) ETime(end time) Then I have Query which also calculates the work time (from the queried data from the table) using: Hours...
  3. S

    Automatic Running on update

    I have an external application that writes data into an access file. I have recenlty started working with access, however i have come to need to make a copy of my datbase file whenever a record is changes/added/removed, But i don 't seem to find anything that can do this, the external program is...
Back
Top Bottom