This is my first post here, so be gentle on me.
I'm trying to put together a database of formulations. These formulations use common components, mixed in different ratios. I've been banging my head on the keyboard all day trying to figure out how to get it all to work. Being fairly new to Access isn't helping.
The database consists of a table (no forms yet) with the BatchName being the key. It has some other characteristics associated with it (date of manufacture, type of formula, and so forth). What I'd really like to do is create a list of different components that go into the mix (CompoundName) that can be selected using a pull-down menu (which I've done), and have each component associated with a quantity of each compound that is weighed out at the time of manufacture. Because there are different formulas and there is some variation in weight, this number is not fixed.
I've tried to create a subdatasheet so that I can put this all together, but the subdatasheet keeps coming out the same for each table:
Mix A: 12 June, 2003 Epoxy Mix #47 Prep time 12 hours
Compound A 1650
Compound B 3.1
Compound C 165.0
Mix B: 14 June, 2004 Epoxy Blue #5 Prep time 6 hours
Compound A 1650
Compound B 3.1
Compound C 165.0
and so forth. Instead, I need it to look more like this:
Mix A: 12 June, 2003 Epoxy Mix #47 Prep time 12 hours
Compound A 1650
Compound B 3.1
Compound C 165.0
Mix B: 14 June, 2004 Epoxy Blue #5 Prep time 6 hours
Compound A 1400
Compound B 6.2
Compound C 98.2
Anyway- I'm lost as to how to do this. Any suggestions or recommendations would be welcome. Thanks in advance!
I'm trying to put together a database of formulations. These formulations use common components, mixed in different ratios. I've been banging my head on the keyboard all day trying to figure out how to get it all to work. Being fairly new to Access isn't helping.
The database consists of a table (no forms yet) with the BatchName being the key. It has some other characteristics associated with it (date of manufacture, type of formula, and so forth). What I'd really like to do is create a list of different components that go into the mix (CompoundName) that can be selected using a pull-down menu (which I've done), and have each component associated with a quantity of each compound that is weighed out at the time of manufacture. Because there are different formulas and there is some variation in weight, this number is not fixed.
I've tried to create a subdatasheet so that I can put this all together, but the subdatasheet keeps coming out the same for each table:
Mix A: 12 June, 2003 Epoxy Mix #47 Prep time 12 hours
Compound A 1650
Compound B 3.1
Compound C 165.0
Mix B: 14 June, 2004 Epoxy Blue #5 Prep time 6 hours
Compound A 1650
Compound B 3.1
Compound C 165.0
and so forth. Instead, I need it to look more like this:
Mix A: 12 June, 2003 Epoxy Mix #47 Prep time 12 hours
Compound A 1650
Compound B 3.1
Compound C 165.0
Mix B: 14 June, 2004 Epoxy Blue #5 Prep time 6 hours
Compound A 1400
Compound B 6.2
Compound C 98.2
Anyway- I'm lost as to how to do this. Any suggestions or recommendations would be welcome. Thanks in advance!