Search results

  1. V

    Resizing Main Form When Sub-form is Hidden: How To?

    Here is the test http://dl.dropbox.com/u/6200480/RESIZE.accdb Please Configure if you don't mind .. I'm struggling with it all day, but no results.. Please help!
  2. V

    Resizing Main Form When Sub-form is Hidden: How To?

    Code is working: The Sub-form is resizing, but the main form not :(
  3. V

    Resizing Main Form When Sub-form is Hidden: How To?

    Error: It Says Object doesn't support the property or method and in yellow highlighted the code : Me.ChForm = True
  4. V

    Resizing Main Form When Sub-form is Hidden: How To?

    Something went wrong, not working... I'm Using Check-box Hiding/Showing Sub-Form with this code: Me.ChForm.Visible = Me.CheckSF
  5. V

    Resizing Main Form When Sub-form is Hidden: How To?

    Hello, Thanks for the reply.. Maybe I Explained incorrectly.. I have a form! A sub form on is, When i Hide sub form the place becomes empty (I mean the place where sub form was) and i want that when I'll hide sub-form The form size shrinked, when display sub-form the form must maximize....
  6. V

    Resizing Main Form When Sub-form is Hidden: How To?

    Hello friends, I have a question about resizing the main window... I have a form with controls : Text-Boxes, Combo-Boxes, Labels. Also I have a Sub-Form (Below of these controls) Which I'm showing and hiding with Check Box. As a matter of fact I'm not using the form always, but i need it...
  7. V

    Yearly Discount By 20%

    Hello Friends. At first look i thought that it was very easy to implement, but when i realize everything that i want.. It's so hard to implement. I'll Try To explain step by step what must be done... I have 3 Text boxes: 1. DateofPurchase -Date/Time (I will enter the product date of purchase)...
  8. V

    Enabling Disabling Combo Boxes from Values

    Mr. B Thank you very much, Perfect
  9. V

    Yearly Discount By 20%

    Hello Friends I need to do: I have A text box -Date /Time [Dateofpurchase] another text box [Price] after one year the product price must discounted by 20% in my third text box [Discount] I need in VBA Thank you very much
  10. V

    Enabling Disabling Combo Boxes from Values

    Here it is Thanks
  11. V

    Enabling Disabling Combo Boxes from Values

    I don't know what is it, how to do that?
  12. V

    Enabling Disabling Combo Boxes from Values

    "If Me.WARRTYPE = "Nowarranty" is highlighted in red
  13. V

    Enabling Disabling Combo Boxes from Values

    It says error: In the editor it's red
  14. V

    Enabling Disabling Combo Boxes from Values

    Hello Dear friends, I have a question about Enabling Disabling Combo Boxes From 1 Combo Box Value. I have 1 combo box [Warrtype] with values "Nowarranty, Year, Month, Day" I also have 1 Text Box [Warranty] 1 Text Box - Date/Time [Warroff] I disabled both of the text boxes from the property...
  15. V

    Combo box Value Must Show an object: How To

    Hello James It worked .... Thank you Very Much
  16. V

    Combo box Value Must Show an object: How To

    Ok.... Thank you James at home I'll do as you explained ...... I really don't wont that my database increased by embedded image files... I'll put my Access file in a folder as a project with data and image files.
  17. V

    Combo box Value Must Show an object: How To

    I'll Read it, but i think it would be a better variant to do this with: Select Case Me.Hardware Case "Server" "But here i couldn't figured out what to write. Idea is: If Case "Server" is true then imagename.visible=true Case Else DoCmd.OpenForm "ERROR", acNormal End Select
  18. V

    Combo box Value Must Show an object: How To

    If i do this, what will be with the images? will they embedded to a database or i must carry the images with the Access file?
  19. V

    Combo box Value Must Show an object: How To

    I did everything as you explained, but Compilation says: Method or data member not found"
  20. V

    Combo box Value Must Show an object: How To

    I created another field in the hard table and then what ..... what do you mean "store the path of the image" I have an image on a form... and what path should it be?
Back
Top Bottom