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
 
J

Jeff Stroope

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
 
Top