Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Jan 2009
Posts: 13
Reputation: Ravi Kant is an unknown quantity at this point 
Solved Threads: 1
Ravi Kant's Avatar
Ravi Kant Ravi Kant is offline Offline
Newbie Poster

Please Help Me

 
0
  #1
Jan 7th, 2009
Please Help me. Please see the attachment. I have created a project and have coding problem. Please help me. it's urgent.
Attached Files
File Type: zip Project.zip (1.11 MB, 17 views)
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 2,413
Reputation: Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough 
Solved Threads: 211
Team Colleague
Comatose's Avatar
Comatose Comatose is offline Offline
Taboo Programmer

Re: Please Help Me

 
0
  #2
Jan 7th, 2009
Yeah, And the project is kind of big... so uh, where is the problem?
Reply With Quote Quick reply to this message  
Join Date: Jan 2009
Posts: 13
Reputation: Ravi Kant is an unknown quantity at this point 
Solved Threads: 1
Ravi Kant's Avatar
Ravi Kant Ravi Kant is offline Offline
Newbie Poster

Re: Please Help Me

 
0
  #3
Jan 9th, 2009
I am new in VB & I am having problem in Filter ( See Form2). My another problem is my boss want to see all Follow Up Report (Call Report of the Customer; Form6). Generally he want to see current FollowUp but he want when needed he can see each Follow Up Report.
I have given code for this but it show error. Please help. (Form6)


Adodc1.RecordSource = "select * from Table2"
Adodc1.Recordset("FOLLOW_UP_DATE") = DTPicker1.Value
Adodc1.Recordset("CURRENT_FOLLOW_UP") = Text1.Text
Adodc1.Recordset("NEXT_FOLLOW_UP_DATE") = DTPicker2.Value
Adodc1.Recordset.Update

Adodc1.RecordSource = "select * from Follow_Up"

If Adodc1.Recordset("1st_Follow_Up_Date") = Null Then
Adodc1.Recordset("1st_Follow_Up_Date") = DTPicker1.Value
Adodc1.Recordset.Update
End If

If Not Adodc1.Recordset("1st_Follow_Up_Date") = "" Then
Adodc1.Recordset("2nd_Follow_Up_Date") = DTPicker1.Value
End If
Reply With Quote Quick reply to this message  
Join Date: Dec 2006
Posts: 645
Reputation: binoj_daniel is an unknown quantity at this point 
Solved Threads: 17
binoj_daniel's Avatar
binoj_daniel binoj_daniel is offline Offline
DaniWeb Expert

Re: Please Help Me

 
0
  #4
Jan 20th, 2009
What is the error? Can you paste it here?
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the Visual Basic 4 / 5 / 6 Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC