Table available to users in a form

C

ChuckW

Hi,

I have a special case where I want to provide the actual
table of data to one user on a form. When I select
command buttons, there is an option to run a query. What
I want to do is have it open a table for edit rather than
building a data entry screen. Is there a way to click a
button and have the actual table available?

Thanks,

Chuck
 
G

Guest

Chuck,

Why not make a select query that pulls all the records from the table and
base your form on that query? As long as the query doesn't do any grouping,
you can edit the table through the query. Hope that helps.

Jeff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top