An easier method may be to add field Selected (Yes/No) to your table then, using a lookup form, select the specific records.
In your query, include the Selected field, with criteria: True. This will return the records you picked, without having to rewrite the query each time the requirement changes.