stanley Posted December 10, 2001 Posted December 10, 2001 I'm working on a scheduling db for a factory; I've got portals showing what jobs are scheduled on what day - that works fine. What I need to do now is get a summary of how many pieces are being made by each machine. I can do a calculation based on the date relationship which shows how many pieces are being made altogether on each day, but cannot figure out how to get the relationship to discriminate between numbers in the Machine Number field (there are only six machines, so it's pretty simple.) I guess what I'm trying to figure out is how to do a double relationship, so maybe I'm in the wrong forum - but I figure it is also a calculation.
Vaughan Posted December 11, 2001 Posted December 11, 2001 If you want a summary, then why not make a summary report?
tlsparker Posted December 11, 2001 Posted December 11, 2001 To get a summary of production by machine for each day, you could base the relationship on a concatenation of date & machine number. The machine number field may work better for you in a relationship if it is formatted as a text field. I find text fields are the most robust (you can always use TextToNum in a calcuation if necessary). Please holler if I have misunderstood your question.
Recommended Posts
This topic is 8454 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