I have multiple tables. First I have a table [Job List] for a user to enter new job sites which has a "date started" and "date finished" field. I have a [DailyJobs] table which on it's data entry form has 2 subtables [TimeCards] and [Billables]. The relationships work fine for DailyJobs and the timecards and billables record correctly. I have a "date finished" field on my [DailyJobs] table. I would like join the JobList and DailyJobs somehow. I tried to add a "DailyJobID" field to my Job List and setup a relationship, but when I create a DailyJob and save it, it's DailyJobID does not reflect back to the Job List. All working, I would like to create a Job in the Job list, open dailyjobs, select an open job from [job List] and then be able to enter my billables and daily time. When the job is finished I would like to be able to go in to [Job List] enter in the date for date finished. I think I might all reside in a query of my record source for my form for [DailyJob] Data entry. Sorry this is in the Queries forum. Wasn't really sure where to put it.