Summary

Example program OrderEntryTabs is a fairly powerful application. It lets the user view and modify data in tables connected by relatively complex parent-child relationships. It shows how a program can display, add, and delete records in both parent and child tables.

Still this program has two serious limitations. First, it can only work reasonably with databases of moderate size. With a few dozen records, this program has no trouble. The user can locate a specific customer’s data from the customer list with few problems. If the database contained thousands of records, however, the user might have trouble finding the right customer data. Chapter 12, “Query By Example,” shows one solution to this problem. It uses a query-by-example form ...

Get Visual Basic® .NET Database Programming now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.