Search results

  1. S

    filter commands

    I found out its not possible
  2. 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...
  3. 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...
  4. 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...
  5. S

    textbox value changes,when value of the combobox changes

    Thx for all the reply's; last question how do you make it grey and not able to put your cursor in?
  6. S

    textbox value changes,when value of the combobox changes

    I found it In controlsource =Combo2.column(1)
  7. S

    textbox value changes,when value of the combobox changes

    This is exactly what I mean but can you explain a bit. What I have to set in the properties from the textbox?
  8. S

    textbox value changes,when value of the combobox changes

    I use another table as source of my combobox where i refer to like the way you describe. But that's not quite my problem; I posted an like witch my clearify
  9. S

    textbox value changes,when value of the combobox changes

    Here is the exact same problem discription http://database.ittoolbox.com/groups/technical-functional/access-l/how-to-automatically-populate-a-text-box-based-on-a-value-selected-in-a-combo-box-323839?cv=expanded
  10. 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...
  11. S

    Making the Visibility of a Text Box Dependent on Combo Box Selection

    I would like to try just the same. But it won't work. The steps I followed. I made a table 'tools' I made a table with the 'kind of tools' I made a combobox in the form of the table tools with the source 'kind of tools' I made a form from the table tools Now I would like to make a text box...
Back
Top Bottom