Re: One ComboBox dependent on another

Tech-Archive recommends: Fix windows errors by optimizing your registry



Perhaps this link will clear things up for you:
http://www.fontstuff.com/access/acctut10.htm

--
hth,
SusanV



"jrosenb2" <jrosenb2@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:DE4EE22F-6C73-49E7-8A07-855EC4BE08AE@xxxxxxxxxxxxxxxx
Hello All,

I've made a successful career of prowling the community looking for
answers,
but this is the first time I've ever posted -- I'm absolutely desperate!

There was one string of messages that addressed this issue in 2004, but it
was never completed and hasn't helped me. I am working on a database that
will used to input data every quarter. In order to make the tedious
process
as user-friendly as possible, I am trying to set the form up to make it
just
so.

The form, which is bound to the table, is essentially a series of combo
boxes each with defined options, to avoid mistakes. In order to limit
errors, I have two combo boxes, one of which I'd like to make dependent on
the other.

I would like the options in cboSubCategory to be based on the user's input
to cboCategory. I would like all the input to be recorded in my data
(right
now, cboCategory is unbound, and cboSubCategory is bound; remember, the
form
itself is also bound -- I keep pointing this out because I think it makes
a
difference? It might not, but I'd really like to find out!)

What can I do?? Thank-you in advance for any help!

JlR


.



Relevant Pages

  • Re: One ComboBox dependent on another
    ... will used to input data every quarter. ... boxes each with defined options, ... I would like the options in cboSubCategory to be based on the user's ... now, cboCategory is unbound, and cboSubCategory is bound; ...
    (microsoft.public.access.forms)
  • Cascading combo box data disappearing from form
    ... I have three combo boxes on a form. ... selecting values on one record, and moving to another one and selecting ... Combo 2 cboCategory Row Source ... concatenate at all on another record. ...
    (microsoft.public.access.forms)
  • Re: Detect location boxes (or lines) on an image
    ... the location of boxes and/or lines on an image. ... detecting edges and highlighting them but none as simple as finding ... know nearly enough about your input data to know whether there's some sort   ... That scanned document ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Detect location boxes (or lines) on an image
    ... the location of boxes and/or lines on an image. ... detecting edges and highlighting them but none as simple as finding ... Well, if you have an algorithm that highlights in some way detected elements in an image, you could modify it simply to return coordinate information about those elements. ... Edge detection is certainly one possibility, but if you have more information about the input data it's possible you could take advantage of that to simplify the problem. ...
    (microsoft.public.dotnet.languages.csharp)
  • Enabling or disabling a combo box based on multiple criteria.
    ... I have a form on which combo box cboCategory is followed by combo box ... of them have linked subcategories under cboSubcategory. ... series of If - Then - ElseIf statements, ...
    (microsoft.public.access.formscoding)