I have a form where I enter and update data for dozens of different schools. I have a button on this form that opens up another form (using gotocontrol) that I call 'SchoolChronologicalLog' that is used to enter phone calls and other ongoing communications for the displayed school into a table called tblChronoLog which contains all the chronological log records for all the schools. The query uses [Screen].ActiveControl] to pull up only the log records for the currently displayed school using a unique SchooID field. It works fine and I can enter the data, however, I have to either type in the SchoolID or use a combo box each time I make a new entry. Is there a way to auto-fill the SchoolID.field based upon the current school being diplayed on the main form? This way I can simply click on the 'Log' button on the Main School form and start entering the data right away without having to type in the schoolID each time.