Office Systems Blog

Joao Livio 2002 - 2008 Portugal

Browse by Tags

All Tags » SQL Access (RSS)
How to use "Like" in SQL Access to find Costumers in a Form (TextBox and a ListBox)
'(c) 2003 João Tito Lívio 'This code can only be use as a part of an Application and could not be sell 'To REQUEST a full functional sample please > Click SQL Using an SQL Querie SELECT Customers.CompanyName, Customers.ContactName...
How to Spell Months by VBA Code and SQL?
'(c) 2005 João Tito Lívio 'This code can only be use as a part of an Application and could not be sell 'To REQUEST a full functional sample please > Click VBA MsgBox (Format(Now(), "mmmm")) MsgBox ("Month: "...