Search results

  1. K

    Can i add sound clip into form?

    can i put music into forms? IF can how can i put it? The main purpose is i just add a short sound clip for my opening forms for my switchboard main page. ANY idea to do this?
  2. K

    Question about check box, command button in forms

    LOL, okok, then i use combo box then @.@
  3. K

    Question about check box, command button in forms

    OK i solve some of my question , second question Private Sub Check34_AfterUpdate() If Me.Check34 = True Then Me.Command37.Enabled = True Else Me.Command37.Enabled = False End If End Sub that means i only can click the command if the check box is check , but , i proceed to the...
  4. K

    Question about check box, command button in forms

    HI , i am newbie here . Currently i am doing my assignment about microsoft acess using version 2007. The assignment is easy but i am trying to make it very special :rolleyes: . I dont have any Visual basic programming knowledge but i have in C and abit of java language. I am trying to do this...
Back
Top Bottom