Search results

  1. I

    Difference Between Two Dates Into Years Months Days

    Hello to everybody. I have a problem in calculating the difference between two dates and displaying the output into Years Months Weeks Days. My problem is that dividing the number of days by 30 and requesting an integer is not accurate enough. I have looked at Pat and Jons examples shown in...
  2. I

    Recording Time Values

    I Have a problem in which when I create a record I wish the record to automatically record the time it was created. I have achieved this by having a timerecorded field within the table and setting its default value to time(). later on I wish another time to be recorded. This time when the user...
  3. I

    Vertical Lines On a report

    I am using a report to represent a replica of a form that I require for my workplace. The report is separated into columns in which data is entered and segregated by vertical lines and each report is separated by a group header. I have been able to follow the advice given in knowledge base...
  4. I

    Which Subform to display dependent upon a datavalue

    I have a form with several subforms layered with the use of the tab control icon in the form toolbox and I am wishing one of the categories to display either formA, formB or formC dependent in a value in the main form. Is this possible or do I have to have all 3 subforms in the same position...
Back
Top Bottom