I have a simple access db, one main form with basic client demographic data. The main form has 4 subforms that contain multiple records of different client events. I would like to have the subforms default to the last record so as to make the information on the client selected be the most current. I have tried macros with no luck. Does anyone have a VBA script or code that I could try or any other suggestion? Main form has primary key and is one to many to the tables behind the subforms by Client ID#. Thanks in advance.