Search results

  1. T

    Insert data into table by calculated files in form

    Dear, I have calculated files in a form which is summimg the working hrs of each employées for a particular data. I am able to show the same in the form but want to add this value in the table. Is is possible to add this data from the form to the able????
  2. T

    Default value not populating with VBA code

    Dear , Can anyone please help me to find out why the code is showing error. Private Sub Ref_Click() Me.Ref.DefaultValue = Date End Sub I want that when I click the Ref field in the form the date field in the form get populated with todays date
  3. T

    Regarding défault values in Sub forms

    Dear, I have a form with a sub form. In the sub form I have a column named date. When user need to add new data in the sub form the date field will autimatically show todays date . I have added in the default value properties of the date field as Date (). But with this I am facing a problem...
Back
Top Bottom