473,569 Members | 2,799 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

"Autonumber "

Tom
Is there a way to not display "Autonumber " in the primary key testbox when the
PK is an autonumber in a new record?

Tom
Nov 12 '05 #1
6 2146
If it is a form, set the Text Box's Visible property to No. Autonumbers are
intended for "internal use", joining related tables, not for display to the
user.

If it is in a Datasheet View of the Table, I don't think there is a way.
Then, again, if you are giving users datasheet view in a developed database
application, you probably ought to reconsider that -- it is not a good idea.

Larry Linson
Microsoft Access MVP

"Tom" <th*******@bell south.net> wrote in message
news:4z******** **********@news read2.news.atl. earthlink.net.. .
Is there a way to not display "Autonumber " in the primary key testbox when the PK is an autonumber in a new record?

Tom

Nov 12 '05 #2
On Sun, 09 Nov 2003 21:44:32 GMT, "Tom" <th*******@bell south.net>
wrote:

Make the field invisible. You shouldn't care what the value is anyway.
-Tom.

Is there a way to not display "Autonumber " in the primary key testbox when the
PK is an autonumber in a new record?

Tom


Nov 12 '05 #3

"Tom" <th*******@bell south.net> wrote in message
news:4z******** **********@news read2.news.atl. earthlink.net.. .
Is there a way to not display "Autonumber " in the primary key testbox when the PK is an autonumber in a new record?

Tom


Best place to get answers is at the official MVP site:
http://mvp.org
Stuart T. Bingham (MVP)
Nov 12 '05 #4
I think that would be http://mvps.org (http://www.mvps.org also works). The site you gave
opens up an endless stream of pages, and wants to install a control that is not trusted.
Arrrrrrrgghhhhh .

_______________ _______________ _______________
"Stuart T. Bingham" <bi*******@yaho o.fr> wrote in message
news:c4******** *************** *******@news.te ranews.com...

"Tom" <th*******@bell south.net> wrote in message
news:4z******** **********@news read2.news.atl. earthlink.net.. .
Is there a way to not display "Autonumber " in the primary key testbox when the PK is an autonumber in a new record?

Tom


Best place to get answers is at the official MVP site:
http://mvp.org
Stuart T. Bingham (MVP)

Nov 12 '05 #5
CDB
Ah, Tom, you have been bitten by this group's bete noir, Don. Can any good
thing come from Teranews? Why they cannot even spell their own name
correctly!

Clive

"Tom Wickerath" <AO************ ***********@com cast.net> wrote in message
news:Iq******** ************@co mcast.com...
I think that would be http://mvps.org (http://www.mvps.org also works). The site you gave opens up an endless stream of pages, and wants to install a control that is not trusted. Arrrrrrrgghhhhh .

_______________ _______________ _______________
"Stuart T. Bingham" <bi*******@yaho o.fr> wrote in message
news:c4******** *************** *******@news.te ranews.com...

"Tom" <th*******@bell south.net> wrote in message
news:4z******** **********@news read2.news.atl. earthlink.net.. .
Is there a way to not display "Autonumber " in the primary key testbox
when the
PK is an autonumber in a new record?

Tom


Best place to get answers is at the official MVP site:
http://mvp.org
Stuart T. Bingham (MVP)

Nov 12 '05 #6
You're right....I was fooled because the username looked somewhat legit (binghamhq). I've
noticed that our resident troll usually uses e-mail addresses with usernames that are
pretty obviously Don, such as: access_morons, ohgumkfarjxv, etc. You got me Don.
(Actually, I noticed the incorrect URL, but I decided to try it out first before reporting
it, just in case it worked too). It looks like the folks that run that web site are
capitalizing on people entering an incorrect URL for a fairly popular site.

_______________ _______________ __________

"CDB" <al***@delete.w ave.co.nz> wrote in message news:bo******** **@news.wave.co .nz...

Ah, Tom, you have been bitten by this group's bete noir, Don. Can any good
thing come from Teranews? Why they cannot even spell their own name
correctly!

Clive

"Tom Wickerath" <AO************ ***********@com cast.net> wrote in message
news:Iq******** ************@co mcast.com...
I think that would be http://mvps.org (http://www.mvps.org also works). The site you gave opens up an endless stream of pages, and wants to install a control that is not trusted. Arrrrrrrgghhhhh .

_______________ _______________ _______________
"Stuart T. Bingham" <bi*******@yaho o.fr> wrote in message
news:c4******** *************** *******@news.te ranews.com...

"Tom" <th*******@bell south.net> wrote in message
news:4z******** **********@news read2.news.atl. earthlink.net.. .
Is there a way to not display "Autonumber " in the primary key testbox
when the
PK is an autonumber in a new record?

Tom


Best place to get answers is at the official MVP site:
http://mvp.org
Stuart T. Bingham (MVP)


Nov 12 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

16
20463
by: John Baker | last post by:
Hi: I know this is a strange question, but I have inherited a system where files are copied and records re auto numbered (as an index field) )frequently, and I am wondering how high the number can go without the system crashing. An ancillary question is how one resets an auto number so that the sequence starts again at 1. In the case...
4
5155
by: yf | last post by:
A KB article "http://support.microsoft.com/default.aspx?scid=kb;en-us;209599" tells that the maximum number of records that a table may hold if the PRIMARY key data type is set to AUTONUMBER is 4,294,967,295. Suppose the PRIMARY key data type is set to "RANDOM" AutoNumber. Suppose an application (a) successfully INSERTS "X" records, then...
8
3117
by: ShyGuy | last post by:
Is it possible to use code to enter some text into a combo box and then have the cursor placed at the end of the text for more imput?
15
2946
by: sara | last post by:
Hi I'm pretty new to Access here (using Access 2000), and appreciate the help and instruction. I gave myself 2.5 hours to research online and help and try to get this one, and I am not getting it. Simple database: I want to have a user enter Supply Orders (just for tracking purposes) by Item. The user may also enter a new item - "new"...
2
1501
by: plawrow | last post by:
Hi, I am trying to assign "autonumber" for each line related to given record. TRANSACTION# DATE AMOUNT 3 01/01/05 100 3 01/01/05 150 3 01/01/05 50 4 02/05/05 1000
9
19461
by: Bob Alston | last post by:
I have a drop down combo box that gives the user to enter an item not in the list by adding it to the list. The list is a table. It works fine on Access2003 but fails on Access2002/XP. ON XP, it seems to work, shows the message that the entry has been added, then I get an Access error saying the item is not in the list. Here is my code: ...
9
11214
by: Tom_F | last post by:
To comp.databases.ms-access -- I just discovered, to my more than mild dismay, that some tables in my Microsoft Access 2003 database have duplicate numbers in the "AutoNumber" field. (Field Size is set to "Long Integer", and New Values is set to "Increment".) I know that an old version of the Jet database engine can cause this problem,...
0
7612
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7924
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7968
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6283
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
3653
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3640
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2113
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1212
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
937
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.