Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Pushbutton Info to field on form

0 views
Skip to first unread message

Daniel Nazaroff

unread,
Apr 20, 1999, 3:00:00 AM4/20/99
to
Hello all.
I have a button on a form that gives me
the count of records for a certain filter.
It displays the count in a message box.
Is there a way to have the count entered
into an undefined field on the form instead
of the message box. The count changes
as I change the filter. And how would I
define the field to accept the count?

Thanks
Daniel

Brian Bushay Ctech

unread,
Apr 21, 1999, 3:00:00 AM4/21/99
to

You can assign a value to a undefined field in code

yourUndefinedField.value = yourcalculation.

Brian

0 new messages