I currently have a subform displayed in a datasheet view. The only issue I'm having is I can't use the docmd.gotorecord or any of the list box controls to gain access to a field or a given record. There is a field I have on the subform wich is a combo box that is pointing to a field on the form. If this record is not filled in after leaving this field then I would like to set focus to this control on this record. I'm able to pull the me.currentrecord, but I can't get back to that record or field.
I'm triggering the error with If IsNull(cboSalesOrder) Then.
Thank you,
Jim Barnes
I'm triggering the error with If IsNull(cboSalesOrder) Then.
Thank you,
Jim Barnes