Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mazmouzi

  1. mazmouzi

    Date and Sum Query Problem

    hi there,i've done everything now but i'm facing another problem like i wanna use the curent date my function is: dateadd("m",-1,02-dec-02) what i want now like i wanna put an variable date when i'll go to use it ,it should get the current date
  2. mazmouzi

    date formula needed

    select recordid,lname ,fname, abbreviated_title, courses.start_date,courses.institution_id, courses.course_id,selected_courses.course_id, selected_courses.recordid from person, courses, selected_courses where selected_courses.recordid=person.recordid and...
  3. mazmouzi

    date formula needed

    hi there, i used the date add() function but i still facing the same problem can u make sure how i can write the code for it and what i have to do to fix it?
  4. mazmouzi

    date formula needed

    Hi there.I have an crystal report.i would like to create a formula date for it, which gives the date 30 days before the current date(it is like start date) also i have to put end date (it is like between ).Please can u confirm how i can create it as soon as possible.

Part and Inventory Search

Back
Top