homer.favenir
Registered User.
- Local time
- Yesterday, 22:01
- Joined
- Aug 6, 2007
- Messages
- 58
how can i sum the [total records:] field of lv.tbl?
i made a text box and in control source i place a code:
select
Sum([total records:])
from [lv]
but it didnt work.
and also how can i total the records in text box?
thanks
i made a text box and in control source i place a code:
select
Sum([total records:])
from [lv]
but it didnt work.
and also how can i total the records in text box?
thanks