Allow addition in Subform

  • Thread starter Thread starter Andro Dgebuadze
  • Start date Start date
A

Andro Dgebuadze

Hi Everybody

My Subforms were enable to add records in mbd.
After conversion mdb to adp the form is editable/addable but subform not
even though all properties (allow addition, updateable snapshot...) seems
OK.

How should I allow the subform to add a new record?

Andro
 
Witaj Andro,
W Twoim li¶cie datowanym 17 maja 2004 (10:05:17) mo¿na przeczytaæ:

AD> Hi Everybody
AD> My Subforms were enable to add records in mbd.
AD> After conversion mdb to adp the form is editable/addable but subform not
AD> even though all properties (allow addition, updateable snapshot...) seems
AD> OK.
AD> How should I allow the subform to add a new record?

But what is the datasource of this subform?

Table? Check if you add primary key
INNER/LEFT/RIGHT/OUTER JOIN query? Choose which table is your Unique
tabel and change the "Unique tabel" property of your subform

Regards
Jacek Segit
 
Thanks Jacek

I simply did not know that every table in SQL Server needs primary Key.
Now everything is OK.

Andro
 
Back
Top