Adding Data to form

rahultiwari

Registered User.
Local time
Today, 01:20
Joined
Jan 30, 2005
Messages
21
I am using a database prepared by someone. But it seems that when i try to add data to a form I am not able to do that. Neither can I edit it. For both these purposes I need to use the table . i.e for adding records and for editing too.
Is it possible anyway that I can change the record in form it changes in the table as well. or I will have to work with tables all the time

Regards
Rahul
 
Rahul,

There are a few factors that control your actions on an Access Form.

First, how is the form started? It is possible to launch the form
using the DoCmd.OpenForm method and have it only able to add or view
records.

Second, the form itself, can have properties set that limit it to
read-only or enter-only actions.

You will have to look at how the form is launched and its properties
in Design View.

Wayne
 
thanks buddy...
 

Users who are viewing this thread

Back
Top Bottom