Error !

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mclueless
    New Member
    • Jan 2008
    • 56

    Error !

    I m using VB6 n access. What is" multiple step operated generating errors. Check each status value "
    plzzzzzzzzzz HELP
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    The question is regarding what ?

    Comment

    • QVeen72
      Recognized Expert Top Contributor
      • Oct 2006
      • 1445

      #3
      Hi,

      The Multi-Step error is generated in following cases:
      • When Field is a Text, and you are trying to store more than the Length defined in database
      • When the Field is defined in DB is numeric and you are trying to store Text or date
      • When the Field is Integer And you are trying to store a Huge Numeric Value
      • Storing Non-Date Data in Date Fields


      Regards
      Veena

      Comment

      Working...