If the memo field is to been stored at all, then it must exist in the table.
You can ensure that it is only displayed, however, when ComboFunction is not null.
Use the AfterUpdate event of ComboFunction to check for null, and then toggle the visibility of the txtMemo.
Private Sub...