No I didn'tHave you actually added the "Prop#" table to your query?
Found it. I added :*" in front on my criteria. Alll good.It worked without joining.
View attachment 75928
Thanks a lot.
How can I only get records start with 1 only (right now I use 1* and it gives me any records which has 1?
Possibly, if you do it all by VBA instead.One more question: I am running Append query to different Table based on starting number e.g. 1* data will be appended to Prop1 and 2* will be appended to Prop2. I will have 10 tables. Can I somehow have an option to choose which table data will be added on the run of query?