tallguy804
IS-IT--Management
I still can't figure out what I am doing wrong. I have a field in a table that is derived from a dropdown box. The two options are "male" or "female".
I added the field to the query but I can't get the criteria set so that it will only select records with "male" in them. Someone suggested that I need to use the ID that is associated with "male" but I don't know how to find that.
Here is the information about the field from the database design window:
Display control: Combo box
Row Source: value list
row source: "Male";"Female"
bound column: 1
column count: 1
Column heads: no
colun width: 1"
list rows: 8
list width: 1"
limit to list: no
Thanks in advance for any help anyone can give me.
I added the field to the query but I can't get the criteria set so that it will only select records with "male" in them. Someone suggested that I need to use the ID that is associated with "male" but I don't know how to find that.
Here is the information about the field from the database design window:
Display control: Combo box
Row Source: value list
row source: "Male";"Female"
bound column: 1
column count: 1
Column heads: no
colun width: 1"
list rows: 8
list width: 1"
limit to list: no
Thanks in advance for any help anyone can give me.