R
Rob
I have a form whose control source is a table. To pull up
a particular records on the table the criteria needs to
include three fields to uniquely identify the record. So
I want the user to select each field using combo boxes
then be able to click on a cmd button to find the
records. Here is my code that does not work:
DoCmd.FindRecord Me![cmbID] And Me![cmbTransmittal] And Me!
[Box], acAnywhere, 0, _
acSearchAll, True, acAll, True
Thanks for any help.
a particular records on the table the criteria needs to
include three fields to uniquely identify the record. So
I want the user to select each field using combo boxes
then be able to click on a cmd button to find the
records. Here is my code that does not work:
DoCmd.FindRecord Me![cmbID] And Me![cmbTransmittal] And Me!
[Box], acAnywhere, 0, _
acSearchAll, True, acAll, True
Thanks for any help.