I am a newbie using Visual Basic (Visual Studio 2010) and I am having a hard time working with my database. I have a table let's say TableEmployee with Fields Name and Position. On the Position Field, some of the records there were empty.
My table is displayed in a datagrid and what I want to do is to insert a code that will identify whether the record under the position field is blank/empty and if that condition is true then display a messagebox that says "the particular record is empty"
Note: I am using the default database connection on the toolbar, the bindingsource, and connected on an access 2010 database.
Thanks for your help.


