I have a list of Parts I want to put into a BAQ but I do not want to hard code it with each individual part. Is it possible to like copy and paste the list? I know I can type in each part, or I can use greater than or less than to get very close. But exact parts would be better for this.
When I have a long list of specific items (part numbers, customer IDs, etc) I hijack a UD table and either DMT or copy/paste the values into the Key1 field, and then join the appropriate fields within the BAQ. for instance, I’d load all the part numbers into UD39.Key1, and then join UD39 to Part relating the Key1 field to the PartNum field.
I always keep a UD table for my own nefarious purposes…
THAT is an EXCELLENT idea! Thanks! Wish I would of thought of that my self! LOL!