Click here to Skip to main content
15,891,657 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
VB
Sql1 = "SELECT Customer_name,CRM_Ticket_ID,E_Mail_ID,Tel_No,Sign_up_date,LMI_added,LMI_Name, "
                Sql1 &= " Maintenance_Done,Date1,Date2,Date3) FROM [" & WorkSheetName & "]"


[EDIT]The section below was moved from comment - LOSMAC[/EDIT]
In this i want select the dates from the exel file....dates are optional..some times dat1 contains a date,date2 contains,date3 is null...then what is the query
Posted
Updated 24-Feb-12 9:48am
v2
Comments
miljo 24-Feb-12 5:27am    
in this i want select the dates from the exel file....dates are optional..some times dat1 contains a date,date2 contains,date3 is null...then what is the query
ZurdoDev 24-Feb-12 8:02am    
Please clarify your question. I do not understand.
Ganesan Senthilvel 24-Feb-12 20:41pm    
Need more clarity on your question

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900