On Jan 26, 4:43*pm, John W. Vinson
<jvinson@STOP_SPAM.WysardOfInfo.com> wrote:
> On Thu, 26 Jan 2012 09:55:08 -0800 (PST), S Himmelrich <himmelr...@gmail.com>
> wrote:
>
>
>
>
>
> >On Jan 26, 11:34*am, John W. Vinson
> ><jvinson@STOP_SPAM.WysardOfInfo.com> wrote:
> >> On Thu, 26 Jan 2012 06:24:16 -0800 (PST), S Himmelrich <himmelr...@gmail.com>
> >> wrote:
>
> >> >this is still giving me the same error - is it an issue that the query
> >> >is returning a number/currency - do I need to reformat it in the query?
>
> >> Sorry, my crystal ball is a bit foggy - I can't see your current expression or
> >> your query from here. Could you please post the total SQL of the query?
> >> --
>
> >> * * * * * * *John W. Vinson [MVP]
> >> *Microsoft's replacements for these newsgroups:
> >> *http://social.msdn.microsoft.com/For...-US/accessdev/
> >> *http://social.answers.microsoft.com/.../en-US/addbuz/
> >> *and see alsohttp://www.utteraccess.com
>
> >SELECT [FY12 CAPEX Forecast].Status, [FY12 CAPEX Forecast].[EIS - App
> >and Infra Architecture], [FY12 OPEX Forecast].[EIS - App and Infra
> >Architecture], [FY12 CAPEX Forecast].[EIS - Cmn Svcs Splier Mgmt],
> >[FY12 OPEX Forecast].[EIS - Cmn Svcs Splier Mgmt], [FY12 CAPEX
> >Forecast].[EIS - Ent IT Client Svc and TRM], [FY12 OPEX Forecast].[EIS
> >- Ent IT Client Svc and TRM], [FY12 OPEX Forecast].[EIS - Ent IT Infra
> >BOH Svcs], [FY12 CAPEX Forecast].[EIS - Program and Service Mgmt],
> >[FY12 OPEX Forecast].[EIS - Program and Service Mgmt], [FY12 CAPEX
> >Forecast].[EIS - Ent IT Infra BOH Svcs]
> >FROM [FY12 CAPEX Forecast] INNER JOIN [FY12 OPEX Forecast] ON [FY12
> >CAPEX Forecast].Status = [FY12 OPEX Forecast].Status
> >WHERE ((([FY12 CAPEX Forecast].Status)="Approved"));
>
> Again:
>
> YOU can see your database.
>
> I cannot.
>
> This query does not include the DLookUp, and you have not said what fieldis
> giving you an error.
>
> I'd love to be able to help, but I cannot solve problems that you don't show
> me.
> --
>
> * * * * * * *John W. Vinson [MVP]
> *Microsoft's replacements for these newsgroups:
> *http://social.msdn.microsoft.com/For...-US/accessdev/
> *http://social.answers.microsoft.com/.../en-US/addbuz/
> *and see alsohttp://www.utteraccess.com- Hide quoted text -
>
> - Show quoted text -
I understand you point - I thought the past several statements made my
thoughts clear - sorry about that.
Recap:
the DLookup is in a text box in a form: =DLookUp("[FY12 CAPEX
Forecast.EIS - Ent IT InfraBOH Svcs]","[FY12 Forecast]")
(where I'm getting #Error)
the sql of the query I'm referencing :
SELECT [FY12 CAPEX Forecast].Status, [FY12 CAPEX Forecast].[EIS - App
and Infra Architecture], [FY12 OPEX Forecast].[EIS - App and Infra
Architecture], [FY12 CAPEX Forecast].[EIS - Cmn Svcs Splier Mgmt],
[FY12 OPEX Forecast].[EIS - Cmn Svcs Splier Mgmt], [FY12 CAPEX
Forecast].[EIS - Ent IT Client Svc and TRM], [FY12 OPEX Forecast].
[EIS
- Ent IT Client Svc and TRM], [FY12 OPEX Forecast].[EIS - Ent IT
Infra
BOH Svcs], [FY12 CAPEX Forecast].[EIS - Program and Service Mgmt],
[FY12 OPEX Forecast].[EIS - Program and Service Mgmt], [FY12 CAPEX
Forecast].[EIS - Ent IT Infra BOH Svcs]
FROM [FY12 CAPEX Forecast] INNER JOIN [FY12 OPEX Forecast] ON [FY12
CAPEX Forecast].Status = [FY12 OPEX Forecast].Status
WHERE ((([FY12 CAPEX Forecast].Status)="Approved"));
I appreciate your help.