adamtate94
Registered User.
- Local time
- Today, 07:56
- Joined
- Sep 6, 2016
- Messages
- 31
Hi
I have a listbox on a form which has text values put into it when a checkbox is ticked, I also have a save button underneath it that executes an SQL insert statement.
I need the save button to not be visible/not work when there is nothing in the list box or where there has been nothing put into it.
I am wondering what Event to put some code onto and a little help with the code it's, would it be a simped If me.ListBox ... then Me.txtBox.visible -=false?
Thanks in advance
I have a listbox on a form which has text values put into it when a checkbox is ticked, I also have a save button underneath it that executes an SQL insert statement.
I need the save button to not be visible/not work when there is nothing in the list box or where there has been nothing put into it.
I am wondering what Event to put some code onto and a little help with the code it's, would it be a simped If me.ListBox ... then Me.txtBox.visible -=false?
Thanks in advance