Hello guys,,
i have two table,
Table #1 : identity
No | Name | Address |
1 | Alex | St. Santana |
2 | Sarah | North West Area |
3 | Tommy | Missipi |
4 | Young | Colorado |
Table #2 : Process
No | NoReg | Process | Word_Proc | DueDate |
1 | 101 | Initial Process | IP | 10/10/2011 |
2 | 201 | Initial Process | IP | 11/10/2011 |
3 | 101 | Entry Data | ED | 11/10/2011 |
4 | 101 | Finding Problems | FP | 12/10/2011 |
5 | 201 | Entry Data | ED | 12/10/2011 |
6 | 301 | Initial Process | IP | 13/10/2011 |
7 | 401 | Initial Process | IP | 13/10/2011 |
8 | 301 | Entry Data | ED | 14/10/2011 |
9 | 101 | Analyze Solution | AS | 15/10/2011 |
i want make a query,, to get this result ::
Query #1
NoReg| Name | Date IP | Date ED | Date FP | Date AS |
101 | Alex | 10/10/2011 | 11/10/2011 | 12/10/2011| 15/20/2011|
201 | Sarah | 11/10/2011 | 12/10/2011 | | |
301 | Tommy| 13/10/2011 | 14/10/2011 | | |
401 | Young | 13/10/2011 | | | |
I'm very stress that after 3 days i can't solve how to do it ??
Is anyone here can help me....?? >_<![]()
I'm try to use this formula
......
IIf([Process.Word_Proc]=IP,[Process.DueDate],Null) AS [Date IP]
......
but still didn't give my answerrr...
i try to used dlookup but still i don't know much how to use this formula
hiksss.... Hiks.... hikss.....
Thanks before for anyone who helps me....
May GOD always help you to....