Microsoft
Software
Hardware
Network
Question : Need to query if a field starts with "+1"
Using C# and Access, I need to write extend my query to validate that a text field starts with "+1"
Curently here's the query. lastMessageId is an int value.
sql = "SELECT * FROM messages WHERE message_id > " + lastMessageId.ToString();
I need to learn the syntax for this validation. The field with the strings is called "frm"
in C# I'd say where frm.StartsWith("+1");
But I tell you this so you will understand what I am tryig to accomplish with SQL.
Thanks,
newbieweb
Answer : Need to query if a field starts with "+1"
sql = "SELECT * FROM messages WHERE message_id > " + lastMessageId.ToString() + " AND frm LIKE '+1%'";
Random Solutions
Graphing in Microsoft Access
Importing a WAB address book
How do I get my report to format correctly?
SBS08 - RWW - FQDN - Can't Get it to Work?
Changing DNS address of Netowork interface Card using windows script.
How do I count the number of set flags in a bitmask?
Vista not Browsing but connected
WordPerfect 10 hangs when opening some documents.
Imported Excel spreadsheet null values unsearchable in Access
iPhone will not sync wil Exchange 2003