View Full Version : Basic Form Question


TroyDeming
03-12-2002, 09:36 AM
I am literally brand new to Access. I am creating a very simple database to help with my job search. I am only using 1 table until I see a need for more. I have created a form that adds to the table quite nicely, I want this form to be able to display info from the table. I have checked the properties and the Data Entry option is set to "NO". Can anybody tell me what I need to do?

Alexandre
03-12-2002, 12:13 PM
If you say that your form llows adding data but not editing, I suppose that you set your form properties to data entry: Yes.
If you want to allow data edition, you are right to set that property to NO, but you must make sure that the Allow edits property to yes.
Eventually create a switchboard that will allow you to enter your form in one or the other mode.

Alex