H
HM
Hello,
I tried to convert my project from FoxPro to MS Access2K
but some how in Access do not have function to pass var
look like in FoxPro I have. Here is an example code in
FoxPro: (Allsite,site1,site2 are fieldname in table Clinic)
AllSite = "All Site"
Site1= "Hospital One"
Site2= "Clinic Two"
How to code in CmdPrintreport.Click() event to passing all
of these var. to report name "All Year 2003 Report" with
and without using query?
Thank you in advange for any sugestion.
HM
I tried to convert my project from FoxPro to MS Access2K
but some how in Access do not have function to pass var
look like in FoxPro I have. Here is an example code in
FoxPro: (Allsite,site1,site2 are fieldname in table Clinic)
AllSite = "All Site"
Site1= "Hospital One"
Site2= "Clinic Two"
How to code in CmdPrintreport.Click() event to passing all
of these var. to report name "All Year 2003 Report" with
and without using query?
Thank you in advange for any sugestion.
HM