What is the syntax for deleting a record using a data environment as opposed to using the ado control. ex. before when I was using an ado control on my form I just typed recordTB.delete. When I try dataenvironment.rsRecord.delete, I get the message 'it's not supported by the provider'. Can anyone help? Thanks,

casox