1
To start I will already expose my problem: After the person responsible for adding this new service how will automatically appear in the form where is the list of all services in checkbox form?
At this moment I am developing a project of end of course and in the middle came up a problem that I do not know how to solve.
Well, it’s an application in Visual Basic that records what a particular student/teacher does in the school library. One of the buttons we have is inserting a new service that the library may add to its list one day later in the database. In a separate form, we will have a list of all this data from the checkbox database to select what the user will do in the library and then submit.
Registration form for the new service
The way we plan to submit the data
(here appeared a new checkbox, depending on what was created)
It would be interesting to supplement your question with the code of your form.
– ptkato
There is no code yet for that I asked for help. Thank you.
– Forrobodo
You can try using a for and instantiate checkbox manually or use a datagrid with Binding.
– ptkato
Our goal was to facilitate the work of the employee or a code that automatically after entering the service appeared in this other form as checkbox
– Forrobodo