rickyoswaldiow
Programmer
Good morning everyone. I have a project that has hundreds of Check Boxes throughout but I have come accross a problem while moving it out of VBA and into VB6. The checkbox requires a 1 or 0 value to be toggled but all of our data in the database is stored as True or False.
At the moment I am trawling through thousands of lines of codes to find hundreds of check boxes and writing a small if statement for each one. Is there a quicker way to do this, bear in mind that I can't do a find/replace since it will intefere with the other parts of the modules...
At the moment I am trawling through thousands of lines of codes to find hundreds of check boxes and writing a small if statement for each one. Is there a quicker way to do this, bear in mind that I can't do a find/replace since it will intefere with the other parts of the modules...