G
Guest
I want: User selects a table name from a combo box (cboSelectTable). The
appropriate datasheet opens in a subform (sfmDatasheet) below.
I tried using the following code in the combo box's AfterUpdate event, but
got a 3011 error:
sfmDatahseet.SourceObject = Me.cboSelectTable.Value
Any suggestions?
appropriate datasheet opens in a subform (sfmDatasheet) below.
I tried using the following code in the combo box's AfterUpdate event, but
got a 3011 error:
sfmDatahseet.SourceObject = Me.cboSelectTable.Value
Any suggestions?