I hope someone, preferably someone who has my db already and a little familiar with it can direct me in the right path. Right now I am using 4 tables,5 forms and 4 queries for this feature. The tables are Time,Products,Categories,Orders. Queries are QAddProducts,QProductsSub,TimeCards,QTaxableMultiI temSelect and one sql statement. Forms are TimeCards,TimeCatAndProdSub,AddProducts,AddProduct sSubform,FTaxableMultiItemSelect.
Main form is TimeCards and it has a subform on it named TimeAndCatProdSub ' used to add products to a purchase order
AddProducts has a subform on it named AddProductsSubform ' used to add products for each category
FTaxableMultiItemSelect form, a wish for solution to add many items at a time to TimeAndCatProdSub form on TimeCards form.
The db is too large to post in one file so I have to break it down into 4 zips, tables,queries,forms and macros with one module