Search results

  1. A

    Requery

    What is the correct syntax for Requery. I have a form with two sub forms. I need to update the underlying query for subform2 when I add registers to subform 1. Works with macro but would rather use code
  2. A

    Child Master Link w/ unbound obj

    I am trying to add additional link criteria for a form and subform. The employee Id is the link fields but I also need to throw in a "year" unbound combo box on the master form and filter the child (subform) info also with that. Can use code if necessary. Any ideas?
  3. A

    Search Criteria

    I am programing a form to be used to input search criteria on a table. I have several variables that will filter throught the table and only provide registers that fulfill with the search crieria. Can someone offer code that will sift through the null values. In the search screen, the user does...
  4. A

    Code for WORKDAY()

    I need to calculate the number of workdays between two fields in VB. Is there afunction or how should I do it? I am launching the following as an event procedure After Update. Me![Days] = Me![End Date] -Me![Start Date] gives me total days. I just need work days. Thanks
Top Bottom