[AccessD] passing a value from report to form

Charlotte Foust cfoust at infostatsystems.com
Mon Feb 2 16:12:45 CST 2004


No.  The WhereCondition filters the records in the report, and that
isn't what you're trying to do.

Charlotte Foust

-----Original Message-----
From: Oleg_123 at xuppa.com [mailto:Oleg_123 at xuppa.com] 
Sent: Monday, February 02, 2004 1:53 PM
To: accessd at databaseadvisors.com
Subject: RE: [AccessD] passing a value from report to form


well at home I have OpenArgs, but.. I don't really need this appl at
home. can this be done using where ?

in this fashion --

    Dim stDocName As String
    Dim ddd As String

    stDocName = "Carol2"
    ddd = "[namee] = " & Me!Combo14.Value


    DoCmd.OpenReport stDocName, acPreview, , ddd


> AXP was the first version that had an OpenArgs for reports.
>
> Charlotte Foust
>
> -----Original Message-----
> From: Susan Harkins [mailto:ssharkins at bellsouth.net]
> Sent: Monday, February 02, 2004 1:23 PM
> To: Access Developers discussion and problem solving
> Subject: Re: [AccessD] passing a value from report to form
>
>
> Are you opening the report from the form? If so, you can use OpenArgs 
> -- 2002 I think -- I really can't remember if it's in 2000 or not. 
> OpenArgs in reports came later than the form's version.
>
> Susan H.
>
>
>> How about ReportField=Forms![FormName]![FormField]
>>
>> Perry
>
>
> _______________________________________________
> AccessD mailing list
> AccessD at databaseadvisors.com 
> http://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com 
> _______________________________________________
> AccessD mailing list
> AccessD at databaseadvisors.com 
> http://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com



-----------------------------------------
Get Breaking News from CNN, ABC, NBC, CBS Now.
http://www.xuppa.com/news/?link=webmail


_______________________________________________
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