Project Access x Form x New Record

S

sil

I have problem in adp(Access 2000) :

1. RecordSource the Form is view(select field1, field2, field3 from
table2)
2. in the Form there is botton "New" as the following code :
DoCmd.GoToRecord , , acNewRec
3. clicking appears the message : runtime error 2105

In the mdb is perfect, but in the adp ...because ?
 
Top