Search results

  1. C

    Help in comparision of multiple values to multiple values

    I need to compare 2 sets of vales obtained from multiple tables and based on mulitple criteria. I have up to 100 values in set A (Named as T1, T2, etc, T100) and another potential 100 values in set B (Named T1a, T2a, etc, T100a). I need to compare each value in set A against each value in...
  2. C

    Opinions on slick ways to design database

    I am trying to construct a database which tracks experiments. The aim is to log all the equipment used and track which variables were selected such that the information can be searched through later and the results (saved on the network) can be found. I have the following information needed...
  3. C

    If FIELD1 = "string1" then FIELD_ID1 = 1

    I'm an access toedipper and I want to be able to designate a specific ID number to a user populated field. I'm sure I could do this in excel but it seems trickier in access so I may be approaching it from the wrong angle. To clarify, as a user populates a form I want to then be able to run...
Back
Top Bottom