Modelyear
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 75 articles for 0.303 sec
On Wed, 10 Sep 2008 07:49:01 -0700, Pamela <Pamela@discussions.microsoft.com> wrote: >I need my db to have (and then be able to sort by) all of the car Makes and >Models by Year since about 1970. I have a table w/ ID, Year, Make & Model >fields and now created a form just for entering them but am having to enter >Honda Accord (granted, I'm using combo boxes for this) 30 times to encompass     

Group: microsoft.public.access.forms · Group Profile · Search for Modelyear in microsoft.public.access.forms
Author: John W. Vinson
Date: Sep 10, 2008 23:36

"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
Show full article (1.42Kb) · Show article thread
"tsmwebb@gmail.com" <tsmwebb@gmail.com> wrote in news:8efb7662-ce61- 4b91-9be4-ee0d0f82aadd@p31g2000prf.googlegroups.com: > But, what you really want is a diesel plug in > hybrid... > Not with a $3000 to $6000 "battery pack" in them I don't. Drop by your Prius dealer, back in the parts department, and tell them your Prius got in a crash (no battery warranty excuse) and ask 'em how much     

Group: it.hobby.motociclismo.scooter · Group Profile · Search for Modelyear in it.hobby.motociclismo.scooter
Author: LEOrap
Date: Aug 22, 2008 07:56

"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
Show full article (0.67Kb) · Show article thread
On Fri, 11 Jul 2008 15:30:36 -0600, "Max" <thesameoldme@sbcglobal.net> wrote: > >"Bob Giddings" <bobg@escapees.com> wrote in message >news:0qff74t0j50nmpqsfma6dvurl2cnem0spg@4ax.com... >> On Fri, 11 Jul 2008 12:48:22 -0700 (PDT), GingerJools >> <gingerjools@rogers.com> wrote: >> >>>On Jul 11, 3:22 pm, Bob Giddings <b...@escapees.com> wrote: >>>> On Fri, 11 Jul 2008 15:16:05 -0400, Hunter     

Group: rec.boats.cruising · Group Profile · Search for Modelyear in rec.boats.cruising
Author: Larry
Date: Jul 18, 2008 20:00

"Bob Giddings" <bobg@escapees.com> wrote in message news:0qff74t0j50nmpqsfma6dvurl2cnem0spg@4ax.com... On Fri, 11 Jul 2008 12:48:22 -0700 (PDT), GingerJools <gingerjools@rogers.com> wrote: On Jul 11, 3:22 pm, Bob Giddings <b...@escapees.com> wrote: On Fri, 11 Jul 2008 15:16:05 -0400, Hunter Hampton <airstreamingy...@geemail.com> wrote: On Fri, 11 Jul 2008 11:13
Show full article (2.60Kb) · Show article thread
You understand correctly. I thought about using Nz function but didn't quite figure out how. I will give it a try as soon as I've got a change. Thanks a lot. Lydia -- Access/VB Programmer "Duane Hookom" wrote: > 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     

Group: rec.outdoors.rvtravel · Group Profile · Search for Modelyear in rec.outdoors.rvtravel
Author: Max
Date: Jul 11, 2008 17:07

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
Show full article (0.43Kb) · Show article thread
Hi Duane, Thanks for taking time to look into it. I modified my query and it still won't take any null value from the criteria entry form. However when I select "Totals", graph shows, and "Totals" means the same as Null in my case. So I just made sure "Totals" always kicks in if user doesn't select anything from the drop down box. This way the graph works fine. I still can't figure     

Group: rec.outdoors.rvtravel · Group Profile · Search for Modelyear in rec.outdoors.rvtravel
Author: Bob Giddings
Date: Jul 11, 2008 14:45

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
Show full article (1.65Kb) · Show article thread
    

Group: rec.outdoors.rvtravel · Group Profile · Search for Modelyear in rec.outdoors.rvtravel
Author: Max
Date: Jul 11, 2008 14:30

Show full article (1.48Kb) · Show article thread
    

Group: microsoft.public.access.reports · Group Profile · Search for Modelyear in microsoft.public.access.reports
Author: Lydia
Date: Jul 3, 2008 09:39

Show full article (7.41Kb) · Show article thread
    

Group: microsoft.public.access.reports · Group Profile · Search for Modelyear in microsoft.public.access.reports
Author: Duane Hookom
Date: Jul 3, 2008 07:27

Show full article (6.82Kb) · Show article thread
    

Group: microsoft.public.access.reports · Group Profile · Search for Modelyear in microsoft.public.access.reports
Author: Lydia
Date: Jul 3, 2008 05:34

Show full article (6.20Kb) · Show article thread
    

Group: microsoft.public.access.reports · Group Profile · Search for Modelyear in microsoft.public.access.reports
Author: Duane Hookom
Date: Jul 2, 2008 13:11

Show full article (5.28Kb) · Show article thread
1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · next