I have upsized my tables to SQL. Now, a DBA is maintaining the production tables and I maintain the Access front end.
Can relationships be set in Access to enforce referential integrigty to SQL tables? Or do the relationships have to be set within SQL.
Also, with regards to "Cascade Delete" is there a 'Cascade Delete" option in SQL relationships? If this is set in SQL, will children records get automatically deleted if the parent record is deleted? Or do I need to write code to delete the children.
Thanks for your help.
Can relationships be set in Access to enforce referential integrigty to SQL tables? Or do the relationships have to be set within SQL.
Also, with regards to "Cascade Delete" is there a 'Cascade Delete" option in SQL relationships? If this is set in SQL, will children records get automatically deleted if the parent record is deleted? Or do I need to write code to delete the children.
Thanks for your help.