hi everyone,
I am a newbee when dealing with databases....
so far i have a sql database in my sql server(local).
Have open a project in vs2010express and have connected it to my DB.
on my form i have the datagridview populated with my database, have buttons that can add ,(move to next,previous) and delete.
the columns in my DB are ID,Date,Time,Place,Price per Liter,Total Liters,Total Price and Pump Number.
so the columns are of type date,time,text,money,integer,money and integer.
on my form2, i have textboxes for all the columns and have a textbox for entering the data to find, and finally have a button to start the search.
Now what i want to do is enter a date and have the textboxes filled with the data for that date.
Thank you to everyone who reads and hopefully helps me with this problem.
Rdgs.
Michael
ps. i have looked at other questions like this,but, they do not make any sense to me, and i do not know how to make them work for me.