Im creating a program where users need to fill out a form with a number of textboxes. Ive created all the correct classes and some variables are integer types. The thing is i want to be able to have some textboxes left blank the program will still create an instance of a class and this information saved to access database. I get an error message saying conversion from type string "" to interger is invalid! Is there a way i can bypass this error and still have null values assigned to an integer???