Results 1 to 2 of 2
  1. #1
    GraemeG is offline Competent Performer
    Windows Vista Access 2007
    Join Date
    Feb 2011
    Posts
    152

    Debug on validation check


    Hello

    I have the following code which looks at a MVF combobox for a repsonse.
    Code:
    If Me.cboDwellingLowerFloorStructure <> "" Then
    However it give s debug Type Mismatch error.

    However if I remove the multivalue it works.

    Any ideas how I can get it to validate that question has been answered?

  2. #2
    GraemeG is offline Competent Performer
    Windows Vista Access 2007
    Join Date
    Feb 2011
    Posts
    152
    SOLVED.
    If IsNull(Me.cboDwellingLowerFloorStructure.Value) = True Then

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Debug
    By gio25 in forum Programming
    Replies: 1
    Last Post: 02-08-2011, 08:30 AM
  2. Replies: 1
    Last Post: 01-12-2011, 10:11 AM
  3. Access Form will not debug
    By Gene in forum Programming
    Replies: 4
    Last Post: 06-27-2009, 03:46 PM
  4. Is There a Way to Debug or Step Through VB code?
    By jeffbase34 in forum Programming
    Replies: 1
    Last Post: 05-28-2009, 08:14 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums