If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > How to test if OLE object is empty?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-31-09, 02:02
bond.555 bond.555 is offline
Registered User
 
Join Date: Jan 2009
Posts: 1
If any body can help me in getting VBA code to check if the "OLE" is empty in Form window..I m using access 2003 and want to populate dbase with "Yes"/"No" if object is Not empty / empty.
Reply With Quote
  #2 (permalink)  
Old 02-01-09, 15:20
SimonMT SimonMT is offline
Registered User
 
Join Date: Sep 2006
Posts: 265
Try the Dir command:

If Dir([FullPath]) <> Empty Then

Simon
Reply With Quote
  #3 (permalink)  
Old 02-17-09, 12:52
powernicholas powernicholas is offline
Registered User
 
Join Date: Aug 2008
Posts: 12
couldn't you use IF OLE.Equals(System.DBNull.Value) then...?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On