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
Forms are designed for adding/updating/deleting records.
Reports are designed for displaying data.
If you need to delete a record, the appropriate tool, therefore, is a form, not a report.