record won't update

  • Thread starter Thread starter one1george
  • Start date Start date
O

one1george

Hello,

i have corrected the join property of my related tables
and have now encountered a second problem
i can't update my records.

the form i am useing is set too dynaset
each time i try to update i get recordset can't be updated
error.

i checked the join properties and i set it up with
cascading updates and still no luck.

any ideas
thanks
robin
 
Robin,

Is your form based on a query? If so, can you add records directly to the
query? If not, what is the query SQL?

--
Rebecca Riordan, MVP

Seeing Data: Designing User Interfaces
Designing Relational Database Systems, 2nd Edition
www.awprofessional.com

Microsoft SQL Server 2000 Programming Step by Step
Microsoft ADO.NET Step by Step
www.microsoft.com/mspress
 
Back
Top