Ada yg bisa bantu ga sql searching DATE dr DTPicker ke DB Access(filed Date) untuk dimunculin di MshFlexgrid. AKu udah buat tp kok ga muncul data yg seharusnya (blank), apa ada kesalahan pd format date-nya? atau salah pd scriptnya? Yg bs bantu Thqu.
scriptnya: Set rs = New ADODB.Recordset SQL1 = "Select * from ABC where Date = #" & DTPicker1.Value & "# " rs.Open SQL1, con, 1, 3 Set MSHFlexGrid1.DataSource = rs ------------------------ Yahoo! Groups Sponsor --------------------~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/k7folB/TM --------------------------------------------------------------------~-> Untuk keluar dari millis ini, kirim email kosong ke: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/Programmer-VB/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
