Edit data in form

asu81

Registered User.
Local time
Today, 14:02
Joined
May 26, 2012
Messages
47
Hi!
I've made a form related to a table. I want to be able to display and edit records in the table from my form. My problem is that I can only view data, not edit or add anyything.

When I look at the form properties I see that:
Allow additions = yes
Allow Edits = Yes

What am I doing wrong?
 
Check that the form's Recordset Type Property is set to Dynaset.
 
Thanks for your answer!
The were set to dynaset. I believe the problem was that I had a field in the form from a table that related to the main table through two non-primary keys. When I made the field a primary key in on of the tables it worked.
 

Users who are viewing this thread

Back
Top Bottom