Queries usin a switchboard

Ravislayer

New member
Local time
Today, 01:43
Joined
Mar 7, 2003
Messages
9
i want to use a switchboard to acess a query, (so the user can type in a question and get the reply)

using Access 97 how do i do it?
 
Users as a rule should not interact directly with tables or queries. It is best to use a form.
 
ok then how do i use a form to access a query?
 
Use the query as the recordsource for a form rather than using a table. Queries and Tables can be used interchangeably in most cases.
 

Users who are viewing this thread

Back
Top Bottom