Feb 1, 2007 #1 48Highlander Technical User Joined Feb 8, 2004 Messages 119 Location CA Can anyone point me to some sample access forms to give me some ideas on how to program a 'custom' report generator? Bill J
Can anyone point me to some sample access forms to give me some ideas on how to program a 'custom' report generator? Bill J
Feb 1, 2007 #2 ProgramError Programmer Joined Mar 2, 2005 Messages 1,027 Location GB try a search on google for access report generator Ian Mayor (UK) Program Error Programming is 1% coding, 50% error checking and 49% sweat as your application bombs out in front of the client. Upvote 0 Downvote
try a search on google for access report generator Ian Mayor (UK) Program Error Programming is 1% coding, 50% error checking and 49% sweat as your application bombs out in front of the client.
Feb 4, 2007 #3 perrymans IS-IT--Management Joined Nov 27, 2001 Messages 1,340 Location US I prefer my own Report Generator system. It is really simple, just a list of reports, titles, and queries, but the customization never ends! The following are some of the DB's I have posted on my site: http://www.seanperryman.com/portal/index.php?option=com_remository&Itemid=32&func=select&id=1 As you'll see in ITAWA, there is a list of 30+ stored reports, but the database only contains a few reports. It is a combination of the Manage Reports (to define) and the View/ Print Reports to view. All info are stored in a couple Report tables. Let me know if you need more explanations. Thanks. Sean. Upvote 0 Downvote
I prefer my own Report Generator system. It is really simple, just a list of reports, titles, and queries, but the customization never ends! The following are some of the DB's I have posted on my site: http://www.seanperryman.com/portal/index.php?option=com_remository&Itemid=32&func=select&id=1 As you'll see in ITAWA, there is a list of 30+ stored reports, but the database only contains a few reports. It is a combination of the Manage Reports (to define) and the View/ Print Reports to view. All info are stored in a couple Report tables. Let me know if you need more explanations. Thanks. Sean.