Recent content by quadomatic

  1. Q

    Query asking input for field name?

    Hey all, I have a bunch of records in multiple tables. Each record has an identifier. I have another table with the same identifiers, that has some fields which are basically used for yes or no to certain criteria (using 1 for yes and 0 for no). I want a query that can pull data from each...
  2. Q

    DLookUp, using value from report as criteria?

    I'm trying to write an expression to get a value from another table, using a value from a report. Here's my attempt: =DLookUp("[activity_desc]","[ActivityCode]","[activity_cd] = activity_cd") I'm trying to get the value from the field "activity_desc" in the table "ActivityCode", where the...
Back
Top Bottom