PDA

View Full Version : recordset not updateable



philfer
03-06-2010, 07:48 AM
Hello,

Are only simple select query recordsets updateable?

When I create a form based on a query with even a simple join it wont let me update the recordset.

Is this always the case?

Thanks
Phil

CreganTur
03-08-2010, 08:10 AM
It's my experience that any recordset with a Join is treated as not updateable. You'll have to use SQL to make any updates.