Hello,
I'm trying to create a page where the user selects an item from a combobox and the rest of the textboxes on that page will display the fields that conains that record's info.
I'm using the find method:
MSODSC.CurrentSection.DataPage.Recordset.Find ("[CRF ID] =" & cbox.value)
but this doesn't seem to be working right.
Any suggestions?
I'm trying to create a page where the user selects an item from a combobox and the rest of the textboxes on that page will display the fields that conains that record's info.
I'm using the find method:
MSODSC.CurrentSection.DataPage.Recordset.Find ("[CRF ID] =" & cbox.value)
but this doesn't seem to be working right.
Any suggestions?