B
Bob
sounds simple enough; I just want to hide repeating values in a
continuous form ie:
I want:
1 john doe
1 mary jane
2 harry carry
to appear as:
1 john doe
mary jane
2 harry carry
I've tried everything I can think of, both in terms of programming,
and search terms.
oncurrent does NOT work anyway I've tried.
inserting an unbound, calculated field that calls a function to save
the last value does NOT work.
Using sub-forms is out of the question, because I want the continuous
form to scroll correctly.
I've tried iif's in various fields. Can't even remember all that I've
tried!!
how hard can this be?
Could someone point me in the right direction?
TIA - Bob
continuous form ie:
I want:
1 john doe
1 mary jane
2 harry carry
to appear as:
1 john doe
mary jane
2 harry carry
I've tried everything I can think of, both in terms of programming,
and search terms.
oncurrent does NOT work anyway I've tried.
inserting an unbound, calculated field that calls a function to save
the last value does NOT work.
Using sub-forms is out of the question, because I want the continuous
form to scroll correctly.
I've tried iif's in various fields. Can't even remember all that I've
tried!!
how hard can this be?
Could someone point me in the right direction?
TIA - Bob