I have the following table which captures a machine type and it’s available space in GB (This table is maintained in Excel….ultimately, I’d like to link Access to this table so that it captures any changes):
Machine Jan Feb Mar Apr
X 3 2 5 4
Y 5 7 8 3
I have a form that has three controls:
1) Machine Type
2) Month
3) GBs
I’m looking for a way to populate the third control based on the table above. So, for example, if the user selected Machine X in the first control, “Jan” in the second, then the third control should automatically be populated with 3. I then use these controls to feed variables in a different report.
What’s the best way to do that? Some sort of Lookup function?
I appreciate any help anyone can give. Or if there’s a specific help topic that covers this, you could reference that as well.
Thanks. Matthej
Machine Jan Feb Mar Apr
X 3 2 5 4
Y 5 7 8 3
I have a form that has three controls:
1) Machine Type
2) Month
3) GBs
I’m looking for a way to populate the third control based on the table above. So, for example, if the user selected Machine X in the first control, “Jan” in the second, then the third control should automatically be populated with 3. I then use these controls to feed variables in a different report.
What’s the best way to do that? Some sort of Lookup function?
I appreciate any help anyone can give. Or if there’s a specific help topic that covers this, you could reference that as well.
Thanks. Matthej