Search results

  1. L

    how create a button that filter by preset value?

    Hi, i need your help: i'm creating a weekly planner. I have a form for insert events and their date and set an argument (a, s, a+s) and a mask who shows a little form for every day of the week. i need to create a button (or some other control field) that permit me to filter by argument: eg i...
  2. L

    create a botton wich increase a value in a textbox

    Hi! i need your precious help. i'm using access2003. i have a textbox with a calculated value in a form. i'd like to create one botton who incrase of 1 unit that value (in the same box if it is possible) and one that decrase of one unit. for example the value in my box is "5", i press the...
  3. L

    how to create a week planning?

    Hi! i need to create an access file that show a "week planning" based on a table of this type: ID_event Data_event Text_event e.g. 09/01/2012 meeting 09/01/2012 dinner with Kate 11/01/2012 gym 25/01/2012 meeting .... i want to see in a form something like this: mon tue...
  4. L

    create a new record in a subform using a button on a form

    i had a form with a button and a subform. i need that pressing on the button a new record in the subform will be added. if possible in the data field of subform i'd like to save the data of that event and in another field copy the value of a field of the main form. if i press again the button it...
  5. L

    filter with textbox AND combinatedbox?

    hi! is it possible to modify this code using a combobox for one of filter? (the change event call this sub) Private Sub ApplyFilter() Dim strR As String Dim sFiltro As String sFiltro = "mansione LIKE '" & filtr(Me.filtro_mans2) & "*' " & _ "AND qualifica_man...
  6. L

    how tomake a crossed field query with text "value"?

    how to make a crossed field query with text "value"? Hi, first of all sorry for my english. I need to create a crossed field query like in the file I uploaded but instead of count values of "qualifica_man" have to show me the text. I can do it but only that field is (on the table) a number...
  7. L

    how "call" an "enter" event with a button?

    Hi everybody, first of all sorry for my bad english! this is my problem: I created a subform that contain a textbox (in yellow) which works as a filter for records. It works but i have a problem, if I change record in the form the value in the filterbox doesn't change. so I created a button that...
Back
Top Bottom