473,386 Members | 1,908 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Names change (case-wise) when compiling in Access 2003

Geoffrey Glick
I noticed that some (user-defined) class property names change case when I compile (e.g. "Firstname" to "FIRSTNAME", etc). I have not been able to find a reason for this on any technical forum. Can someone enlighten me?
Aug 4 '10 #1
3 1384
NeoPa
32,556 Expert Mod 16PB
This generally happens when an item somewhere accessible in the project already has that name defined. Scope is not too important. It may well not clash scope-wise, but it maintains a list of all terms used and assumes the case should be consistent across all usages.

Bear in mind this is not compilation or interpretation of code. This is related to IntelliSense.

Welcome to Bytes!
Aug 7 '10 #2
Thanks NeoPa. It does save it that way when I compile. I have to use rudimentary tactics to maintain common code among different databases and this case change throws out differences when I use WinDiff to compare code. I was hoping for a way to prevent the case change. It appears if I change the case and do not compile, then the code does not change when exported.
Aug 10 '10 #3
NeoPa
32,556 Expert Mod 16PB
It's unfortunate. It's a limitation in Access - Pure and simple :(

However, this is pretty rare when you use a convention for naming objects. I use a three character prefix for most of my names. "txt" for TextBox control; "int" for integer variables; etc; etc. Although there is still leeway for this to occur, it is much less than without such a naming convention. It's worth considering, but I'll leave it with you.
Aug 10 '10 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

14
by: JK Peck | last post by:
I have a fairly large Access application that ran correctly in Access 2000. After upgrading to Access 2003 (and recompiling and updating references), it reliably crashes at a certain point. If I...
13
by: Manuel Lopez | last post by:
I have a puzzling form timer problem that I didn't experience prior to Access 2003 (though I'm not sure access 2003 is to blame). Here's the situation: a computer has two access 2003 databases on...
2
by: Andy Davis | last post by:
If Access 20003 is installled on a computer witth Access 2000 runtime also installed can this cause problems? Have uninstalled the runtime application as a precaution, (however this was after the...
1
by: i8mypnuts | last post by:
Could someone please help? I am using the 'defaultprt.zip' tool provided by Ken Getz to change the default printer via VBA code (code below). My problem is that once the default printer has been...
2
by: Ntl News Group | last post by:
I understand that when using Access 2003, the security settings prevent the VBA code from running correctly and need to be set to the Low setting. My question is: Can this be done automatically...
3
by: banba_ca | last post by:
When I create a new db from the main Access window or thru Vb (set newdb = ...) I always end up with Access 2000 file format. I would like to get 2002 - 2003 file format. The reason is that when I...
2
by: stuart.medlin | last post by:
I have recently converted an Access 97 database to Access 2003. However, I am running into a problem with using Application.Filesearch to locate a file in my directory. The code follows: ...
1
by: Wayne | last post by:
I've noticed some screen flicker when using Access 2003 under Vista and I'm curious as to whether this is a bug or peculiar to my machine. In design view, if I make changes to a form and then...
6
by: Roger | last post by:
if I make a copy of northwind.mdb sample and import data till it reaches 350Gb in size and then I make a second copy of northwind then I open nw1.mdb and do a compact / repair that takes 30-60...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.