I have a form that I use to collect data. I open the form with a command button Which opens the form to a new record.
I also want to use the same form for a search. I have placed a combo box in the report header. I will use another command button to open the form in data edit mode. The problem is if the combox box is visible in the add mode and the user clicks it they will get an error code. So to avoid that I want to hide the combox when it opened in the add mode. Thanks for the assistance
I also want to use the same form for a search. I have placed a combo box in the report header. I will use another command button to open the form in data edit mode. The problem is if the combox box is visible in the add mode and the user clicks it they will get an error code. So to avoid that I want to hide the combox when it opened in the add mode. Thanks for the assistance