jim may
Well-known Member
- Joined
- Jul 4, 2004
- Messages
- 7,486
I have a Form where I can ADD RECORDS -- the Form is based on a Query (Source a Single Table) -- I need for the records to be automatically sorted on the field LastName
When I add a New Record, afterwards this same new record "BAKER" appears at the end, After "ZORRO"
If I click in the LastName Control of My Form and Click the A-Z Sort Icon in the Ribbon, an error message pops up saying:
The specified field [queryMembers].[LastName] could refer to more than one table listed in the From clause of your SQL statement.
If I click OK, -- I then check and "BAKER" is correctly sorted as I move through the records; and "ZORRO" is now last as it shold be...
I opened the queryMembers and Baker is properly sorted;
I opened the TableMembers and Baker is still at the END of the Records;
What can I do to simplify this for my user IN THE FUTURE?
TIA,
Jim
When I add a New Record, afterwards this same new record "BAKER" appears at the end, After "ZORRO"
If I click in the LastName Control of My Form and Click the A-Z Sort Icon in the Ribbon, an error message pops up saying:
The specified field [queryMembers].[LastName] could refer to more than one table listed in the From clause of your SQL statement.
If I click OK, -- I then check and "BAKER" is correctly sorted as I move through the records; and "ZORRO" is now last as it shold be...
I opened the queryMembers and Baker is properly sorted;
I opened the TableMembers and Baker is still at the END of the Records;
What can I do to simplify this for my user IN THE FUTURE?
TIA,
Jim