Search results

  1. S

    Sum of Times in the Report

    any ideas how to make a sum in the reports ????????? :( :(
  2. S

    DTPIcker's Default Date

    Thanx alot it worked as everybody was using "DTPicker", I forgot that it should be the name of it. Thanx again
  3. S

    DTPIcker's Default Date

    Thanx for the replies as I said before I have already tried me.dtpicker = date() on the form load which gives my an error of compiling Complie error Method or data memeber not found and it stops on ".DTPicker =" or in case of my first code: ".DTPicker" the other method (=Date()) worked for...
  4. 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...
  5. 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...
  6. S

    Security

    Workgroup I don't if this would help or not in ur case as i have no idea what u have done, however try to creat a new workgroup and join that , so no username and password will be required,
  7. 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