Forum: Visual Basic 4 / 5 / 6 Feb 27th, 2008 |
| Replies: 14 Views: 2,143 Hi once again
No i dont have field name text1 in my table in the database
.. error 3265
Item cannot be found in the collection corresponding to the request name or ordinal |
Forum: Visual Basic 4 / 5 / 6 Feb 27th, 2008 |
| Replies: 14 Views: 2,143 "I get the problem if save the record with NULL value then it will save Empty String and if you save the record with a value it will not save any record because you don't specify the code to save the... |
Forum: Visual Basic 4 / 5 / 6 Feb 27th, 2008 |
| Replies: 14 Views: 2,143 Hi Kenneth...
I am getting error in these lines..
rsnew3!text1 = text1.Text
rsnew3!text2 = text2.Text |
Forum: Visual Basic 4 / 5 / 6 Feb 27th, 2008 |
| Replies: 14 Views: 2,143 Hi Shouvik..
Thanks .. I tried your code but i am getting the error msg "error in creating the new record." |
Forum: Visual Basic 4 / 5 / 6 Feb 27th, 2008 |
| Replies: 14 Views: 2,143 Hi All..
I am trying to access records and edit and save the changes .. Here is the code
Private Sub cmd_edit_Click()
Dim addnew As Boolean
rsnew3.Open "select * from company", c,... |