Hi,
I have a table of old records and a table of new records. They have identical fields (same number of fields, same names for the fields, same types of values).
I want to display them in the same datasheet view, listing each field only once. Old records (1-100) should be listed _above_ new records (101-200).
Though I want to be able to display them in the same datasheet, the two tables should remain separate.
Also, I want to base a subform on this "combined" query.
How can I do this? I was thinking about a union query, but don’t union queries only work when combining identical fields _and_ identical values?
Thanks, friendly computer folks...
sarajini