J
JKlein
I need a way to retreve the number of records listed in a subform. I am
going to use this value to determine if a scroll bar is needed. I have
tried to put a text box in each subform and set its control source to
"=count(*)". My idea is to have code that looks at this value and make the
approprate scroll bar value. The problem is that I can not find a way to
return a "0" value if no records are showing.
Maybe I am using the wrong approach. Any help is appreciated.
going to use this value to determine if a scroll bar is needed. I have
tried to put a text box in each subform and set its control source to
"=count(*)". My idea is to have code that looks at this value and make the
approprate scroll bar value. The problem is that I can not find a way to
return a "0" value if no records are showing.
Maybe I am using the wrong approach. Any help is appreciated.