Search results

  1. R

    impossible to get date time values in a query

    yes it wooooork great ..but if i want to get value of yasterday for example??
  2. R

    impossible to get date time values in a query

    yes i have records of august mounth with all days
  3. R

    impossible to get date time values in a query

    i have many records i would make easy to use data i creat a query to get just records of today but is not work as shown in the problem
  4. R

    impossible to get date time values in a query

    problem: -I have two fields named [deb] ; [fin] as a short text in table t_rec -Form to enter the informations in the table t_rec used as data source and [deb] ; [fin] is a date time field -I creat a query to get values as date/time for today and i use as creatiria exp1 : datevalue([deb]) and...
  5. R

    report from query not load values

    thank you there is no way to get values.. [Closed]!
  6. R

    report from query not load values

    it not work for me since yesterday im tired
  7. R

    report from query not load values

    ok let me see how we can do that : my db is below login : admin pass : 1234 thank you
  8. R

    report from query not load values

    but i need the time portion permenantly this is a time stop sheeft and i need it to calculate later working hours
  9. R

    report from query not load values

    the problem is not that you tell me if i make Année(Date()) or Mois(Date()) as createria in my other queries my report load date values normaly..the problem is just in date() mean today and date()-1 mean yesteday.
  10. R

    report from query not load values

    i dont understande where exactely?
  11. R

    report from query not load values

    i have a query and i put date() as creteria in deb coloumn to get filtred values of date/time of today but in my report issu of this query it still empty. deb format in my form is : "dd-"mm"-yy "hh:nn please help me to resolve problem
  12. R

    how to email with vba from a form using cbo and list box selection

    problem solved thank you @theDBguy this is a great solution :)
  13. R

    how to email with vba from a form using cbo and list box selection

    there is a differnce betwen the two db
  14. R

    how to email with vba from a form using cbo and list box selection

    hello programmers i have a mini form used to send emails to two person ( nom_hc) listed in (resp_acc) with emails ( email_hc) in the form the user should select in cbo1 person1 and in the cbo2 person 2 and he will get emails in two listboxes below and record it in t_dci table source of the form...
  15. R

    related combo_box to get emails and send it with outlook

    ok : how i can get emails for selected persons to use it in macro to send email to this persons as auto generated email make a button to run macro help me plz
  16. R

    related combo_box to get emails and send it with outlook

    yes i try to solve this problem query1 not work
  17. R

    related combo_box to get emails and send it with outlook

    hello programmers i have a mini form used to send emails to two person ( nom_hc) listed in (resp_acc) with emails ( email_hc) in the form the user should select in cbo1 person1 and in the cbo2 person 2 and he will get emails in two listboxes below and record it in t_dci table source of the form...
  18. R

    get listbox values from combobox multiples selection

    this concept don't help me to get email values when i select names from combobox. the concept i want is to load emails when i select names
  19. R

    get listbox values from combobox multiples selection

    what a geniuos ;)
Back
Top Bottom