Vinnie Chas
vchas at comcast.net
Sat Jan 21 22:10:04 CST 2006
Hi Susan, I would like to learn more about storing custom settings in the Registry. Do you have a link? Vinnie Chas www.vinniechas.com -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Susan Harkins Sent: Saturday, January 21, 2006 7:46 AM To: 'Access Developers discussion and problem solving' Subject: Re: [AccessD] Change report marprint margins at runtime (Access XP ) Did you guys know you could store custom settings in the Registry? Easy as pie -- just wrote about it. I can't believe I didn't know about it years ago. Susan H. The best approach is to allow the users to set up the print formatting requirements, and store those settings in a table... Something like this Pulled from my Reports class, so hopefully you will get the idea.... Oh and there is a BUNCH more you can do, this is just a very small example --