Hey all,
I am not able to integrate these 2 actions in one command. What i am doing is...
A button which sends a report with only specific data to a particular person (via outlook). I am able to filter the records using the where comand and i am able to send using the DoCmd.SendObjec t command. but only seperately. Is it possible to insert the where command in the DoCmd.SendObjec t syntax??
Thanks
I am not able to integrate these 2 actions in one command. What i am doing is...
A button which sends a report with only specific data to a particular person (via outlook). I am able to filter the records using the where comand and i am able to send using the DoCmd.SendObjec t command. but only seperately. Is it possible to insert the where command in the DoCmd.SendObjec t syntax??
Thanks
Comment