It has a single table for the data and a filter-table for searching/filtering for desired items. All is working well, so far.
What I need to do, now, is print labels for each item as needed.
The plan is to use my "Item Search" form to find a desired item then, by clicking a button (or something) print an adhesive label for that item.
This is NOT a mail merge situation. This does NOT involve using Avery labels or the like.
I need to be able to print directly to a "continuous roll" type label printer.
Specifically, THIS printer: https://www.graphicproducts.com/labelin ... ro-series/
I will be printing on roll-labels that are 1-inch wide and 18-inches long.
(Although the printer will print labels that are virtually any arbitrary length, the specification that I have been given is 18-inches.
I HAVE designed a form that can be used to print a label and that DOES work with the printer. It prints nicely!

The problem I have is that I am dealing with naive end-users. They don't understand how databases work and they don't comprehend concepts like searching and filtering via OO-Base's built-in controls. It must be a one-click operation. I already have a document/form which uses the main-form and a subform-grid to search via a filter-table. The user simply types in the information he wants to find ("Item #", "Description", etc.) then clicks the "Search" button on the form to find a set of candidate items to print.
Now, I need to go from "Point-A" to "Point-B"... Searching/selecting an item then, by the click of a button (or similar action), cause a label to be printed.
Again, I already have a form that will print a label but you must use OO-Base's built-in search/filter controls and my end users aren't capable of doing that.
What method(s) can I use to attack this problem?
Thanks!

Randy S.