Newbies BigAl Posted March 5, 2007 Newbies Posted March 5, 2007 Hi People I hope someone can help me, I have been using Filemaker of and on for a few years but mostly basic stuff. I am currently working on a system which can print purchase orders. I have a file with one table in it at the moment. The table has a few fields such as Job Number, Product Code, Product Description, Qty Required, Line Total and supplier. The problem is that the user will enter all the items to be purchased for a particular job, which can be ordered from various suppliers so the user fills in the supplier field from a drop down box. Now what i want to do is have a script go through the table and print off a seperate purchase order for each supplier for the job number they are working on. Can anyone point me in the right direction? Thanks Alan
mr_vodka Posted March 5, 2007 Posted March 5, 2007 You should start from the related LineItems table. From there you can group by Supplier and print your POs accordingly.
Newbies BigAl Posted March 6, 2007 Author Newbies Posted March 6, 2007 Hi Yes that makes sense, but how do i get a script to print out the purchase orders for an entire job from all different suppliers bearing in mind that there are many different suppliers and each job can have from 1 to 100 different suppliers? I can have the user select each supplier manually but i can't figure out how to automate this. thanks Alan
mr_vodka Posted March 6, 2007 Posted March 6, 2007 From your job, you would use a Go to Related Record to get to related items. Then you would group by each supplier. since you want it to be on seperate pages, you would need to have it create a line break.
Recommended Posts
This topic is 6474 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now