473,671 Members | 2,340 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Removing Dropdown Arrow From Locked Field

I have a locked field on a tabular form that maps to a lookup table.
However, since the field is view only, I'd like to remove the lookup
dropdown arrow.

Any ideas.

Thanks,

SteveM

Jul 27 '06 #1
3 4200
There are fudges that place a graphic over part of the combo, or a text box
on top of it bound to:
=[Combo1].Column(1)
or whatever.

But a simpler solution might be to create a query that contains both your
main table and also the lookup table, and use the query as the Record Source
of the form. You can then include the value from the lookup table, so you
can use a text box instead of the combo.

(One potential hazard here is if any of the lookup table's fields have a
Default Value assigned, you may need to clear that so you don't run into
problems adding new records to the form.)

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"SteveM" <sb****@vzavenu e.netwrote in message
news:11******** **************@ 75g2000cwc.goog legroups.com...
>I have a locked field on a tabular form that maps to a lookup table.
However, since the field is view only, I'd like to remove the lookup
dropdown arrow.

Jul 27 '06 #2
Allen,

Thanks Much,

SteveM

P.S. Perth Austrailia - the internet is a wonderful thing.

Allen Browne wrote:
There are fudges that place a graphic over part of the combo, or a text box
on top of it bound to:
=[Combo1].Column(1)
or whatever.

But a simpler solution might be to create a query that contains both your
main table and also the lookup table, and use the query as the Record Source
of the form. You can then include the value from the lookup table, so you
can use a text box instead of the combo.

(One potential hazard here is if any of the lookup table's fields have a
Default Value assigned, you may need to clear that so you don't run into
problems adding new records to the form.)

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"SteveM" <sb****@vzavenu e.netwrote in message
news:11******** **************@ 75g2000cwc.goog legroups.com...
I have a locked field on a tabular form that maps to a lookup table.
However, since the field is view only, I'd like to remove the lookup
dropdown arrow.
Jul 27 '06 #3
Can't you just change the field to a text box? Format ->Change To ->
Text Box

"SteveM" <sb****@vzavenu e.netwrote in message
news:11******** **************@ 75g2000cwc.goog legroups.com...
>I have a locked field on a tabular form that maps to a lookup table.
However, since the field is view only, I'd like to remove the lookup
dropdown arrow.
Jul 27 '06 #4

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

Similar topics

3
10752
by: Robert Mark Bram | last post by:
Hi All! Has anyone seen an example of the following javascript powered control: - a dropdown select menu - the width of the control is set. Assume by "control" I mean the visible part of the drop down before a mouse click occurs. - the width of the list when selected is dynamic - the width of the list can grow beyond the width of the control without changing the width of the control.
1
2719
by: t.kiesche | last post by:
Hello I want to make a textfield (INPUT type=text) or something that looklike this, to drop down a list with word. Just like: A user writes the letter 'a' and in the dropdown list come a list of word starting with 'a'.
5
10287
by: Gil | last post by:
Is there a way to tell if a combbox is in dropdown mode. I tried and if statement combobox.dropdown = true but i get an error. dropwndown function doesnt store if its true or false what i am trying to do is make an autoscroll combobox. like you have on html textbox's, but this time you hit enter for a change to be made. i do this because i dont want to requery every time a single letter is inputed. it would be too slow. so i make them hit...
1
1428
by: (PeteCresswell) | last post by:
Got a text control that where .Locked = True. I have the text blue and underlined to simulate a clickable link on a web page. If the user clicks on that field, I open up a window that shows the detail behind that text. Only problem is that then the user moves the mouse pointer over the field, the mouse pointer turns into an insertion point.
7
5880
by: Peter | last post by:
Does anyone know of a good dropdown WebForm control that works like the Windows Forms dropdown control with type ahead feature, Where user can type in a value and it automatically displays the like values in the listbox, or user can click on the down arrow to bring a list of all items? I have found controls but they either do no let you type in the box or there is no down-arrow to click to display all of the items in the listbox, just...
4
4723
by: fat | last post by:
I have a drop down combo box that displays a list of customers , and the list is growing.. I would like to click the dropdown arrow and have a List box in a new form open, then i can choose a customer and pass it back to the combo box. can anyone help me thanks in advance d
0
2209
by: Sky | last post by:
I have an Access 2003 front-end database with custom toolbars. The toolbars work fine. One annoying feature is that at the far right edge of each custom toolbar there a small dropdown arrow. When you hover over it with the mouse, a ControlTip Text of "Toolbar Options" is displayed. If you then click on the dropdrown arrow, it displays a popup menu of "Add or Remove Buttons", with a fly-out menu with the toolbar name at the top and...
3
1192
by: angelinahmaleka | last post by:
Hi, I have just joined the forum and I need help with Javascrip dropdown menus. I have written a function which should change the background image of a button when it is clicked: function change(el) { if (el.style.background='url(arrow-up-title2.jpg)'){ el.style.background='url(arrow-down-title2.jpg)' } if (el.style.background='url(arrow-down-title2.jpg)'){
0
1420
by: progman417 | last post by:
I have a gridview with a dropdown list in an EditItemTemplate. I haven't set a width for the columns, so that they dynamically size according to the data displayed. When it goes into edit mode I want to make the dropdown lists a bit wider to allow for the width of the arrow, and widen the column accordingly. If I set the width of the dropdown list to a fixed unit such as 300px; then it widens the column accordingly. But if I...
0
8390
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
8911
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
8819
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...
0
8667
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 choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7428
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 launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6222
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4402
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2808
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
2048
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.