473,401 Members | 2,125 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,401 software developers and data experts.

Table field increments - don't want it to.

I never noticed this myself. Had a user bring this up when then were
updating a field that is a NUMBER, LONG INTEGER field.

In successive rows, they entered into.

3 (typed in row 1)
4 (typed in row 2)
5 (showed up when arrowed down to next row...........but should of been left
blank)

How do we turn this off?

THANKS
Nov 12 '05 #1
12 1654
Jim Fox wrote:
I never noticed this myself. Had a user bring this up when then were
updating a field that is a NUMBER, LONG INTEGER field.

In successive rows, they entered into.

3 (typed in row 1)
4 (typed in row 2)
5 (showed up when arrowed down to next row...........but should of been left
blank)

How do we turn this off?

THANKS


It's odd that it did it in row3 but not in row2.

Do you have an OnCurrent or OnInsert event that increments the next number?

Do you have a DefaultValue for the field?

Was the field blank for both row1 and row2?

Is the number an autonumber field?

Nov 12 '05 #2
I went directly into the table and tried this and it does it there too. So
there is no ONCURRENT, etc in there.

The default value for the field is 0 and those fields were all blank when
the data was entered.

Field is a NUMBER, LONG INTEGER.
"Salad" <oi*@vinegar.com> wrote in message
news:3F***************@vinegar.com...
Jim Fox wrote:
I never noticed this myself. Had a user bring this up when then were
updating a field that is a NUMBER, LONG INTEGER field.

In successive rows, they entered into.

3 (typed in row 1)
4 (typed in row 2)
5 (showed up when arrowed down to next row...........but should of been left blank)

How do we turn this off?

THANKS
It's odd that it did it in row3 but not in row2.

Do you have an OnCurrent or OnInsert event that increments the next

number?
Do you have a DefaultValue for the field?

Was the field blank for both row1 and row2?

Is the number an autonumber field?

Nov 12 '05 #3
"Jim Fox" <ji****@chartermi.net> wrote in message
news:vv************@corp.supernews.com...
I went directly into the table and tried this and it does it there too. So there is no ONCURRENT, etc in there.

The default value for the field is 0 and those fields were all blank when
the data was entered.

Field is a NUMBER, LONG INTEGER.


This is another MS mis-feature and there is no way to turn it off. One
really shouldn't do data entry directly into the table anyway. If you use
a form the issue goes away.
--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Nov 12 '05 #4
I just posted a rant about this, myself. Microsoft thinks software should
think for us now, so if you ver type 2 numbers in sequence, either vertically
or horizontally, Access thinks is hould help you out by entering the next
value for you as well. There does not seem to be any way to turn this feature
off.

The good news is it looks as if forms are not affected (unless in datasheet
view), so doing data entry through a form seems to be a good solution.

On Tue, 6 Jan 2004 11:22:28 -0500, "Jim Fox" <ji****@chartermi.net> wrote:
I never noticed this myself. Had a user bring this up when then were
updating a field that is a NUMBER, LONG INTEGER field.

In successive rows, they entered into.

3 (typed in row 1)
4 (typed in row 2)
5 (showed up when arrowed down to next row...........but should of been left
blank)

How do we turn this off?

THANKS


Nov 12 '05 #5
DFS

"Jim Fox" <ji****@chartermi.net> wrote in message
news:vv***********@corp.supernews.com...
I never noticed this myself. Had a user bring this up when then were
updating a field that is a NUMBER, LONG INTEGER field.

In successive rows, they entered into.

3 (typed in row 1)
4 (typed in row 2)
5 (showed up when arrowed down to next row...........but should of been left blank)

How do we turn this off?

THANKS

Nov 12 '05 #6
DFS
You can sort of turn it off by moving back up to the previous row, and it
will quit filling in for you on that column.
"Jim Fox" <ji****@chartermi.net> wrote in message
news:vv***********@corp.supernews.com...
I never noticed this myself. Had a user bring this up when then were
updating a field that is a NUMBER, LONG INTEGER field.

In successive rows, they entered into.

3 (typed in row 1)
4 (typed in row 2)
5 (showed up when arrowed down to next row...........but should of been left blank)

How do we turn this off?

THANKS

Nov 12 '05 #7
no****@nospam.nospam (Steve Jorgensen) wrote in
<f8********************************@4ax.com>:
The good news is it looks as if forms are not affected (unless in
datasheet view), so doing data entry through a form seems to be a
good solution.


But won't a form in datasheet view exhibit the behavior? Or perhaps
the form datasheet allows a method to turn it off that the raw
datasheet does not? Perhaps an AutoCorrect setting?

Yes, indeed -- in a datasheet form, you can prohibit this by
turning off AutoCorrect.

I still simply do not understand how the Access team could have
allowed AutoCorrect to be turned on by default for all
fields/controls. It's a *database* application, one where you use
particular controls to *validate* data entry. AutoCorrect is
antithetical to that. At the very least, combo boxes should have
had it turned off by default.

I simply don't understand Microsoft sometimes. Twice in the last
two days I've reconfigured someone's A2K installation to turn off
the adaptive menues, which are so stupid precisely because they
completely subvert the entire purpose of a menu in the first place!

But that's an off-topic rant. . .

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
Nov 12 '05 #8
On Tue, 06 Jan 2004 21:55:44 GMT, dX********@bway.net.invalid (David W.
Fenton) wrote:
no****@nospam.nospam (Steve Jorgensen) wrote in
<f8********************************@4ax.com>:
The good news is it looks as if forms are not affected (unless in
datasheet view), so doing data entry through a form seems to be a
good solution.
But won't a form in datasheet view exhibit the behavior? Or perhaps
the form datasheet allows a method to turn it off that the raw
datasheet does not? Perhaps an AutoCorrect setting?

Yes, indeed -- in a datasheet form, you can prohibit this by
turning off AutoCorrect.


Cool! Good to know. I was assuming that there was no way out of the problem
in any kind of datasheet view.
I still simply do not understand how the Access team could have
allowed AutoCorrect to be turned on by default for all
fields/controls. It's a *database* application, one where you use
particular controls to *validate* data entry. AutoCorrect is
antithetical to that. At the very least, combo boxes should have
had it turned off by default.
I usually use template form to fix that, but I have to make sure to set that
up right away in each new database project I work on .
I simply don't understand Microsoft sometimes. Twice in the last
two days I've reconfigured someone's A2K installation to turn off
the adaptive menues, which are so stupid precisely because they
completely subvert the entire purpose of a menu in the first place!

But that's an off-topic rant. . .


A rant I think many of us share, though.

Funny enough, I think the auto-fill problem is due to Microsoft implementing
an idea from Alan Cooper badly, and the adaptive menu thing could only happen
by ignoring Alan Cooper's good advice.
Nov 12 '05 #9
no****@nospam.nospam (Steve Jorgensen) wrote in
<se********************************@4ax.com>:
On Tue, 06 Jan 2004 21:55:44 GMT, dX********@bway.net.invalid
(David W. Fenton) wrote:
no****@nospam.nospam (Steve Jorgensen) wrote in
<f8********************************@4ax.com>:
The good news is it looks as if forms are not affected (unless
in datasheet view), so doing data entry through a form seems to
be a good solution.


But won't a form in datasheet view exhibit the behavior? Or
perhaps the form datasheet allows a method to turn it off that
the raw datasheet does not? Perhaps an AutoCorrect setting?

Yes, indeed -- in a datasheet form, you can prohibit this by
turning off AutoCorrect.


Cool! Good to know. I was assuming that there was no way out of
the problem in any kind of datasheet view.


MichKa has referred to the wonders of datasheets many times. For
instance, you can open a query in query view and apply event
properties to fields in it. That's something the Access UI does not
expose to you, but that you actually can use in code. Perhaps you
can do the same with a plain datasheet?
I still simply do not understand how the Access team could have
allowed AutoCorrect to be turned on by default for all
fields/controls. It's a *database* application, one where you use
particular controls to *validate* data entry. AutoCorrect is
antithetical to that. At the very least, combo boxes should have
had it turned off by default.


I usually use template form to fix that, but I have to make sure
to set that up right away in each new database project I work on .


I just run code at some point in the development process that sets
it off for everything.
I simply don't understand Microsoft sometimes. Twice in the last
two days I've reconfigured someone's A2K installation to turn off
the adaptive menues, which are so stupid precisely because they
completely subvert the entire purpose of a menu in the first
place!

But that's an off-topic rant. . .


A rant I think many of us share, though.

Funny enough, I think the auto-fill problem is due to Microsoft
implementing an idea from Alan Cooper badly, and the adaptive menu
thing could only happen by ignoring Alan Cooper's good advice.


I still think it comes from spreadsheet thinking, and what Access
needs is interfaces that encourage *less* of that, rather than
more.

The adaptive menu thing makes zero sense to me at all. How could
anyone who's ever used menus ever think that it's helpful fo them
to never be the same twice? How could anyone who's ever used any
program with adaptive menus for, oh, say, 10 seconds, still think
it's a good idea? MS has fixed the single-document-interface fiasco
in recent releases of Office, I understand -- that's one where they
figured out that it was dumb. But they still don't seem to have
figured out that adaptive menus make applications *much* harder to
use, for everyone, novice or expert.

Thank goodness they made *that* one easy to turn off!

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
Nov 12 '05 #10
On Tue, 06 Jan 2004 23:42:59 GMT, dX********@bway.net.invalid (David W.
Fenton) wrote:

....
I still think it comes from spreadsheet thinking, and what Access
needs is interfaces that encourage *less* of that, rather than
more.
Agreed.
The adaptive menu thing makes zero sense to me at all. How could
anyone who's ever used menus ever think that it's helpful fo them
to never be the same twice? How could anyone who's ever used any
program with adaptive menus for, oh, say, 10 seconds, still think
it's a good idea? MS has fixed the single-document-interface fiasco
in recent releases of Office, I understand -- that's one where they
figured out that it was dumb. But they still don't seem to have
figured out that adaptive menus make applications *much* harder to
use, for everyone, novice or expert.

Thank goodness they made *that* one easy to turn off!


It depends what you mean by "easy". As far as I'm concerned, given that it
had any reason to exists at all...

Each app should at least pay follow the Start Menu setting by default, so you
can turn the damn thing off once for the user instead of once for the Start
Menu, and then once again for each application. It also would be nice if they
called this "feature" by the same name in each place so it's easier to find it
to turn it off.
Nov 12 '05 #11
no****@nospam.nospam (Steve Jorgensen) wrote in
<op********************************@4ax.com>:
On Tue, 06 Jan 2004 23:42:59 GMT, dX********@bway.net.invalid
(David W. Fenton) wrote:

The adaptive menu thing makes zero sense to me at all. How could
anyone who's ever used menus ever think that it's helpful fo them
to never be the same twice? How could anyone who's ever used any
program with adaptive menus for, oh, say, 10 seconds, still think
it's a good idea? MS has fixed the single-document-interface
fiasco in recent releases of Office, I understand -- that's one
where they figured out that it was dumb. But they still don't
seem to have figured out that adaptive menus make applications
*much* harder to use, for everyone, novice or expert.

Thank goodness they made *that* one easy to turn off!


It depends what you mean by "easy". As far as I'm concerned,
given that it had any reason to exists at all...

Each app should at least pay follow the Start Menu setting by
default, so you can turn the damn thing off once for the user
instead of once for the Start Menu, and then once again for each
application. It also would be nice if they called this "feature"
by the same name in each place so it's easier to find it to turn
it off.


Agreed on all of that!

Better yet if they'd simply behaved as though they had half the
brains god promised a ham sandwich and simply not have implemented
it at all!

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
Nov 12 '05 #12
On Tue, 06 Jan 2004 23:52:24 GMT, Steve Jorgensen <no****@nospam.nospam>
wrote:
On Tue, 06 Jan 2004 23:42:59 GMT, dX********@bway.net.invalid (David W.
Fenton) wrote:

...
I still think it comes from spreadsheet thinking, and what Access
needs is interfaces that encourage *less* of that, rather than
more.


Agreed.
The adaptive menu thing makes zero sense to me at all. How could
anyone who's ever used menus ever think that it's helpful fo them
to never be the same twice? How could anyone who's ever used any
program with adaptive menus for, oh, say, 10 seconds, still think
it's a good idea? MS has fixed the single-document-interface fiasco
in recent releases of Office, I understand -- that's one where they
figured out that it was dumb. But they still don't seem to have
figured out that adaptive menus make applications *much* harder to
use, for everyone, novice or expert.

Thank goodness they made *that* one easy to turn off!


It depends what you mean by "easy". As far as I'm concerned, given that it
had any reason to exists at all...

Each app should at least pay follow the Start Menu setting by default, so you
can turn the damn thing off once for the user instead of once for the Start
Menu, and then once again for each application. It also would be nice if they
called this "feature" by the same name in each place so it's easier to find it
to turn it off.


Ack - 1/2 editing got the better of me again. I'd better get a news client
with spelling/grammar checking.
Nov 12 '05 #13

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

Similar topics

7
by: Rick Caborn | last post by:
Does anyone know of a way to execute sql code from a dynamically built text field? Before beginning, let me state that I know this db architecture is built solely for frustration and I hope to...
4
by: Gordon Burditt | last post by:
What's the easiest way to copy a row from one table to another (with the same schema), without knowing in advance the number and types of the columns? The problem: I have several sets of tables...
7
by: Wolfgang Kreuzer | last post by:
Hello all, I have two tables - Projects and ProjectStruct Table Projects contains master records of the projects, ProjectStruct allows to define a project herarchie and contains the fields...
0
by: bbrazeau | last post by:
Greetings, I am developing a database that tracks our products life cycle. It has a table with a memo field for describing revisions to the product. I have a form (form1) for entering revision...
2
by: Alicia | last post by:
Does anyone know why I am getting a "Syntax error in Create Table statement". I am using Microsoft Access SQL View to enter it. Any other problems I may run into? CREATE TABLE weeks (...
8
by: ISmith | last post by:
Hi, I am trying to increment a field on a form after a record has been stored. It is a standard fumeric field which may contain some blocks of consecutive values in the table but is not meant to...
18
by: TORQUE | last post by:
Hi, Im wondering if anyone can help me with a problem. I have a form with more than 50 unbound fields. Some of the fields will be blank from time to time. This seems to be where im having...
4
by: jbrumbau | last post by:
Hello, I have been successfully using a database I've created for several months to populate an equipment list for a project we've been working on. However, the form has recently stopped working...
2
by: paulyXvpf | last post by:
Hi All, FACTS: > I've created a VB.NET 2005 form, with a SQL Server 2000 backend > The form has about 30 fields that populate 30 columns in the SQL database > The form has mostly text feilds,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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...
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,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
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...
0
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,...

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.