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 derfloh 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 kimvandersteen

  1. kimvandersteen

    Microsoft Access Report with dates

    Thank you all for your usefull comments! Finally this was the solution: ------------------------------ SELECT * FROM tbl_planning AS p RIGHT JOIN (SELECT date, ampm FROM tbl_date, tbl_ampm) AS d ON (p.planningdate = d.date AND p.planningampm = d.ampm) Now I only need to get information about...
  2. kimvandersteen

    Microsoft Access Report with dates

    Hello, I've some problems with the creation of a report in Access. I'll first brief describe the problem. For our planning we have a table that contains the id of the employee, the id of the project, the date and the time (AM/PM). When I create a report for employee X, I only see the date (and...

Part and Inventory Search

Back
Top