"helix" <heeeee@li.x> ha scritto nel messaggio news:48aecf8e$0$40302$4fafbaef@reader5.news.tin.it... vorrei importare uno scooter che non si trova più in Italia, indovinate di quale si tratta? No... non me lo scrivere... http://powersports.honda.com/scooters/model.asp?ModelName=Helix&ModelYear=2007&ModelId=CN2507 ...lo sapevo ;°°) Caxxabubbola altri sQteroni normalmente diffusi
"Bob Giddings" <bobg@escapees.com> wrote "Max" wrote: Bob, who knows what the Shadow knows That's what you should get. A Honda Shadow. http://powersports.honda.com/motorcycles/cruiser_standard/model.asp?ModelName=Shadow+VLX+Deluxe&ModelYear=2007&ModelId=VT600CD7 Max (If you get one I will too) Lol. Is that a dare? You first. No no. I thought of it first
It looks like you have two combo boxes on the form. If they are both Null then record must meet this criteria: PL Is Null AND CT="TOTALS" You might want to consider using Nz() like: CT = Nz([Forms]...![cmbCT],"TOTALS") -- Duane Hookom Microsoft Access MVP "Lydia" wrote: Hi Duane, Thanks for taking time to look into it. I modified my query and it still won't
I would use a saved query as the Row Source of the graph. You could use a little code in the frmOverallReportCriteria that would change the SQL property of the saved query based on the values selected in the combo boxes. Your DAO code might look something like: Dim strSQL as String Dim strWhere as String strWhere = "1=1 " If Not IsNull(Me.cmbCT) Then strWhere = strWhere & " AND CT