R Ravislayer New member Local time Today, 01:43 Joined Mar 7, 2003 Messages 9 Mar 7, 2003 #1 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?
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?
P Pat Hartman Super Moderator Staff member Local time Yesterday, 20:43 Joined Feb 19, 2002 Messages 47,615 Mar 7, 2003 #2 Users as a rule should not interact directly with tables or queries. It is best to use a form.
R Ravislayer New member Local time Today, 01:43 Joined Mar 7, 2003 Messages 9 Mar 10, 2003 #3 ok then how do i use a form to access a query?
P Pat Hartman Super Moderator Staff member Local time Yesterday, 20:43 Joined Feb 19, 2002 Messages 47,615 Mar 11, 2003 #4 Use the query as the recordsource for a form rather than using a table. Queries and Tables can be used interchangeably in most cases.
Use the query as the recordsource for a form rather than using a table. Queries and Tables can be used interchangeably in most cases.