G
Guest
I have a table (tbl_BibleBooks) listing the books of the Bible. Fields are:
fld_BibleBooksID (Autonumber)
fld_BibleBooks (Text)
I created a simple query to sort the list alphabetically. Rows as follows:
Field: fld_BibleBooks
Table: tbl_BibleBooks
Sort: Ascending
When I look at the results of the query there is no data. I discovered by
accident that if I remove the sort option the unsorted list of books appears.
Any ideas?
fld_BibleBooksID (Autonumber)
fld_BibleBooks (Text)
I created a simple query to sort the list alphabetically. Rows as follows:
Field: fld_BibleBooks
Table: tbl_BibleBooks
Sort: Ascending
When I look at the results of the query there is no data. I discovered by
accident that if I remove the sort option the unsorted list of books appears.
Any ideas?