?In Microsoft Access 2016, if you want to delete a record from the primary table, you first must delete the related records in the related table.
Answer the following statement true (T) or false (F)
True
If you want to delete a record from the primary table, you first must delete the related records in the related table. Although you could open the related table and then find and delete the related records, a simpler way is to delete the related records from the primary table's subdatasheet, which deletes the records from the related table. See 18-4: Defining Table Relationships
Computer Science & Information Technology
You might also like to view...
In a Date placeholder, click the date ________ to open the calendar
A) square B) arrow C) circle D) mark
Computer Science & Information Technology
What technique allows for the ability to write multiple versions of a method using the same method name?
A. overloading B. interfacing C. inheriting D. implementation hiding
Computer Science & Information Technology