Hello. I have a database that contains a form users input data into. The table that is the record source for this form is dependent on on function that grabs the user's network ID. This table's primary key is "WorkDate". I would like to have the entry form open so that the date after the last value for "WorkDate" is populated in field "cboStartDate". If no date exists in the table then it defaults to 01/03/05. I've tried using MAX function to get the date, but then I have trouble assigning the table in SQL because it depends on the user that is in the database. Any ideas?