Hi Heidi,
Did you see the paragraph I wrote directly underneath the first image? It
reads:
"If you only see the first two choices listed, then you are working with an
unbound form. A SQL statement in the form's RecordSource Property will not
provide the third option in the dialog window. You need to bind your form to
a saved TableDef or QueryDef object first, in order to be able to select the
third option."
If the form's recordsource starts with the SELECT keyword, then you need to
first enter the query builder for the form's recordsource (click on the
button with the three small dots when you select the recordsource) and then
save the query as a new object in your database. Once you are finished, you
can copy and paste the SQL statement back into the form's recordsouce, if you
don't want the extra query in your database.
Tom
http://www.access.qbuilt.com/html/expert_contributors.html
__________________________________________
:
Tom, that's exactly what I want to do but for some reason, that 3rd option
doesn't show up for me. For all I can tell, I'm following the correct
instructions - putting the combo in the form header, it's on wizard and I'm
using access 2002..... Is there any other reason I only get the first two
options and not the third?
Thanks!
__________________________________________
:
Hi Heidi,
If I understand you correctly, you want to use a combo box to find a record
so that you can then take further action. Does this help?
Combo box to find a record
http://www.access.qbuilt.com/html/find_a_record.html
Tom
http://www.access.qbuilt.com/html/expert_contributors.html
__________________________________________
:
I have a form that I'm using to let a user remove someone from attendance for
a given date.
The combo box references dates from a table and what I want is, when the
user changes the date, all the following data (all the names of people
currently in attendance) will correspond to that date only. I know I have to
do VB coding for an afterupdate but i'm not sure what it is... Any help would
be appreciated!!!
Thanks!