New Filter
Select a group to view, or see individual customers and products in the lists below.

Step 1: Choose a group

Customer Group cursor = database.cursor( "Select CustGroupName, CustGroupID "+ "From CustomerGroup "); write("");
Product Group cursor = database.cursor( "Select GroupName, ProdGroupID "+ "From ProductGroup "); write("")