jonathanchye
Registered User.
- Local time
- Today, 13:17
- Joined
- Mar 8, 2011
- Messages
- 448
I am porting an Excel spreadsheet table into a database I am building in Access and have come across a rather tricky situation. My client has a table in the following format :
How would I set to build such a table in Access? In Excel its very easy by selecting cells etc but I can't really see a way of doing that here....
Any advice?
As you can see, Type column are all fixed values. Weight column consists of normal user input values but Set Price has a mixture.Type---- Weight ----Set Price
FixedVal1 userInput1 userInput1
FixedVal2 userInput2 userInput2
FixedVal3 userInput3 autoCal from userInput1*1.23
FixedVal4 userInput4 autoCal from userInput2+userInput1
FixedVal5 userInput5 userInput3
How would I set to build such a table in Access? In Excel its very easy by selecting cells etc but I can't really see a way of doing that here....
Any advice?