T tico78 Registered User. Local time Today, 07:45 Joined Mar 10, 2003 Messages 14 Mar 12, 2003 #1 what is the OpenReport Method?? I need to know in order to create reports for each client individualy
what is the OpenReport Method?? I need to know in order to create reports for each client individualy
M MikeAngelastro Registered User. Local time Today, 00:45 Joined Mar 3, 2000 Messages 254 Mar 12, 2003 #2 It is a method of the DoCmd object. It looks like: DoCmd.OpenReport("Report Name", Style, Criteria) Look it up in Access help to get all the correct parameters.
It is a method of the DoCmd object. It looks like: DoCmd.OpenReport("Report Name", Style, Criteria) Look it up in Access help to get all the correct parameters.