A
Aamer
In my sales and purchase ledger i have 2 tables (Sales) & (Purchase) where
sales and purchases are recorded respectively.
I have made a querry from 2 tables (Sales) & (Purchase) to do INVENTORY. Its
running perfectly fine. As this querry is run on a FORm the only problem am
having i want dates to be shown on form i.e From Date To Date (the specific
period mentioned in the querry is Month & Year) the following command is used
in the querry.
Between DateSerial([Enter Year:],[Enter Month:],1) And DateSerial([Enter
Year:],[Enter Month:]+1,0)
With this above command i just enter Month & Year.
Please advise what to do on FORM that I Get the Following Results.
1. Complete Date FROM (DD/MM/YY) To (DD/MM/YY)
2. Only Month & Year (e.g August 2005 not as 08/2005)
3. Only Month (e.g August)
Thanks
Awaiting Reply
Aamer Sheikh
sales and purchases are recorded respectively.
I have made a querry from 2 tables (Sales) & (Purchase) to do INVENTORY. Its
running perfectly fine. As this querry is run on a FORm the only problem am
having i want dates to be shown on form i.e From Date To Date (the specific
period mentioned in the querry is Month & Year) the following command is used
in the querry.
Between DateSerial([Enter Year:],[Enter Month:],1) And DateSerial([Enter
Year:],[Enter Month:]+1,0)
With this above command i just enter Month & Year.
Please advise what to do on FORM that I Get the Following Results.
1. Complete Date FROM (DD/MM/YY) To (DD/MM/YY)
2. Only Month & Year (e.g August 2005 not as 08/2005)
3. Only Month (e.g August)
Thanks
Awaiting Reply
Aamer Sheikh