S
SpookiePower
I'm going to make a tabpage containing some statistics.
The statistics do I calculate with use of querys and the
result from the querys I want to be displayed in a label.
My guess was to do it this way -
Labelname.Caption = DoCmd.OpenQuery "queryName"
but it does not work. What do I do wrong ?
The statistics do I calculate with use of querys and the
result from the querys I want to be displayed in a label.
My guess was to do it this way -
Labelname.Caption = DoCmd.OpenQuery "queryName"
but it does not work. What do I do wrong ?