Contributor
20Jun2010,17:04   #11
viv345's Avatar
Getting same problem pl. help
Pro contributor
21Jun2010,02:49   #12
virxen's Avatar
Quote:
Originally Posted by viv345 View Post
Getting same problem pl. help
send your project in a zip file with the database you have in order to look at it.
Contributor
21Jun2010,09:27   #13
viv345's Avatar
I have attached the file in zip
Attached Files
File Type: zip p.zip (16.2 KB, 3 views)
Pro contributor
24Jun2010,04:10   #14
virxen's Avatar
change this and tell me again what is your problem


Code:
..........
Private Sub cmdAdd_Click()
If Trim(Text1.Text) <> "" And Trim(Text2.Text) <> "" And Trim(Text3.Text) <> "" And Trim(Text4.Text) <> "" And Trim(Text5.Text) <> "" And Trim(Text6.Text) <> "" Then
With Rs
...............
viv345 like this