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

cascading combo-boxes and data structure

I'm currently putting together a database for my work (not an expert by
any stretch, so muddling through as best as I can... you know the
story...) and I could use some advice and hand-holding

I've got a subform with a series of cascading combo boxes (thanks to
the Access tutorials on fontstuff.com) that let the user assign
categories to items, in this case photos. This is being done to help
constrain user selections and keep the categories being used as
heirarchical as possible. The VBA code has been written and seems to be
working perfectly for the cascading part of things.

Presently, there is a table underlying this subform with fields for
photo numbers and each of the four levels of the heirarchy (division,
class, category and sub-cat); the heirarchy entries are saved as plain
text. There are many records that are identical, except for the photo
number. (This probably means I should split off the possible
combinations of subjects into a separate table of their own, giving
them all unique "subjectId"s and then using another table to join
photoIDs and SubjectIDs together, but I'm not a purist,
philosophically... Anyway, there's alot of legacy data already in
there, and it would be a pain to try and split it off.)

Here's what I want to do: I want to add NotInList functionality to the
comboboxes this subform, so that additional items can be added to the
list at each level of the heirarchy, but only by having to click
through a warning dialogue. I'm hoping to adapt something like
http://www.fontstuff.com/access/acctut20.htm#fullcode for my purposes,
but this particular sample seems to assume that the source of the combo
box is a stand-alone table and I'm embarassed to admit that I'm much
more adept at adapting code than writing new code.

Is there anyone out there willing to hold my hand on this? I can
provide more detail about the existing code and data structure if
needed.

Nov 13 '05 #1
0 2037

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

Similar topics

0
by: Humpty Dumpty | last post by:
Hi folks, here's a challenge: I have a dynamically created cascading menu in Tkinter that can be quite large because it is created from a file. I tried using lazy creation so only the menu item...
31
by: Axel Dahmen | last post by:
I try to combine properties of several classes. This is done by assigning a space separated list of class definitions to an element. However, IE shows a kind of preference when choosing the right...
1
by: JMosey | last post by:
Not sure if this has been covered ( a google search came up pretty bare). I have a site that: - has multi-level cascading menus - floats center of the browser window - Will have fairly heavy...
1
by: dkirkdrei | last post by:
I am using the javascript below in conjuction with PHP to dynamically build a cascading menu of part assemblies from a database. The cascading menu allows the user to "drill" down to the single...
0
by: lekshmisp1982 | last post by:
Hi All, I am using sql server 2005 reporting services to generate the report.. I need to make certain parameters to depend on the previous parameters .. I think cascading parameters can do the...
1
by: wizardRahl | last post by:
Hello all, I am fairly new to Access. I have a decent understanding of database concepts from working with sql developer and Oracle's APEX. In MS access, I would like to know how to populate a...
3
daniel aristidou
by: daniel aristidou | last post by:
im trying to create a cascading combo box that wil filter a subform for the value i select .does anyone know how to do this?
3
by: tcveltma | last post by:
Hi Everyone, I have a cascading combo box, where you choose a general topic, and the next combo box only shows the related options....easy. Now I'm being told that one of the options I have can...
2
by: tambourine63 | last post by:
I am a member in another Access group and they have helped me a lot. I am designing two databases for my company. But I'm having a couple of problems they don't seem to be too quick to help me...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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?
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...

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.