Yup. Do this:
Open your query in design view
In a blank column, add the following to the "Field" row:
alias: [fieldName]
Where alias is the name of the new column you would like created, and
fieldName is the name of the field from the table you would like the
duplicate row.
Next select the Table where that field resides and it should work. You can do
that as many times as you want as long as the alias' are unique.
Is it possible to insert an expression that creates a column to produce the
same information for each row?
cheers in advance.