I'm using Access 2007 and Window's XP.
I have a table that is the main table i am working with called FAILURES. It has a bunch of fields which our already filled in. But i have four fields in FAILURES that need to be filled in based on other fields in the table as well as using a feature similar to vlookup from a table called AssetCode.
For example in failures i have a field called AssetDescription which needs to filled in. It is based on the AssetItemCode which is already filled in in failures. To get the AssetDescription i must look in the AssetCodes table, find the correct code in the AssetItemCode column of AssetCode. Then I want to take the corresponding AssetDescription and place it in AssetDescription of failures.
I've tried DLookUp but I can only get it so it gives me a dropdown box with all the possiblities.
Any help would be great.
Thanks,
Andy