S
Stacy
Thanks to Keith for your comments on my last post - I went at it from a
different angle, as suggested, and the problem was that the fields
weren't bound. It's working now!
I have a new dilemma, though.
On my form, the first field is the I_ID field, which is bound to the
primary key (I_ID) of the tblIssue table. I can use the scroll wheel
of the mouse to scan through the existing records to reach the one I
want, and the rest of the fields on the form populate correctly with
info from that record.
However, the combo box will not provide me with values on drop-down to
select the value I want and have the form go directly to that record.
I also can't enter text in the field to go to the record I want. These
are both problems because it's not going to be intuitive that the user
must use either a scroll mouse or up-down cursors to navigate to the
record they want - they will need to be able to drop down and click on
issue number 15 and have that issue display the same way it currently
is by scrolling through the records to issue number 15.
As additional information, the I_ID field *is* an autonumber field, and
I believe the reason I'm not given any drop down values and am not able
to enter text in the field is because the autonumber field is
non-updateable. However, I'm trying to use this field only for lookup
purposes (and to point to that record so when the form is submitted,
the right record is updated). The data in that field should never be
updated.
Help?
Stacy
different angle, as suggested, and the problem was that the fields
weren't bound. It's working now!
I have a new dilemma, though.
On my form, the first field is the I_ID field, which is bound to the
primary key (I_ID) of the tblIssue table. I can use the scroll wheel
of the mouse to scan through the existing records to reach the one I
want, and the rest of the fields on the form populate correctly with
info from that record.
However, the combo box will not provide me with values on drop-down to
select the value I want and have the form go directly to that record.
I also can't enter text in the field to go to the record I want. These
are both problems because it's not going to be intuitive that the user
must use either a scroll mouse or up-down cursors to navigate to the
record they want - they will need to be able to drop down and click on
issue number 15 and have that issue display the same way it currently
is by scrolling through the records to issue number 15.
As additional information, the I_ID field *is* an autonumber field, and
I believe the reason I'm not given any drop down values and am not able
to enter text in the field is because the autonumber field is
non-updateable. However, I'm trying to use this field only for lookup
purposes (and to point to that record so when the form is submitted,
the right record is updated). The data in that field should never be
updated.
Help?
Stacy