Search results

  1. P

    filtering records in a form from another query?

    SUCCESS: For the record, to get around my limitations, I created a make-table query that brought together two linked tables, one containing the necessary records mapped to a number, the other containing checkboxes mapped to the same number. This query then creates a table showing record and...
  2. P

    Make Table Query and Expression Names

    Hi all, I have a Make-Table Query that has five expressions. I have changed the properties of these columns so that, when you view the query, it shows the column names I have chosen. So, instead of Expr1, I get "Haggis", and instead of Expr2, I get "Cold Toast". BUT, when this query creates...
  3. P

    filtering records in a form from another query?

    I've been fiddling with this for the past two hours, and here's what I've come up with (the joys of trying to expand my access proficency): 1) I need to create a Yes/No field in Query A 2) I then need to bring this Yes/No field into Form A, and connect this field to checkboxes. When each...
  4. P

    filtering records in a form from another query?

    I have created two queries, query A and query B. I have also created a form that refers to query A. Is it possible to create checkboxes/buttons next to each record in form A such that, when manually checked, the corresponding record from query B will be excluded/filtered out? If not, is there...
Back
Top Bottom