View Full Version : Delete record


sir_dan_mitchell
03-03-2002, 03:26 AM
I have a system where the user may require to delete a record every now and then. Each form is related and this prevents me from deleting the record using the button I have created. Is there a way around this??

Thanks

Jack Cowley
03-03-2002, 08:24 AM
If your records are related then set Cascade Update and Delete in the relationship so you can properly delete related records.