Connecting Tech Pros Worldwide Help | Site Map
 
 
LinkBack Thread Tools Search this Thread
  #1  
Old November 12th, 2005, 03:02 PM
Mojca
Guest
 
Posts: n/a
Default report of data entered on the current day

I have a problem with a report of data entered on the current day.
Data are enter in a continous form. In this form I have field named
Current_date_entered_data – text box which has default value Now() in
a text box properties in this form (continuous form). How can I get
data which have been entered today?

Thank you, Mojca
  #2  
Old November 12th, 2005, 03:02 PM
Allen Browne
Guest
 
Posts: n/a
Default Re: report of data entered on the current day

Put a command button on a form, with this code in it the Event Procedure for
its Click event:

DoCmd.OpenReport "MyReport", acViewPreview, , _
"[Current_date_entered_data] Between Date() And Now()"

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html

"Mojca" <kikimiki02@yahoo.com> wrote in message
news:d5dc864b.0310060522.495b000d@posting.google.c om...[color=blue]
> I have a problem with a report of data entered on the current day.
> Data are enter in a continous form. In this form I have field named
> Current_date_entered_data - text box which has default value Now() in
> a text box properties in this form (continuous form). How can I get
> data which have been entered today?
>
> Thank you, Mojca[/color]


 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

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 205,174 network members.