V
var
hi
I have a table created in MS Access with three field Name, Status,
Date....the Status field is recorded in text with two options say
'Accepted' or 'Rejected'
i would like to run query on dates to find the available records with
two fileds 'From', 'To' ..user enter the two dates and want to see the
records........the records should be displayed as a table with heading
Name, No.of Accepted, No.ofRejected, TotalPermits, % of Accepted, % of
Rejected......(the Status field is recordeed in text and should display
in the statistics mentioned here)
i need to write a VB code in MS Access to print this output table
format.........pls anyone can suggest me the code so that it will give
the desired print out
thanks a lot in advance
var
I have a table created in MS Access with three field Name, Status,
Date....the Status field is recorded in text with two options say
'Accepted' or 'Rejected'
i would like to run query on dates to find the available records with
two fileds 'From', 'To' ..user enter the two dates and want to see the
records........the records should be displayed as a table with heading
Name, No.of Accepted, No.ofRejected, TotalPermits, % of Accepted, % of
Rejected......(the Status field is recordeed in text and should display
in the statistics mentioned here)
i need to write a VB code in MS Access to print this output table
format.........pls anyone can suggest me the code so that it will give
the desired print out
thanks a lot in advance
var