Thanks for the reply; I've looked at a few of the walkthroughs, but am still having trouble. At this point, I've added a data source to my project (Sql CE), I've created several tables (Customers, City, State & Zip); the City, State & Zip fields of Customer table are Integers, the corresponding tables (City State & Zip) use Integers for the Primary field (also set as Identity (1, 1); I've set relationships identifying the primary keys and foriegn keys in each table; I've dragged a details view of the Members table (with combo boxes for City, State & Zip) onto my form; and I've set the datasources for each of the combo boxes. For some reason, the records are not being updated properly; i.e., when I add a new customer (or modify an existing customer's information) and click the "Save" button (in the binding navigation tool strip). The record appears to save (I can move back and forth through the records and the information appears to be correct); however, when I restart the program, the records seem to lose the city, state & zip information. Any idea what I've missed? Thanks!!