Hi There,
I have made a query called "Schedule",in access using few tables. Has
fields like Order #, Required Date, Quantity ordered etc.. Depending
upon the Required date field I provide on the input of the query. The
query filters and displays results based on that. I want to use a form
using Visual .net. The form would have a calender on it, when the users
clicks on a particular date. I want that date to be sent as an input to
the Required date field for my "Schedule" and display the result on the
form. I have been trying to use Ado.net, but not sure how to send this
date information to the query in access. I will really appreciate if
somebody can tell me how I can do this.
thanks a million.
-K

Use the Microsoft Access to ADO.NET object mapper and code generator by Robbe

Robbe
Thu Mar 10 18:45:04 CST 2005

http://www.eggheadcafe.com/articles/microsoftaccess_source_code_generator.asp

--
2005 Microsoft MVP C#
Robbe Morris
http://www.robbemorris.com
http://www.masterado.net/home/listings.aspx



<srusc@hotmail.com> wrote in message
news:1110479657.280292.9380@f14g2000cwb.googlegroups.com...
> Hi There,
> I have made a query called "Schedule",in access using few tables. Has
> fields like Order #, Required Date, Quantity ordered etc.. Depending
> upon the Required date field I provide on the input of the query. The
> query filters and displays results based on that. I want to use a form
> using Visual .net. The form would have a calender on it, when the users
> clicks on a particular date. I want that date to be sent as an input to
> the Required date field for my "Schedule" and display the result on the
> form. I have been trying to use Ado.net, but not sure how to send this
> date information to the query in access. I will really appreciate if
> somebody can tell me how I can do this.
> thanks a million.
> -K
>