ei guys help me... im stock from this error tnx..
jubal4285 0 Newbie Poster
Recommended Answers
Jump to PostBasically do a validation check before running the function.
So let's say you do:
if isnull (somevariable) = True then msgbox "This cannot be blank" else #run your function end if
Jump to PostMost of that problem occured is when you try to retieved a data from the database.
Here is some code that may help...text1.text=iif(isnull(fieldname),"",thesamefieldname)
Jump to Postyou might have opened the databsae in readonly mode.
All 10 Replies
techniner 2 Posting Pro
jireh 3 Posting Whiz
jubal4285 0 Newbie Poster
cometburn 2 Junior Poster
jubal4285 0 Newbie Poster
cometburn 2 Junior Poster
jubal4285 0 Newbie Poster
cometburn 2 Junior Poster
jubal4285 0 Newbie Poster
debasisdas 580 Posting Genius Featured 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.