chamPiN17 said:
I'm building a database in Access and I want a way for users of the database
to not have to use the tables to directly enter data into it. Can you do this?
Hi champin17,
Yeah, you can do that. In fact, it's better to do that so that if the user
isn't very good at Access or something, there's less of a chance of them
ruining the data.
What you gotta do is make forms for the user to use. These will basically be
boxes on the screen where they can input data and send it directly to the
tables without actually messing with them. In the main screen that pops up
when you start Access, click "Forms" and then "create form by using wizard."
You can choose which fields from your database that you want to include on
the form. When you finish it, you've got a basic form for entering data. You
can make as many of these forms as is necessary for your database.
Hope this helps,
John