Search results

  1. S

    Criteria with switchboard but nog with command

    I have a litt problem using the command button When I open a report from the switchboard he askes for the criteria of my report. When I try to open a report using cmdbuttons he just shows the report without asking. How can I get this to work Criteria Between [put begindate in]and [put...
  2. S

    filter commands

    Hy I have put 3 cmdbuttons on my form to filter my records. Code: ( text ) 'Filter by Form DoCmd.RunCommand acCmdFilterByForm Code: ( text ) 'Apply Filter DoCmd.RunCommand acCmdApplyFilterSort Code: ( text ) 'Remove Filter DoCmd.RunCommand acCmdRemoveFilterSort But how do i keep the...
  3. S

    field value depening of choice from combobox

    Hy In my database I have two tables one with source info table1 and one table2 I will make a form. Table1 has information like code name 1 name1 2 name2 3 name3 Table2 has this a column with a combobox where you can choose name1,name2,...(thisworks) I would like, when you...
  4. S

    textbox value changes,when value of the combobox changes

    In my table1 there is a columm productID and a columm productname which are related In my form I have a combobox where you can select the productname. I would like to have a textbox showing the productID of the productname depending of the choice in the combobox. For example when I choose...
Back
Top Bottom