A
Andi Mayer
Hi Friends
i have a funny problem.
Win XP, Access2002
I shring and stretch a continous Form to fit the recordcount.
in the case of Zero records, the Form shows only the Header and the
footer.
If I change now the Recordsource to show records, Access is crashing
with the usual " I don't know whats happen, but send a report to MS".
a simple :
if Me.recordsetClone.recordcount=0 then
me.insideheigth=2* Me.insideheight
endif
is helping
is this a "normal" beheviour from Access or is something wrong with
this Form?
If you expect an answer to a personal mail, add the word "manfred" to the first 10 lines in the message
MW
i have a funny problem.
Win XP, Access2002
I shring and stretch a continous Form to fit the recordcount.
in the case of Zero records, the Form shows only the Header and the
footer.
If I change now the Recordsource to show records, Access is crashing
with the usual " I don't know whats happen, but send a report to MS".
a simple :
if Me.recordsetClone.recordcount=0 then
me.insideheigth=2* Me.insideheight
endif
is helping
is this a "normal" beheviour from Access or is something wrong with
this Form?
If you expect an answer to a personal mail, add the word "manfred" to the first 10 lines in the message
MW