This may be a lame question ... I am having a major block with this command because I don't follow;
- first how to determine what object/table this command is seeking from
- second how to determine what field it is supposed to search.
Given a Form with a combo box combined with a subform which is a datalist of a table ... Assuming the Primary index of this table is in the combo box. I have seen examples where the combo box value is passed to the subform with a simple
docmd.findrecord strComboBox.Value
Can someone please explain this hocus pocus
- first how to determine what object/table this command is seeking from
- second how to determine what field it is supposed to search.
Given a Form with a combo box combined with a subform which is a datalist of a table ... Assuming the Primary index of this table is in the combo box. I have seen examples where the combo box value is passed to the subform with a simple
docmd.findrecord strComboBox.Value
Can someone please explain this hocus pocus