Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old November 13th, 2005, 12:57 AM
Jonny
Guest
 
Posts: n/a
Default Criteria

Hello,

I have a list box which displays the date from and date to of each of
my records.

I also on my form, have a date from and date to box at the top. Both
of these are unbound, and are to be used as criteria options. For
example, if I enter 01/05/2004 in the From Date and 01/06/2004 in to
To Date, I only want the list box to display the records between
thesedates.

Can anyone tell me how to do this please ?

Thanks.
  #2  
Old November 13th, 2005, 12:58 AM
David
Guest
 
Posts: n/a
Default Re: Criteria

The record source for the list box is a query. In the relevant date field in
the query criteria box you need
something like - Between [Forms]![formname]![fromDate] And
[Forms]![Formname]![toDate]
Then you will need to requery your list box
HTH
David B


Jonny <jonnymenthol@yahoo.com> wrote in message
news:14f4e726.0406180610.62640053@posting.google.c om...[color=blue]
> Hello,
>
> I have a list box which displays the date from and date to of each of
> my records.
>
> I also on my form, have a date from and date to box at the top. Both
> of these are unbound, and are to be used as criteria options. For
> example, if I enter 01/05/2004 in the From Date and 01/06/2004 in to
> To Date, I only want the list box to display the records between
> thesedates.
>
> Can anyone tell me how to do this please ?
>
> Thanks.[/color]

 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles