Search results

  1. C

    Matching Values in Tables/Lists

    Hi all Is there some kind of matching procedure that could be created to find matches in 2 tables. The catch is I'm not just looking for like values. For example: List 1 has 30 records (Shows all of the deposits that were made to the bank in a given month -usually 1 per day) List 2 has 100...
  2. C

    Passing Parameters during DoCmd.OutputTo

    Hi all - I'm looking to pass a parameter (a Dlookup function) to my query during the "OutputTo" command (or really anytime I want to call the query, but for now this is what I'm doing) My query is to be filtered base on a date however, I'm not sure how I can set the value of the parameter...
  3. C

    Storing/Reusing arrays?

    OK - It may not be so much that I'm struggling but moreso that I'm just completely lost. I have a function that finds a value based on a date "asofdate" what I'm looking to do is find the value that the function would return for each of the days of the year. Then once I have all 365/366...
  4. C

    General speed of functions

    Hi all - I'm relatively new to Access, so this may be a very simple question. I am trying to create an application that relies heavily on reporting. Unfortunately, all of the data that I need in these reports are functions that can't be recreated in a query. The reports are taking minimum 10...
Back
Top Bottom