473,395 Members | 1,495 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,395 software developers and data experts.

Form woes

Good morning folks.

Here at work, we have an access db used in HR. They have a form where
they add in new employees. In the 'badge number' (employee #) text box
they have always entered 4 digit badges, now we are up to 5 and even 6
digits, this is where the problem comes in.

This box seems to want to accept _only_ 4 digits, and i get an error
when i try to click into another text box if there ar 5-6 characters
in it.

"The value you entered isn't valid for this field" "(for example, you
may have entered text in a numeric field that is larger than the field
size setting permits)"

I did not create this db, and have never worked on it before, it's
just something that i got assigned to me.

Any suggestions as to where i should look for the setting to allow me
to enter 5-6 characters would be very appreciated, these post-it notes
my boss keeps putting on my monitor about it are piling up! Thanks
folks.
Nov 12 '05 #1
1 1850
On 5 Nov 2003 05:51:11 -0800, n4****@hushmail.com (nathan) wrote:

Check the underlying table. I think it is likely the badge number
field either is a Number, subtype=Integer (which restricts to 32767),
or it is Text, length=4.
Change to either Long Integer or Text(6) and you should be back in
business.

If not, then there is some extra validation for this field in the code
behind it. Inspect the <Field>_BeforeUpdate code and the
<Form>_BeforeUpdate code.

-Tom.
Good morning folks.

Here at work, we have an access db used in HR. They have a form where
they add in new employees. In the 'badge number' (employee #) text box
they have always entered 4 digit badges, now we are up to 5 and even 6
digits, this is where the problem comes in.

This box seems to want to accept _only_ 4 digits, and i get an error
when i try to click into another text box if there ar 5-6 characters
in it.

"The value you entered isn't valid for this field" "(for example, you
may have entered text in a numeric field that is larger than the field
size setting permits)"

I did not create this db, and have never worked on it before, it's
just something that i got assigned to me.

Any suggestions as to where i should look for the setting to allow me
to enter 5-6 characters would be very appreciated, these post-it notes
my boss keeps putting on my monitor about it are piling up! Thanks
folks.


Nov 12 '05 #2

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

Similar topics

2
by: Martin the Mac Addict | last post by:
Good evening to the skilled Ladies and Gentlemen of the PHP world. I am fairly new to all of this but learning quickly. I have run in to a need to remove blank lines from a form submission after...
0
by: descds | last post by:
OK im prety much a newbie at PHP but it has me hooked. Im writing a comment system for one of our modules on phpnuke. Its all going very well, well should i say WAS going very well :) Ok all...
7
by: Mark | last post by:
O, woe is me, to have seen what I have seen, see what I see! (That's Shakespeare for those who were wondering what I'm on about) I am "having fun" with cookies. And I wonder if I have...
0
by: Cedric | last post by:
This is a 3 weeks old problem, but having found a solution (and having looked for one here, finding only this message), I'm replying now. From: Jive (someone@microsoft.com) Subject: Upgrade...
3
by: Angel Cat | last post by:
Trying to get my jobs to send mail when job fails. Should be easy but it's giving me headache Had a whole slew of issues. Outlook is installed with a n outlook mail profile set up that can...
1
by: R0bert Neville | last post by:
I created a simple template with common tags, which serves as a quick reference guide for my web development efforts. The web page renders great in Firefox, yet becomes a mess in IE. The HTML and...
5
by: RSH | last post by:
My form woes continue...I have a Parent form that hides itself when one if it's child forms are spawned. My problem is that I need the child form to unhide the parent form when it is being closed....
7
by: Leon | last post by:
Hi Chaps, I have been looking around the internet and I really can't see what I'm doing wrong here ! This code works in firefox, but not internet explorer. Any suggestions please? Internet...
3
by: ClanKeithROoF | last post by:
I'm working on a calendar that works well in all points except one. I found the code online and modified it to fit my needs. One of my mods isn't working. I'm trying to make it display the chosen...
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
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...

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.