jonathanchye
Registered User.
- Local time
- Today, 16:07
- Joined
- Mar 8, 2011
- Messages
- 448
Hi all,
Basically I am building an Access application based on an Excel Spreadsheet. I am trying to figure how to build the following table in Access.
I have a table to track machine run speeds called "tblRunSpeed". This table is from Excel and contains 6 columns. The first column is the Feeds. The next 5 columns are the Flute profiles (EB, BE, B, E, F). Basically a runspeed is determined from combination of Flute profiles vs Feeds. So the table is used a a lookup table to determine run speed when feeds are 500 and flute profile is EB for example.
Certain calculations would involve looking up values from this table. At the moment I have built a single table with 6 columns and it works fine.
There are no problems if users want to add more Feeds to the table but the problem occurs when they want to add a new flute profile. This involves going into the backend and manually adding the new column (field) to tblRunspeed. A codes also have to be modified to reflect this.
I wonder if there is a better/proper way of building such a table?
Basically I am building an Access application based on an Excel Spreadsheet. I am trying to figure how to build the following table in Access.
I have a table to track machine run speeds called "tblRunSpeed". This table is from Excel and contains 6 columns. The first column is the Feeds. The next 5 columns are the Flute profiles (EB, BE, B, E, F). Basically a runspeed is determined from combination of Flute profiles vs Feeds. So the table is used a a lookup table to determine run speed when feeds are 500 and flute profile is EB for example.
Certain calculations would involve looking up values from this table. At the moment I have built a single table with 6 columns and it works fine.
There are no problems if users want to add more Feeds to the table but the problem occurs when they want to add a new flute profile. This involves going into the backend and manually adding the new column (field) to tblRunspeed. A codes also have to be modified to reflect this.
I wonder if there is a better/proper way of building such a table?