Hi there, When I attempt to add new record, I get "Record was NOT added, Item cannot be found in the collection corresponding to the requested name or ordinal." Not sure what exacly it means. I need to add new records to a table called DailyReport. I am using dropdown list in my Add new page. My dropdown list is taken from a table called routes that has RouteID and Route. RouteID is a foreign key in DailyReport table. I want to select Route in the dropdown list but I want add corresponding routeID in my main table. I think I have not managed to get this right somehow, so I am unable to add new records. Hope this makes sense, can some one please help me with this. Thanks. gsrai31