andyaerial
Registered User.
- Local time
- Yesterday, 16:35
- Joined
- Dec 15, 2009
- Messages
- 10
Hi guys,
Another problem I need help with...
I have a table that contains a list of items. These items are tables, chairs, cofas, tvs and the like. What I am after is a way of creating a column that is like a 'status' column. For instance the values would be 'stock' 'sold' 'scrapped' 'written off'. How do I create this column so that either of my three forms could change the value? I used to have an excel spreadsheet that did this for me however the amount of data that that sheet had to hold became too much and I 'm now upgrading to an access database. My excel formula was this:-
any help would be appreciated.
I'm using access 2007.
Another problem I need help with...
I have a table that contains a list of items. These items are tables, chairs, cofas, tvs and the like. What I am after is a way of creating a column that is like a 'status' column. For instance the values would be 'stock' 'sold' 'scrapped' 'written off'. How do I create this column so that either of my three forms could change the value? I used to have an excel spreadsheet that did this for me however the amount of data that that sheet had to hold became too much and I 'm now upgrading to an access database. My excel formula was this:-
Code:
=IF(TRACKER!R2,"SCRAP",IF(TRACKER!P2,"W/ OFF",IF(TRACKER!AG2,"STOCK",IF(TRACKER!AE2,"SOLD",IF(TRACKER!AA2,"STOCK",IF(TRACKER!Y2,"SOLD",IF(TRACKER!U2,"STOCK",IF(TRACKER!Q2,"SOLD","STOCK"))))))))
any help would be appreciated.
I'm using access 2007.