J
Jean-Paul
HI...
Try to exlain this difficult problem (for me)
I have a table containing 4 fields:
code
description
header
value
The table contains about 1500 records
I launch a filter based upn value.
If value is true the I need the record
This results in about 32 records... so far no problem
The output of the records looks something ike this:
code description header
1.1 blabla1 whatever1
1.2 blabla2 whatever1
1.3 blabla3 whatever1
1.4 blabla4 whatever2
1.5 blabla5 whatever2
I can put this all in a continuous form which will look something like:
whatever1
1.1 blabla1
whatever1
1.2 blabla2
whatever1
1.3 blabla3
whatever2
1.4 blabla4
whatever2
1.5 blabla5
I want a form that looks something like:
whatever1
1.1 blabla1
1.2 blabla2
1.3 blabla3
whatever2
1.4 blabla4
1.5 blabla5
Can somebody please explain how this can be done?
Thanks
JP
Try to exlain this difficult problem (for me)
I have a table containing 4 fields:
code
description
header
value
The table contains about 1500 records
I launch a filter based upn value.
If value is true the I need the record
This results in about 32 records... so far no problem
The output of the records looks something ike this:
code description header
1.1 blabla1 whatever1
1.2 blabla2 whatever1
1.3 blabla3 whatever1
1.4 blabla4 whatever2
1.5 blabla5 whatever2
I can put this all in a continuous form which will look something like:
whatever1
1.1 blabla1
whatever1
1.2 blabla2
whatever1
1.3 blabla3
whatever2
1.4 blabla4
whatever2
1.5 blabla5
I want a form that looks something like:
whatever1
1.1 blabla1
1.2 blabla2
1.3 blabla3
whatever2
1.4 blabla4
1.5 blabla5
Can somebody please explain how this can be done?
Thanks
JP