My Assistant
![]() ![]() |
|
|
Apr 3 2012, 08:34 AM
Post
#1
|
|
|
UtterAccess Addict Posts: 236 |
Hello,
I created a text box on a form for display the following total: =[qryProjectsOpenTotalsLeadsCount]![Total Calls] I get a #name? result. Why? Any help is appreciated. Vick. |
|
|
|
Apr 3 2012, 08:42 AM
Post
#2
|
|
|
UtterAccess Ruler Posts: 1,621 From: Arkansas |
If this is a formula, you would not use the !
If it is multiplication, use * Addition us + Etc. |
|
|
|
Apr 3 2012, 08:47 AM
Post
#3
|
|
|
UtterAccess Addict Posts: 236 |
Thank you for the reply,
It is from the control source ---> expression builder ----> I selected the field I want to be displayed. I'm not sure if this is the way to do it though. |
|
|
|
Apr 3 2012, 08:55 AM
Post
#4
|
|
|
UtterAccess Ruler Posts: 1,090 |
you cannot reference a query directly like that, instead you can:
=DLookUp("Total Calls", "qryProjectsOpenTotalsLeadsCount") |
|
|
|
Apr 3 2012, 09:04 AM
Post
#5
|
|
|
UtterAccess Addict Posts: 236 |
Arnelgp, I got an #error...(IMG:style_emoticons/default/frown.gif)
|
|
|
|
Apr 3 2012, 09:10 AM
Post
#6
|
|
|
UtterAccess Addict Posts: 236 |
Got it, It was missing the brackets [].
Thank you!!!! |
|
|
|
Apr 3 2012, 09:15 AM
Post
#7
|
|
|
UtterAccess Ruler Posts: 1,090 |
Good eye sight you have and quick reflexes.
|
|
|
|
![]() ![]() |
|
Go to Top · Lo-Fi Version | Time is now: 21st May 2013 - 06:07 PM |