prabha_friend
Prabhakaran Karuppaih
- Local time
- Tomorrow, 02:04
- Joined
- Mar 22, 2009
- Messages
- 1,032
Between Format([Forms]![Bills]![Bill_Date],"dd-mm-yyyy") And DateAdd("s",-1,DateAdd("d",1,Format([Forms]![Bills]![Bill_Date],"dd-mm-yyyy")))
Query getting blank on using:
ORDER BY Max(Bills.Bill_Date) DESC;
But Desired record coming by on using:
ORDER BY Bills.Bill_Date DESC;
Please Help. Thank You.
With Hope,
Prabhakaran
Query getting blank on using:
ORDER BY Max(Bills.Bill_Date) DESC;
But Desired record coming by on using:
ORDER BY Bills.Bill_Date DESC;
Please Help. Thank You.
With Hope,
Prabhakaran