A family of Microsoft relational database management systems designed for ease of use.
Thanks.
It would appear that Access doesn't like the Table1.* when there are other "static" fields
I just used the reference to the form (which is what I tried initially before the function thing) to get the static variable and this worked when I selected every field individually in the query. although this was a little querky
If I changed the Table1.* to every field listed in the query it didn't work.
If I started a new query and used the every field in the query approach it did work
Not sure what's going on there.