Quick Question: Is there a way to sort forms like Reports with sub-groupings?

Kelemit

Registered User.
Local time
Today, 03:28
Joined
Mar 30, 2006
Messages
57
I have one table holding lots of different data. That data is all the same, but when it comes to output, it needs to be separated by groupings (which I have defined within the table itself as group 1, group 2, etc)

I was wondering. i would like to do the same thing with forms so that input will be separated easily / visually for the data input. At this point, all I can think of is order ascending /etc, but this doesn't give any visual queues to the user when he has moved to the "next" part.

I don't like the option of just another text box beside it spamming a textbox per record of whats next.

By the way, the form display is continuous, and thats why I want a "grouping" option.

Any suggestions?

Kelemit
 
Last edited:
Create a list box with grouped source from the column you have mentioned. Then, next to it create another form which will select the values depending upon the selection from the left. This example is posted somewhere on this site and is called lstbxcriteria.mdb
 

Attachments

  • untitled.JPG
    untitled.JPG
    33 KB · Views: 136

Users who are viewing this thread

Back
Top Bottom