G
Guest
I have asked this question about reports and received a very satisfactory
reply. However, I need the same function in a report in datasheet view but
the sorting and grouping option is not available in form design.
In the form I want to see a list of all the "structures" I have in place and
in some instances I will want to view the list by "ID No." and in some
instances by "area" (area = position). The "Area" field contains plain
numbers and numbers with letters, e.g. 20, 21b, 67, 105a, 105d, 127. I want
the list sorted by area to come up in that order, but the sort
asceding/descending in form design comes up with numbers only first followed
by number/letter combinations.
"ID No." contains alphanumerics, but with an input mask. The input mask
always uses the same letters as a prefix, followed by 4 numbers. The numbers
are input by the user.
If this requires visual basic code, please don't assume I know anything
about commands and/or syntax because I don't. I need you to be gentle with
me and explain carefully so that I don't make a mistake.
Thanks to any brainboxes out there who can help.
Crazy Lady
reply. However, I need the same function in a report in datasheet view but
the sorting and grouping option is not available in form design.
In the form I want to see a list of all the "structures" I have in place and
in some instances I will want to view the list by "ID No." and in some
instances by "area" (area = position). The "Area" field contains plain
numbers and numbers with letters, e.g. 20, 21b, 67, 105a, 105d, 127. I want
the list sorted by area to come up in that order, but the sort
asceding/descending in form design comes up with numbers only first followed
by number/letter combinations.
"ID No." contains alphanumerics, but with an input mask. The input mask
always uses the same letters as a prefix, followed by 4 numbers. The numbers
are input by the user.
If this requires visual basic code, please don't assume I know anything
about commands and/or syntax because I don't. I need you to be gentle with
me and explain carefully so that I don't make a mistake.
Thanks to any brainboxes out there who can help.
Crazy Lady