If have a form with a 6 page tab control. The form's control source is a query that selects all records from 5 (one to one) tables. The form should allow the user to add a new record to each table in one update. <br><br>In the Form Open Event, I am updating a value in a table that holds the "next id" number with a RunSQL statement.<br> <br>I want to be able to load the updated value into a control on the form. I have tried an OpenQuery, and a Dlookup with out any luck. <br><br>The Dlookup wants me to give it some specfic criteria and I'm selecting from a one field, one record table. What would the criteria expression be?<br><br>When I do a docmd.openquery, then try and assign the value of the control to the value of the one field in the query, it tells me it can't find the table name of the query (even though I used Build).<br><br>I'm doing something stupid I'm sure, this should be simple. Any clues?<br><br>Using Access97. TIA DLDukes<br><br>