Database Functions

Tech-Archive recommends: Fix windows errors by optimizing your registry



I am trying to retrieve values from a database with multiple criteria that
change from row to row. Is there any way possible to build into the formula
"dynamic" criteria without having to create massive criteria tables? Back in
the Lotus days you could build the criteria into the formula.

DB would look like...

Criteria1 Criteria2 Value
A 1 $10
A 2 $15
B 1 $20
B 2 $25


.



Relevant Pages

  • Re: improving performance by indexing query criteria fields
    ... establish relationships first in the relationships window. ... My advice is to index fields that you use to specify criteria and sort orders. ... important in a multi-user database, where the back-end is on a file server. ... appropriate records (assuming the query optimizer can use the index). ...
    (microsoft.public.access.setupconfig)
  • Re: improving performance by indexing query criteria fields
    ... establish relationships first in the relationships window. ... My advice is to index fields that you use to specify criteria and sort orders. ... important in a multi-user database, where the back-end is on a file server. ... appropriate records (assuming the query optimizer can use the index). ...
    (microsoft.public.access.queries)
  • Re: Find largest alphanumeric value matching alpha criteria in dat
    ... the "Calif Insert" is a changing criteria that I need to be ... able to input in a cell. ... then go to the database to find all the records that also contain that same ... refers to the database and to a cell on the template: ...
    (microsoft.public.excel.worksheet.functions)
  • Re: Showing certain record only
    ... In my database I have a toggle button that once pressed ... My Main form is called frmProject which gets it data from a query ... unbound textbox, txtZeros. ... I add the following criteria to the filtering query for the listbox, ...
    (microsoft.public.access.forms)
  • Re: Lets start again
    ... The free downloadable sample database at www.bullschmidt.com/access uses the ... query by form concept so that on the invoices dialog one can optionally choose ... InvDateMin with DefaultValue of =DateSerial)-1,1,1) ... And the qryInv query's criteria for the InvDate field has: ...
    (microsoft.public.access.gettingstarted)