Bartender Labelmaker and VB

bhman79

Board Regular
Joined
Apr 13, 2010
Messages
56
I'm trying to use Bartender label making software to make a packing list. My problem is that it pull records out of SQL and wants to print a sheet for every record. I want a list of all part numbers for an order to show on the page. What kind of script can i right that will look for a field, but then display a record other than the first??

Thanks
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Do you know the name of the database tables and fields, specificaly those that would identify the part #'s for a particular order?

Can you see the code that is currenty being used to draw the data?

We could possible write up some SQL in a routine to pull the data. Alternatively we could use a database query but again you will need some background to the underlying database.
 
Upvote 0
Doesn't the software you are using have an option(s) that could do this?

If it doesn't it doesn't seem that useful.

In Access if I wanted to create a report like this I would group by the record (ID?) and have all the part numbers associated with the order in the detail.

Then you could use various options to keep all the data for one order together on one page.
 
Upvote 0

Forum statistics

Threads
1,225,511
Messages
6,185,394
Members
453,289
Latest member
ALPOINT_AIG

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top