View Single Post
  #7 (permalink)  
Old 07-27-10, 08:40
desertrose desertrose is offline
Registered User
 
Join Date: Jul 2010
Posts: 4
will it seems you get nothing to understand
my problem is here
RE18.Open("select * from Daily_transaction Where Agent_No = '" + ComboBox1.SelectedItem + "' and Agent_Name = '" + TextBox2.Text + "' and Edition_serial='" + TextBox4.Text + "' and Tran_Date=#" + DateTimePicker1.Value + "#")

where i pass dalte value from my application
Reply With Quote