I am working on a database application with a visual basic interface. I have a few forms where you can enter in certain dates. Entering the dates is not mandatory. I also have a flexgrid that displays information, however when the user has left a date blank, an error pops up and says invalid use of null. I put in an if statement that says if the date field is null, then display a blank space. This doesn't seem solve the problem, but when I go through the debugger, the compiler doesn't acknowledge that null=null. Any ideas? Thanks!
striker79
striker79