Search results

  1. H

    prob with date and if-procedure

    hi there ive got a little problem with VBA i have a command button and a text field in my form with the button i want to write the current date in the text field but if the field is not empty the button should do nothing here is my current code: Private Sub Button_Insert_Date_Click() Dim Date1...
  2. H

    InputBox with ComboBox

    hi i want to use a combobox in a inputbox istead of the normal inputfield is that possible ? if yes how ? :)
  3. H

    Search function problem

    hi ive got a problem with a search function it only seems to work with constants not with variables ive tried to use the field and criteria as a constant and table as var this works but i need all of them as a var im using Access 2002 / XP with VBA 6.3 and MS DAO 3.51 Object Library Function...
  4. H

    stLinkCriteria with two times on one button

    stLinkCriteria two times on one button hi, i have a problem with the command stLinkCriteria. i want to open a form and filter it by matching data in two specific datafields. now my button code is loocking so: Private Sub F_Probendaten_subform_Open_Analysendaten_Click() On Error GoTo...
Back
Top Bottom