473,772 Members | 3,786 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Combo box LimitToList property setting of No - I still get MS Access error...

MLH
Combo box LimitToList property setting of No does not
prevent the MS Access error "The text you enter must
match an entry in the list" from popping up. What makes
this bad is that the error is not a capturable error.

My list has 2 fields: [Reason] and [ReasonCode]. The
2nd column is the bound column.

Here's the RowSource property setting:
Select [Reason],[ReasonCode] From [tblReasons];

I want the user to select a reason from the list, of course.
But I DON'T want the user to see a MS Access error
pop up in an app I rollout in a runtime environment built
using Access 2.0 and the ADT (Access Developer's
Toolkit). Any way to avoid this?
Nov 12 '05 #1
2 2169
"MLH" <CR**@NorthStat e.net> wrote in message
news:1g******** *************** *********@4ax.c om...
Combo box LimitToList property setting of No does not
prevent the MS Access error "The text you enter must
match an entry in the list" from popping up. What makes
this bad is that the error is not a capturable error.

My list has 2 fields: [Reason] and [ReasonCode]. The
2nd column is the bound column.
A ComboBox that displays one column while being bound to another is
automatically "LimitToLis t = True". If you attempt to change it you should get
an error telling you that the setting is not allowed.

Here's the RowSource property setting:
Select [Reason],[ReasonCode] From [tblReasons];

I want the user to select a reason from the list, of course.
But I DON'T want the user to see a MS Access error
pop up in an app I rollout in a runtime environment built
using Access 2.0 and the ADT (Access Developer's
Toolkit). Any way to avoid this?


Some of the built-in messages are a bit cryptic, but this one is perfectly
clear. Why do you want to replace it? If you just want to eliminate the
"Microsoft Access" in the error's title bar just give your app its own
application title and then that is what the error box will display instead.
--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Nov 12 '05 #2
MLH
Good suggestions, Rick. I'll have a go with them. My
workaround was a 1-liner on the KeyUp event...

Sub MyComboBox_KeyU p (KeyCode As Integer, Shift As Integer)
Me!MyComboBox = Null
End Sub

And I really didn't like it much at all. Thx.
xxxxxxxxxxxxxxx xxxxxxxxxxxxxxx xxxxxxxxxxxxxxx xxxxxxxxxxxxxxx x

Combo box LimitToList property setting of No does not
prevent the MS Access error "The text you enter must
match an entry in the list" from popping up. What makes
this bad is that the error is not a capturable error.

My list has 2 fields: [Reason] and [ReasonCode]. The
2nd column is the bound column.


A ComboBox that displays one column while being bound to another is
automaticall y "LimitToLis t = True". If you attempt to change it you should get
an error telling you that the setting is not allowed.

Here's the RowSource property setting:
Select [Reason],[ReasonCode] From [tblReasons];

I want the user to select a reason from the list, of course.
But I DON'T want the user to see a MS Access error
pop up in an app I rollout in a runtime environment built
using Access 2.0 and the ADT (Access Developer's
Toolkit). Any way to avoid this?


Some of the built-in messages are a bit cryptic, but this one is perfectly
clear. Why do you want to replace it? If you just want to eliminate the
"Microsoft Access" in the error's title bar just give your app its own
application title and then that is what the error box will display instead.


Nov 12 '05 #3

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

Similar topics

4
4562
by: William Bradley | last post by:
I have tried to create a combo box that will allow me to enter a company name at the keyboard and have it saved alphebetically into the combo box's list. Using the wizard, I have tried the selection which allows me to enter data rather than using a table or a query. This gets the text entered alright but it does not save it to the list. Any help appreciated. Bill.
5
298
by: William Bradley | last post by:
I have a need to construct a combo box that will fill in two fields, on a form,from a single table. The table: "IndexNo", "Product","Supplier","Address" etc. What I would like to do is be able to search on the "Product" field and when the correct product is found, it fills in the appropriate cell on the form and at the same time, brings up the "IndexNo" in another box. Is this
2
3140
by: Danny | last post by:
I have a combo box look up and list items in a table, it is not bound. It works fine but how can I prevent the users from entering in there own data? i have an 'on change' event that when it changes, it does something else to a field based on their selection. I also have the LimitTOList on, but when they click in there, they get an error first that says the 2110-focus cannot move the focus to this control. (I have the .setfocus
1
1363
by: John Baker | last post by:
Suppose I am exploring an unknown form programatically through VBA, and I have run across a control I have determined is a combo box. Is there a way to tell if the combo choices are restricted to list, and can I tell what those choices are?
11
1344
by: Dave | last post by:
Hi, I have a combo box (Named: Ethnicity) and a field (Named: OtherEthnicity). From the combo drop down list when Other is selected, I want the field next to it to be enabled when the selection is made. I had a ago constructing some amateurish coding, but it does not work. Private Sub Ethnicity_AfterUpdate() If Other Then
11
2805
by: my-wings | last post by:
I think I've painted myself into a corner, and I'm hoping someone can help me out. I have a table of books (tblBooks), which includes a field (strPubName) for Publisher Name and another field (strPubCity) for Publisher City. These two fields have a many-to-one relationship with tables, (tlkpPubName and tlkpPubCity) respectively. The lookup tables only have one field (strPubName and strPubCity), which is their primary key. I also have...
4
2729
by: Tim Marshall | last post by:
Does anyone have recommendations for the maximum number of records a combo box should return? I'm not talking about limits in Access itself, but rather for UI purposes, ie, what the average user can most easily deal with before being overwhelmed by choices (processing time is also a consideration, but not as important as the UI issue). In forms with large number of combo boxes, I leave row sources empty until the on got focus event...
1
1678
by: Kevin | last post by:
I need some help figuring this one out. I'm sure I did something like it awhile back but I can seemed to find that database or remember how I did this. Any way, the database tables are currently as follows...
4
2791
by: Gord | last post by:
When clicking an item from a drop down list on a combo box, how does one make another combo box make a selection from it's own list? No matter what event I use for my code in the first combo box, seems to always generate an error when I try and refer to the other combo box. I'm aware of the necessity of setting the focus on the second box before referring to it, unless one is using the default value. I'm too tired to type out...
0
9620
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9454
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 synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10261
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. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10104
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10038
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
5482
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4007
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
2
3609
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2850
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 effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.