hi - does anyone know why my queries are pulling ALL the fields from a table even though I am only selecting a couple of fields?
Here's the steps to recreate:
- Create, Query Design
- add table
- drag a couple of fields to display
So then it shows me ALL the fields in table, so I have to go into SQL and take off the * after Select statement:
SELECT T_CONTACT.name_last, T_CONTACT.birthday, *FROM T_CONTACT;
but I did not drag the * into my query design!
Help - this is super annoying!
thanks!