I have a subform in a form. In my form i have a combobox and a command button. When a user choose form the combobox then the data appears in the subform. Sometimes, when a user choose an item from the combobox, it doesn't return data or records.
what i want is to show the command button only if there is no data or record in the subform returned by a user selection from the combobox. in other words,hide the command button if there is a record in the subform.
Any help is appreciated.
what i want is to show the command button only if there is no data or record in the subform returned by a user selection from the combobox. in other words,hide the command button if there is a record in the subform.
Any help is appreciated.