Search results

  1. A

    how to filter the form with VBA without Enter Parameter Value popup

    i have a search form that user can access to a sublist of records by choosing the parameter in combobox. this wirk good for one of comboboxs but display the popup form to enter the parameter value and after inserting the criteria it doesnt work. code for find button: Private Sub cmdFind_Click()...
  2. A

    absolute position of a recordset after deletaion a record

    i have a section in the form that displays the current location of the recordset and refresh in form.current event but when i delete the current record the code breaks because of the AbsolutePosition lblLocation.Caption = CStr(Me.Recordset.AbsolutePosition + 1)
  3. A

    hide the button afte click on it

    in the click event of th save button i put the code "cmdSave.enabled = false" or "cmdSave.visible=false" but it didnt work and there is a problem can you help me please. i want the user at certain condition can save and in the other vise save button and disappear.
  4. A

    guery by form to search in database

    hi budies i want to develop a database to my own office work. so i began with access. in the search form i want to search on different criteria and in each case the fields that i want to be displayed are different . like that when i search with last name all the peoples that have the same last...
Back
Top Bottom