Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
37 lines (24 loc) · 1.41 KB

cannot-group-on-fields-selected-with-table-nameerror-3120.md

File metadata and controls

37 lines (24 loc) · 1.41 KB
title keywords f1_keywords ms.prod ms.assetid ms.date
Cannot group on fields selected with '*' <table name>. (Error 3120)
jeterr40.chm5003120
jeterr40.chm5003120
access
34cce8ec-dc95-7f1d-8537-9dd7dbbc442d
06/08/2017

Cannot group on fields selected with '*' . (Error 3120)

Applies to: Access 2013 | Access 2016

You tried to execute a SELECT statement that groups or totals all fields in a single table, selected with an asterisk ( * ). This error occurs, for example, if you enter the following SQL statement:

SELECT Orders.* FROM Orders GROUP BY ShipVia;

ACCESS SUPPORT RESOURCES
Access for developers forum on MSDN
Access help on support.office.com
Access help on answers.microsoft.com
Search for specific Access error codes on Bing
Access forums on UtterAccess
Access wiki on UtterAcess
Access developer and VBA programming help center (FMS)
Access posts on StackOverflow