[AccessD] Help with string

Spell, Cynthia G. cspell at jhuccp.org
Tue Mar 20 06:55:34 CDT 2007


Thanks, Stuart! 

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Stuart
McLachlan
Sent: Tuesday, March 20, 2007 7:49 AM
To: Access Developers discussion and problem solving
Subject: Re: [AccessD] Help with string

On 20 Mar 2007 at 7:21, Spell, Cynthia G. wrote:

> 
> Hi,
> Can someone help with the following string?  FA is text, Funding is 
> text, and Month is numeric.
> 
> stCriteria = "[FA]= '" & Me![cboFA] & "' And [Funding]= '" & 
> Me![cboFunding] & "' And [Month] = Me![cboMonth]

....[Month] = " & Me![cboMonth]


--
Stuart


-- 
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com



More information about the AccessD mailing list