Richard, I watched your videos on relational combo boxes and on using a find button for each field on a single page form and they were both very helpful. Now, I have a continuous form with combo boxes for every record but I can't get the find to work because the ID field is the control source but I want the find to use the other field. How can I refer to the non-ID field in VBA that gets selected using the combo box?
Adam Schwanz
@Reply 2 years ago
FieldName.Column(0) is the first column, then FieldName.Column(1) is the second, etc...
If you are a Visitor, go ahead and post your reply as a
new comment, and we'll move it here for you
once it's approved. Be sure to use the same name and email address.
This thread is now CLOSED. If you wish to comment, start a NEW discussion in
Visitor Forum.