SELECT tblRemarks.dtDate, funGetHorse(0,tblHorseInfo.HorseID,false) AS
HorseName1, tblRemarks.Category, tblRemarks.Remark FROM tblRemarks ,
tblHorseInfo,qryCategory where tblRemarks.HorseID=tblHorseInfo.HorseID and
qryCategory.HorseID = tblHorseInfo.HorseID and qryCategory.dtdate1 =
tblRemarks.dtDateORDER BY tblRemarks.dtDate DESC;
Thanks Bob
"Bob" <x...@xx.xx> wrote in message news:f2lk0p$3pr$1...@lust.ihug.co.nz...
You need to use View > Sorting and Grouping within report design view to
specify sorts. Reports will not honor sort orders specified in the
recordsource.
Tom Wickerath
Microsoft Access MVP
https://mvp.support.microsoft.com/profile/Tom
http://www.access.qbuilt.com/html/expert_contributors.html
__________________________________________
ORDER BY tblRemarks.dtDate DESC, tblRemarks.Category;
Regards
Jacob
"Bob" <x...@xx.xx> wrote in message news:f2lk5s$3qh$1...@lust.ihug.co.nz...
"JK" <nob...@home.now> wrote in message
news:OBryM$bmHHA...@TK2MSFTNGP03.phx.gbl...
"Bob" <x...@xx.xx> wrote in message news:f2m0gh$q6h$1...@lust.ihug.co.nz...
"Bob" <x...@xx.xx> wrote in message news:f2m0md$qkn$1...@lust.ihug.co.nz...
(And, for what it's worth, Ascending is the default, so it's not really
necessary to include the ASC in a query)
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)
"Bob" <x...@xx.xx> wrote in message news:f2m3o2$vu3$1...@lust.ihug.co.nz...
"Douglas J. Steele" <NOSPAM_djsteele@NOSPAM_canada.com> wrote in message
news:O2mjkEg...@TK2MSFTNGP05.phx.gbl...
Entry 3 in the thread as displayed here:
http://groups.google.com/group/microsoft.public.access/browse_frm/thread/d5d2bde62df2ed82/3b1e865bc1787bc9?lnk=st&q=&rnum=1#3b1e865bc1787bc9
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)
"Bob" <x...@xx.xx> wrote in message news:f2ns9h$7hb$1...@lust.ihug.co.nz...
"Douglas J. Steele" <NOSPAM_djsteele@NOSPAM_canada.com> wrote in message
news:OdoIh%23nmHH...@TK2MSFTNGP06.phx.gbl...
You might want to try switching your newsgroup server to news.microsoft.com.
My contribution to your thread is showing up on that server.
Tom Wickerath
PS:
This message posted using the news server "newsgroups.comcast.net", just in
case you are not seeing any messages posted to news.microsoft.com. Also,
here is a link to your thread using the Microsoft "web portal":
____________________________________________
"Bob" <b...@the.races> wrote in message news:f2ob4b$30e$1...@lust.ihug.co.nz...