tracey75
06-30-2000, 05:44 AM
I have been racking my brain on this for a while. I have two fields for a date range when i put a date "from" and "to" i get my report no problem but the thing is i want to be able not to put in a date range at all and the report will come up with all date. I can't get it to work. I tried the Null stuff and still having problems.
Please Help
Robert Saye
06-30-2000, 07:42 AM
I believe in the KISS method of database design, if you want the report to default to all try this. Set your text field beginning date to something like 1/1/1935, and your ending date to 1/1/2029. Then the user won't have to enter anything to get all the data; but if they want to specify dates they still can.
HTH
tracey75
07-06-2000, 06:37 AM
Can you tell me where i should be putting that? Is it in the Default value property box? Or, should i putting it somewhere else?
Robert Saye
07-06-2000, 08:32 AM
Yep, under properties on your form, you can put it in the default value space. Or you can do it in the table under design view.
HTH
Robert
tracey75
07-07-2000, 06:34 AM
I put 01/01/1935 in the start date in Default Value and 01/01/2029 in the End date and this does not work. I get no records when i do that. Any other suggestions?
[This message has been edited by tracey75 (edited 07-07-2000).]
I am assuming that you are using these dates in a query or SQL statement. Could you post that statement, please?
tracey75
07-07-2000, 07:02 AM
Actually, this is what i have:
I have to unbound text boxes on a form one that is name txtFrom and another txtTo. When i click on it to preview this information comes from the query which says "Between [Forms]![frmDateRange]![txtFrom] And [Forms]![frmDateRange]![txtTo]"
Is there something i'm doing wrong?
I sent you an e-mail with an attached database with a sample of how to do it.
Is this the same problem as the one you have posted under queries?
[This message has been edited by DML (edited 07-07-2000).]
I am having sort of the same problem with one of my forms. The difference being that I get no data returned. I have it set up so if there are no records a message box comes up letting the user know. I run this with dates that I know are in the table and I still get the message no records found. Could I get your email on how to set this up properly?
Thanks