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 April 13th, 2006, 05:29 PM
Registered User
 
Join Date: Dec 2005
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default VBA inside of a Tabed page

I am having problems using the following comand now that the controls are inside a tabed page.

me.chkEmailsent = -1

chkEmailsent is a check box but the value will not change now that it is listed inside of a tabed page. Is there a problem with using the "me." at the begining of the line of code?

 
Old April 14th, 2006, 06:33 PM
Authorized User
 
Join Date: Jan 2006
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
Default

The Tab control does *not* affect coding syntax in any way. It is as if the Tab control is not there. You may want to use True rather than -1 but I believe either should work.

HTH RuralGuy (RG for short) acXP WinXP Pro
 
Old April 17th, 2006, 02:11 AM
Friend of Wrox
 
Join Date: Jul 2005
Posts: 150
Thanks: 0
Thanked 0 Times in 0 Posts
Default

It may be where you hsve the code.

What event is the code in?

Boyd
"Hi Tech Coach"
Access Based Accounting/Business Solutions developer.
http://www.officeprogramming.com





Similar Threads
Thread Thread Starter Forum Replies Last Post
Set Selected Text inside of page body caseym Javascript How-To 0 April 9th, 2008 03:17 PM
How to Open Existing Winform inside Tab Page maulik33 C# 2 May 24th, 2007 10:05 AM
How to diplay web page inside another web page win cyberjoe C# 2 March 1st, 2007 05:35 AM
hyperlink inside a page debjanib ASP.NET 1.0 and 1.1 Basics 4 December 1st, 2006 02:04 PM
Can I define a new xsl page inside .XML file flyfish XSLT 0 August 29th, 2005 03:33 PM





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