§ §wééT V §wééT V Local time Today, 07:09 Joined Oct 20, 2004 Messages 8 Nov 12, 2004 #1 Basically i'm creating a stock database but i want the user to view all the stock bought between certain dates which they can select how would i go about doing this
Basically i'm creating a stock database but i want the user to view all the stock bought between certain dates which they can select how would i go about doing this
U Ukraine82 Registered User. Local time Today, 07:09 Joined Jun 14, 2004 Messages 346 Nov 12, 2004 #2 If you have a date field run this in the criteria Between #1/1/04# and #1/1/05# <--- Example ( you can use any date you wish) hth, Michael
If you have a date field run this in the criteria Between #1/1/04# and #1/1/05# <--- Example ( you can use any date you wish) hth, Michael
Mile-O Back once again... Local time Today, 15:09 Joined Dec 10, 2002 Messages 11,316 Nov 12, 2004 #3 Search the archive for some of my calendar examples.
§ §wééT V §wééT V Local time Today, 07:09 Joined Oct 20, 2004 Messages 8 Nov 12, 2004 #4 Ukraine82 said: If you have a date field run this in the criteria Between #1/1/04# and #1/1/05# <--- Example ( you can use any date you wish) hth, Michael Click to expand... yep i know how to do that bit but i want the user to be able to select any dates s/he wants
Ukraine82 said: If you have a date field run this in the criteria Between #1/1/04# and #1/1/05# <--- Example ( you can use any date you wish) hth, Michael Click to expand... yep i know how to do that bit but i want the user to be able to select any dates s/he wants
Mile-O Back once again... Local time Today, 15:09 Joined Dec 10, 2002 Messages 11,316 Nov 12, 2004 #5 Here's one. And you refer, in the query, to the form. i.e. Between [Forms]![MyForm]![txtStartDate] And [Forms]![MyForm]![txtEndDate]
Here's one. And you refer, in the query, to the form. i.e. Between [Forms]![MyForm]![txtStartDate] And [Forms]![MyForm]![txtEndDate]
§ §wééT V §wééT V Local time Today, 07:09 Joined Oct 20, 2004 Messages 8 Nov 12, 2004 #6 thank u! i think thats what i'm looking for