Question
January 20, 2009 at 09:52 PM
jeffreyalejo

Visual Studio 2008

by jeffreyalejo . Updated 17 years, 7 months ago

I got two(2) tables. Below are the details.

Table 1:

ID CODE
===========
1 AAA
2 BBB
3 CCC
===========

Table 2:

ID BranchCode
===============
1 AAA
2 BBB
===============

Using Visual Studio 2008 (VB), how can I inform the user (using a messagebox) that the CODE CCC from Table 1 doesn’t exist in the field BranchCode in Table 2?

Thanks in advance!.

This discussion is locked

All Comments