Search results

  1. D

    Report Design

    Hi I'm in the early stage of learning Ms Access. I have created a tables in access but I need to design a page where if a person wan'ts add/search the data they can do it with the buttons. Basically, I don't want to give them the Table view. Can anyone advice how do I do that? Many Thanks D
  2. D

    Date

    I have 2 dates columns. Column A & Column B I need run the query and need show the number of days whose difference (A-B) is greater than 5. Currently, I'm using DateDiff('d',[Date1],[Date2],Date()). By using this, I'm getting the difference of all the dates and their records. But I only...
Back
Top Bottom