Search results

  1. N

    Needs help about a function with dates

    Hello or Bonjour, I am hoping someone could help me with this problem. I would like to have of the assistance on a function of calculation of difference between two dates. I know that it should be used DiffDate and that in my function I must make this. Function BetweenHours(DateStart as...
  2. N

    Help for my listbox

    Thanks Jon K for your help, ma query run properly but in my listbox engine i have double. I have tryed DISTINCT and DISTINCTROW but it doesn't run. How can i do?. Thanks Nilses This my code now Private Sub client_Click() Dim varItem As Variant Dim sCriteria As String Dim SQL As String...
  3. N

    Help for my listbox

    Hello , I have a little problem with my form. I have two listbox, one for customer and one for engine. When my listbox customer is not in mode multiselect and my listbox is in multiselect mode, it's ok but when i want multiselect for custommer too, it doesn't run. I select my custommer and i...
  4. N

    Query and checkbox

    Thanks Pat Hartman for your help, i found a solution for a listbox. I think, the checkbox is more difficult, but i would help about this point. This is the code for one list box but how do you do if i have 3 listbox, 2 text area like this?. I have one listbox for customers I have one listbox...
  5. N

    Query and checkbox

    Hello, I have a problem with my query and my form. I have a form with 2 listbox, 8 check box (the number height is 1+2+3+4+5+6+7), 2 text area and 1 button (it's for execute a query). I would like to do a multiselect with my 8 checkbox My first idea was to create a function with If elseif...
Back
Top Bottom