Move all the names from a table to the grid

jpl458

Well-known member
Local time
Today, 12:13
Joined
Mar 30, 2012
Messages
1,181
Is there an easy way, a command or such, that will move all the table field to the QBE grid so you can see the field names. Using the asterisk, you cant add criteria.
 
Click on the table you want in the desinger so it has focus, then hit Ctrl + A and drag all the fields down below.
 
Click on the table you want in the desinger so it has focus, then hit Ctrl + A and drag all the fields down below.
That didn't work, but lighting up top field then shift then right click on mouse lit all of them up and I could drag them down.

Thanks
 
Using the asterisk, you cant add criteria.
That statement is not true. Simply use the asterisk then add any specific fields for the criteria. Make sure to uncheck them so the field is not double selected in the where clause.
 
That statement is not true. Simply use the asterisk then add any specific fields for the criteria. Make sure to uncheck them so the field is not double selected in the where clause.
I did not know that. Now I do.

Thanks
 
I did not know that. Now I do.

Thanks
query.png

So you have to uncheck the field, if not Access will alias it automatically with a name like "Field0". This will be very confusing to look at since you will have two columns with the same values but different names.
 

Users who are viewing this thread

Back
Top Bottom