A
Amy Blankenship
I am working on a course where people taking the course can ask a variety of
people questions. Each person has a default number of questions they can be
asked. For the purposes of populating a form with the right default number
of answers, I want to create a left join on a dummy query that has more than
enough records in it and return the top n records, depending on the default
number of questions. I know this is possible in VBA, but I'm at a loss as
to how to specify the top n records in a query.
Thanks;
Amy
people questions. Each person has a default number of questions they can be
asked. For the purposes of populating a form with the right default number
of answers, I want to create a left join on a dummy query that has more than
enough records in it and return the top n records, depending on the default
number of questions. I know this is possible in VBA, but I'm at a loss as
to how to specify the top n records in a query.
Thanks;
Amy