Wrox Programmer Forums
|
Access VBA Discuss using VBA for Access programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 7th, 2007, 06:04 AM
Authorized User
 
Join Date: Jun 2007
Posts: 87
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to ivanlaw Send a message via Yahoo to ivanlaw
Default VBA Access

Hello,
May I know that got any code to design the M/s Access become a software?So it does not look like a program that used M/s Access to write.
1.)How to let the program do not display the Splash screen of the M/s Access?
2.)How to let the program do not display the Security warning message of the M/s Access?

Thank you.

 
Old December 7th, 2007, 12:26 PM
Friend of Wrox
 
Join Date: Mar 2004
Posts: 3,069
Thanks: 0
Thanked 10 Times in 10 Posts
Default

I don't think you can circuvent the security warnings. They are there to warn users about developer activities.

The usual route I know of for this is to use Access or SQL Server 2005 Express as the back end, and a .NET language as the front end. Alternatively, you can use VBScript and make an HTA to run an Access or other back end.

Otherwise you can turn an MDB into an MDE, but it doesn't resolve the Access and warnings issue.

Did that help?

mmcdonal

Look it up at: http://wrox.books24x7.com
 
Old December 7th, 2007, 11:45 PM
Authorized User
 
Join Date: Jun 2007
Posts: 87
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to ivanlaw Send a message via Yahoo to ivanlaw
Default

Hi there,
After read your advice,I search the solution from the Google.
In the end,I got the solutions.

Thank your help.^^






Similar Threads
Thread Thread Starter Forum Replies Last Post
Code works in Excel VBA but not Access VBA fossx Access VBA 2 May 21st, 2007 08:00 AM
Access VBA Teqlump Access 2 September 10th, 2004 02:33 PM
Access vba rookieat this Access VBA 6 February 7th, 2004 03:01 PM
Access VBA help danielwajnberg Access VBA 3 September 1st, 2003 09:46 AM
Access XP VBA compatibility issues w/ Access 2000 bourgeois02 Access VBA 1 August 19th, 2003 04:14 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.