Query open into form?

  • Thread starter Thread starter Tenebrae
  • Start date Start date
T

Tenebrae

Hi, Im doing a database for my A Level project, my end-
user has NEVER used Access before and we aren't allowed to
have any tables open up. So I was wondering, can queries
be designed to open up a form displaying the results? Or
is it only possible to have queries opening up as tables?

Thanks,
Tenebrae
 
Tenebrae

I'm not sure I understand what you mean by have a query "open up a form"?
Queries return recordsets, or append, update or delete recordsets. They
don't "open" things.

Are you saying you want users to use a form? And that form should be based
on a query? Typically, that's how (bound) forms are built -- either by
binding directly to a table or to a query. You could build your query and
then design a form based on the query.

Good luck

Jeff Boyce
<Access MVP>
 
Back
Top