Forum Discussion
Willem1310
Oct 08, 2024Copper Contributor
Delete a record in a table from a report
Who can help me, I made a rapport from a table, I want to make a button in the rapport which deletes the record in the table. I did try to use a macro RecordDelete and assign it to a button, but wh...
George_Hepworth
Oct 08, 2024Silver Contributor
On the possibility that by "rapport" you mean a form that displays a summary of data, and not "report", you should also consider whether the recordsource of that object is a table, or a query with multiple tables joined for the purpose of that summary.
If that is the case, the problem could be that the query is not updateable because of the way it is written.