It's been a while since I've posted here but you all have been awesome in your help. Here's my new project. Form is opened with a select sql statement as recordsource which selects fields from 3 tables. I want to add a field to the form to show who made the last change (have code already for this). What I can't figure out is how to get the txtbox bound to all three tables and ensure it's inputting the Environ("USERNAME") to the right record. Hope this makes sense.