Recent content by michelle

  1. M

    Pointing to object on form

    Hello Wayne, Your information is working correctly. Thanks a lot. Happy Christmas for you and you all. Nice regards, Michelle.
  2. M

    Pointing to object on form

    Dear access users, Normally we change the text on a command button with the next source: Forms![FrmHead]![Command1].Caption = “Test” Is it possible, with the help of a variable, to point to the object ‘Command1’ For example: StrA = ”Command1” Forms![FrmHead]![strA].Caption = “Test” This...
  3. M

    Find the record number

    Hello Access'ers Is there a possibility to find the record nummer? If yes can somebody give a source? Nice regards, Michelle.
  4. M

    Form: Allow Edit=true

    Dear Access users, I have made a form (Allow Edit = False) Also is made a frame with option buttons (for setting filters). Is it possible to make "Allow Edit = True" in the moment the mouse is moving over the Frame? Thanks for reading, Michelle.
  5. M

    Coloms filling

    Hello Form users, I am a VB user and I do have to make a form in ACCESS. In VB you can fill a combo box with: Combo.Additem "test" The additem property is not find in the form for the combo box. Can someone tell me how to fill a combo box? Nice greetings, Michelle.
Back
Top Bottom