I have a rather unusual situations. I have a select query that has a criteria. The query is based on 4 different tables and there is a table form that is built based on it. 2 of the query fields are [Comment1] and [Comment2]. Unlike the rest of the data in query this 2 fields should contain the same data across all records. Therefore i would like instead of having the fields displayed on the form to have 2 text boxes in the header for the comment data to be entered into. I can not seem to find a way to do that. If i add the fields directly from the table than the wrong records get the data not the once selected by the query. Can anyone suggest a way to accomplish this? I hope my explanation is clear...