hi, when i update records in VB, only 0's are stored in database, can anyone halp me to solve this? send me appropriate code for this?
preethi_ga 0 Light Poster
Recommended Answers
Jump to PostHi,
Can you Post your code (Saving Part) here..? so that somebody can point out the problem...
Regards
Veena
Jump to PostHi,
I guess, your Field1 and 2 in table are of string/text type, and you are saving Val(text1.text)....?
Val() functions converts the text value to string..
So change the Load records like this :rst!fieldname1=text1.text rst!fieldname2=text2.text
also check Selva's points above..
Regards
Veena
All 5 Replies
QVeen72 104 Posting Shark
preethi_ga 0 Light Poster
selvaganapathy 31 Posting Pro
QVeen72 104 Posting Shark
preethi_ga 0 Light Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.