Recent content by applecake

  1. A

    Creating Listbox into "search form" that generates query - see code - almost there

    Re: Creating Listbox into "search form" that generates query - see code - almost ther Fixed it... for some reason Microsoft DAO 3.6 Object Library was de-selected in the References box. Code works perfectly now.
  2. A

    Creating Listbox into "search form" that generates query - see code - almost there

    Re: Creating Listbox into "search form" that generates query - see code - almost ther Sorry, should have mentioned I'm using Access 2002. Thanks again
  3. A

    Creating Listbox into "search form" that generates query - see code - almost there

    Re: Creating Listbox into "search form" that generates query - see code - almost ther Hi all, hoping you can help me. Sorry if I'm out of line posting a question to the end of this thread but I'm working on the same issue and thought it would be easier to refer to examples above rather than...
  4. A

    Automatic Weekday Population on Form

    Thank you Mr. B. This worked perfectly for me. You must be a mind-reader because the txtCalcDate field that you included was going to be my next project. Thanks again!
  5. A

    Automatic Weekday Population on Form

    Hello all, I'm currently designing a form to generate a series of reports and require the form to list Previous Business Day, Current Business Day, Next Business Day, and 2 business days forward in separate text boxes. The current business day part is obviously simple but I'm struggling with...
  6. A

    Future Date - Taking w/e & holidays into account

    Hey all, I'm designing a query that must calculate a future date based on a recorded date. Unfortunately it's not as simple as just using adddate (unless I was using Excel!). Here's my requirements: Future Date = [StartDate] + 45 business days I am able to take weekends into account, but...
Back
Top Bottom