Using Database Records on a Form

Suppose you have a database table containing different types of products, but for any given print job, you only want to print the products belonging to a selected subset of the different types of products in the database table. Or suppose that you want to see all of the products, so that you can select exactly which product(s) you want printed. By importing database records into your data entry forms, you can configure your forms to handle these types of scenarios through query prompts and/or record picker controls.

In This Section