YellowOnline
Technical User
Hello everyone,
First of all: after 4 years I found this forum back (latest post was in 2004!). Surprise: I had not forgotten my login/pass combo. So soon I'll be helping people again, with 4 years of professional experience in the meantime
I need some help right now: I have less than 48 hours to become sort of an Access-professional. I got hired by a big multinational for an Excel-project but, as it soon turned out, Excel was not the right tool because I need to build a simulator from a database. So we changed to Access. Alas: I haven't worked with Access since 1998 and I never had to make something with such a complexity degree anyway.
As I said: the project is very complex, so unfortunately I can not provide all information. I shall simplify my structural problem so it can be understood easily.
- There are numbered formulas, they have an ID.
- They consist of ingredients with an ID of exactly the same type
- Other formulas can be part of a formula, using the same ID.
Let me give an example with bread:
I need to make a query that returns all information if the user enters an ID number, but in the case of the White Bread here above, it should also return the Yeastmix values.
Actually, it should also recalculate the % in the final product of all those ingredients. And finally, the ContentXIDs are linked to a database which soms up a lot more information that I should get into the final query. I will have 1 big database like this:
There is no way for me to split the ID numbers because this numbering system is used all over the world.
This is driving me nuts. Any help is appreciated.
Kind regards,
YellowOnline
Peace,
Yellow
First of all: after 4 years I found this forum back (latest post was in 2004!). Surprise: I had not forgotten my login/pass combo. So soon I'll be helping people again, with 4 years of professional experience in the meantime
I need some help right now: I have less than 48 hours to become sort of an Access-professional. I got hired by a big multinational for an Excel-project but, as it soon turned out, Excel was not the right tool because I need to build a simulator from a database. So we changed to Access. Alas: I haven't worked with Access since 1998 and I never had to make something with such a complexity degree anyway.
As I said: the project is very complex, so unfortunately I can not provide all information. I shall simplify my structural problem so it can be understood easily.
- There are numbered formulas, they have an ID.
- They consist of ingredients with an ID of exactly the same type
- Other formulas can be part of a formula, using the same ID.
Let me give an example with bread:
Code:
ID Name Content1ID Content1 Content1LVL Content2ID Content2 Content2LVL Content3ID Content3 Content3LVL
1 White Bread 2 Flour 80% 3 Water 15% 4 Yeastmix 5%
4 Yeastmix 3 Water 90% 5 Yeast 10%
I need to make a query that returns all information if the user enters an ID number, but in the case of the White Bread here above, it should also return the Yeastmix values.
Actually, it should also recalculate the % in the final product of all those ingredients. And finally, the ContentXIDs are linked to a database which soms up a lot more information that I should get into the final query. I will have 1 big database like this:
Code:
ID Name PriceBakery1 PriceBakery2
2 Flour $1.00 $1.01
3 Water $0.01 $0.01
5 Yeast $0.10 $0.09
There is no way for me to split the ID numbers because this numbering system is used all over the world.
This is driving me nuts. Any help is appreciated.
Kind regards,
YellowOnline
Peace,
Yellow