Re: Query Form
From: Rick B (anonymous_at_discussions.microsoft.com)
Date: 07/19/04
- Next message: Jason: "RE: lock a control on a form"
- Previous message: John Vinson: "Re: 250 fields"
- In reply to: toni.jimenez_at_srs.gov: "Query Form"
- Next in thread: toni.jimenez_at_srs.gov: "Re: Query Form"
- Reply: toni.jimenez_at_srs.gov: "Re: Query Form"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 19 Jul 2004 10:54:32 -0500
Sounds like you want a combo box to display contents based on the entry in a
preiously selected combobox? If that is true, do a search for "cascading
combo" box. This has been asked and answered countless times in these
newsgroups.
Rick B
"toni.jimenez@srs.gov" <anonymous@discussions.microsoft.com> wrote in
message news:2ede301c46da5$8df71c30$a601280a@phx.gbl...
Hi,
I am very NEW to Access but an Oracle Developer for the
past 10 years. What I am trying to do is build a query
screen to get parameters to send to a report. I have an
ID that is made of three separate fields (Year,Number,
Sequence). I have built combo box for the year and pull
the distinct year from the table. I have built another
comb box for the number but can't figure out how to have
it just pull up the numbers that correspond for that
year. If anyone is an Oracle programmer this would be the
same as building a LOV for the Number field with this
select as the record group query:
Select Number
from table_name
where year=block.year
I would do this all as non-base table (I think this is the
same as unbounded) as I am only wanting to get the
criteria not update the table and then build the
where_clause to send to a report.
I want to do the same for sequence, pull the sequence
numbers in a combo box for the year AND number. I can
just write the select stmt if I can figure out the right
syntax.
Thanks,
Toni
- Next message: Jason: "RE: lock a control on a form"
- Previous message: John Vinson: "Re: 250 fields"
- In reply to: toni.jimenez_at_srs.gov: "Query Form"
- Next in thread: toni.jimenez_at_srs.gov: "Re: Query Form"
- Reply: toni.jimenez_at_srs.gov: "Re: Query Form"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|