Ask a Question related to Microsoft Access, Design and Development.
-
Kevin Mendonsa #1
Access Forms buttons will not work in XP
I have migrated an Access application from Access97 to
Access 200 and it worked fine on the 2000 Professional.
Hoever if I use the application in the XP operating
systems with Access 2002 the buttons do not work and most
of it fails to function properly.
Any ideas what the problem might be.
Thanks,
Kevin
Kevin Mendonsa Guest
-
Buttons and forms
I have a form set up on my website with a couple of fields and a "send" button so that people can join a mailing list. Is there any way I can... -
buttons in mc buttons don't work ?
I'd like to make a menu that is off the page. The only part showing would be a tab that says "menu". So I made an MC that is off the page and has... -
Forms Buttons
I just created a form and added 2 buttons: Submit and Clear. How do I get the button Submit linked to my email adress so that the response comes to... -
smart forms buttons
hey. i have 3 tables with relationships: proposals (PK=number), versions (PK=number+version_num) and data (PK=number+version_num+option-num). i... -
Forms: customized buttons
Hi all Anybody out there have a link to a site that offers customized button controls for access forms. I'm tired of the standard rectangular box... -
John Vinson #2
Re: Access Forms buttons will not work in XP
On Tue, 29 Jul 2003 16:52:32 -0700, "Kevin Mendonsa"
<kevin.mendonsa@itt.com> wrote:
Something wrong with the code.>I have migrated an Access application from Access97 to
>Access 200 and it worked fine on the 2000 Professional.
>Hoever if I use the application in the XP operating
>systems with Access 2002 the buttons do not work and most
>of it fails to function properly.
>
>Any ideas what the problem might be.
Care to share with us what error messages you're getting, or the
symptoms? "Doctor, I don't feel good" isn't going to get you an
accurate diagnosis!
One thing to check is References. Open the VBA editor and select
tools... references from the menu; be sure that Microsoft DAO 3.6
Object Library is checked, if (as is very likely given that this came
from A97) you're using the DAO object model. AccessXP (like 2000)
defaults to the newer ADO object model; if you're not intentionally
using ADO code, uncheck the ActiveX Data Objects reference.
Compile the program (with Debug... Compile <yourdatabase>) and correct
any compilation errors; then compact and repair the database. See if
that helps!
John W. Vinson[MVP]
Come for live chats every Tuesday and Thursday
[url]http://go.compuserve.com/msdevapps?loc=us&access=public[/url]
John Vinson Guest



Reply With Quote

