Search results

  1. N

    Linking form and continuous subform

    Hello, In an Offers DB, I have a form with two fields BeginDate and EndDate. When clicking on a button, it opens a continous form with a DoCmd.OpenForm and a criteria based on the 2 dates (i.e. it shows all the offers that were created between the two dates). What I would like to do is to...
  2. N

    Comparison Operator for Date

    Hi In VBA I need to count records from an Offers table, that were created beetwen 2 dates (strDate1 and strDate2). Using the DCount as follow gives me strange results: records that were created ON strDate1 are taken in account while records that were created ON strDate2 are not. Records that...
  3. N

    OpenForm doesn't work

    Hello all, I've a form "FormCurtain" which contains a subform listing the different size of the curtains. When I try to open the Subform with the following code (from a search form) it doesn't work. It opens the corresponding form but doesn't move to the right record. Dim strDocID As...
Back
Top Bottom