Consulting

Results 1 to 2 of 2

Thread: > Access Will Not Save Picture Appropriately .... Form VBA Runtime Error 2450, Acces

  1. #1
    VBAX Regular
    Joined
    Dec 2013
    Posts
    18
    Location

    > Access Will Not Save Picture Appropriately .... Form VBA Runtime Error 2450, Acces

    Hello My name is Eric and I am need of some assistance . I have a access program and recently I began getting this Error out of the blue . I really need to fix this error because it shuts down my entire program . I am not a skilled VBA man so I am looking for help from someone that is .... I go to save a pic like i always do and it will not recognize the "quote Main " Thank you in advanced very much ....


    
    
     Forms![frm_Quote_Main]![HousePicture] = Me.PicSave
         Forms![frm_Quote_Main]![ZoomValue] = Me.ZoomValue
         Forms![frm_Quote_Main]![GoogleZoom] = Me.GoogleZoom
    
    
    
    
    
    





    Error i receive
    Capture2.PNG


    Runtime access error 2450 ............. ?

  2. #2
    VBAX Tutor
    Joined
    Mar 2014
    Posts
    210
    Location
    If you have named the box 'picsave', the error says the form is not open.
    Me is the form you are currently in...(which you dont need...Forms![frm_Quote_Main]![HousePicture] = PicSave also works)
    but BOTH forms MUST be open ..whatever Me is and frm_Quote_Main.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •