Microsoft
Software
Hardware
Network
Question : In vb.net 2008 I need to evluate two columns in ms access to determine if a duplicate field exists
In vb.net 2008I need to evluate two columns in ms access to determine if a duplicate field exists
And if it exists it need display a message box indicating the duplicate field exists.
thanks
Answer : In vb.net 2008 I need to evluate two columns in ms access to determine if a duplicate field exists
=MID(A1, FIND(">", A1, 1) + 1, LEN(A1) - FIND("<", A1, 2))
Random Solutions
Install XAMPP before or after upgrade to Windows 7
WCF error while receving large amout of data
Error values in excel
access query problem 15
Display external HTML page in Sharepoint
Need MySQL query help
Windows 7 BitLocker
redhat released static ip
using uniq command
Passing values from an HTML form into a PHP Table