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

Drop down list not displaying

I have a database shared across a network. On all terminals except
one, the database performs perfectly. The one oddball machine won't
display drop down lists. The list opens but is empty. I am unable to
"filter" by any field that has a drop down. I first verified that
this machine was linking to the actual database. I then opened the
database from it's origin with the same issue occurring. I have
deleted and recreated the drop down, rebooted, run microsoft updates,
uninstalled and reinstalled office suite. I don't know what else to
try. Has anyone else ever had this problem?

Sep 27 '07 #1
2 5043
Rosy wrote:
I have a database shared across a network. On all terminals except
one, the database performs perfectly. The one oddball machine won't
display drop down lists. The list opens but is empty. I am unable to
"filter" by any field that has a drop down. I first verified that
this machine was linking to the actual database. I then opened the
database from it's origin with the same issue occurring. I have
deleted and recreated the drop down, rebooted, run microsoft updates,
uninstalled and reinstalled office suite. I don't know what else to
try. Has anyone else ever had this problem?
I haven't. Does the user use a copy of Access? If so, why not open the
front end...or create a new database. Then go to Forms/New/Design and
create a dropdown, save and run. You should be able to get the
ListCount value...in the GotFocus event enter something like
msgbox Me.ComboboxName.ListCount
The listcount may have 1 added to it if you have column headings on.

It's quite possible something is goofy. You could enter stuff like
msgbox Me.ComboboxName.RowSource
to see what the current rowsource is.

It's possible there really aren't any rows and columns to display.
Sep 27 '07 #2
By chance, did that PC get upgraded to SP3 for Office 2003? There is a bug
that sounds similar to what you're seeing....

--

Ken Snell
<MS ACCESS MVP>
"Rosy" <kr****@portlite.comwrote in message
news:11*********************@r29g2000hsg.googlegro ups.com...
>I have a database shared across a network. On all terminals except
one, the database performs perfectly. The one oddball machine won't
display drop down lists. The list opens but is empty. I am unable to
"filter" by any field that has a drop down. I first verified that
this machine was linking to the actual database. I then opened the
database from it's origin with the same issue occurring. I have
deleted and recreated the drop down, rebooted, run microsoft updates,
uninstalled and reinstalled office suite. I don't know what else to
try. Has anyone else ever had this problem?

Sep 27 '07 #3

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

Similar topics

1
by: Laphan | last post by:
Hi All Sorry for the confusing subject, but I'm hoping that you will be able to help. In very basic terms I want to emulate a <SELECT> HTML box in VB. All I want to do is display a title...
1
by: Seelan | last post by:
Hello folks, I have a database table with CategoryID, Name and Description. I made 2 DropDown Lists one for Displaying Name and the other for Description. I want to add a web control, lets say a...
2
by: Eric Dan | last post by:
Hi, Even tough I was able to implement what I want in a weird and non efficient way, I would like to get an opinion what is the right way to achieve my task: Scenario: • Display a DataGrid...
2
by: Yoshitha | last post by:
hi I have 2 drop down lists in my application.1st list ontains itmes like java,jsp,swings,vb.net etc.2nd list contains percentage i.e it conatains the items like 50,60,70,80,90,100. i will...
5
by: Vigneshwar Pilli via DotNetMonster.com | last post by:
string connectionString1 = "server=(local); user=sa;password=sa; database=sonic"; System.Data.SqlClient.SqlConnection dbConnection1 = new System.Data.SqlClient.SqlConnection(connectionString1);...
2
Chittaranjan
by: Chittaranjan | last post by:
Hi All, I have a problem and hope I can get the better solution from here. I have a form written in HTML and I need to write that in perl so the main problem I am facing is that I need to...
4
by: TycoonUK | last post by:
Hi, As I do not have IE7 on my computer, I was wondering if there is a fault in my CSS Menu when using IE7. Please can someone look at my site - http://www.worldofmonopoly.co.uk and tell me...
1
by: Valli | last post by:
Hi, I need to populate a dropdownlist control with values. Number of items for that list exceeds 100. I am using Html select list option. When I drop down the list control, it shows the item...
15
by: ajos | last post by:
Hello all, Im making a dependent drop down for my application for filtering purpose. I have populated the drop down from the database and retrieved in the html. <tr> <td valign="top"...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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?
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
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
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
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...

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.