Global ICT Solutions

Global ICT Solutions Computer repair and Maintenance, Computer Networking, Computer Training Center, Database design and development (MS Access and MySql)

HOW TO DE CRYPT (Password Encryption and Decryption) ENCRYPTED PASSWORD IN MY MYSQL DATABASE
22/02/2018

HOW TO DE CRYPT (Password Encryption and Decryption) ENCRYPTED PASSWORD IN MY MYSQL DATABASE

Crackstation is the most effective hash cracking service. We crack: MD5, SHA1, SHA2, WPA, and much more...

29/09/2017

HOW TO GET MICROSOFT ACCESS PASSWORD

29/09/2017

HOW TO GET MS ACCESS PASSWORD

11/01/2017

So, if you want to write a good software code, then how it will be possible for you to write a good source code without reading tons of source codes? Even if you will write something, then how would you and know which the best is?

02/01/2017
This is how to find your Windows 10 product key and activate it
07/10/2016

This is how to find your Windows 10 product key and activate it

This is how to find your Windows 10 product key and activate it Whether you used Microsoft’s free Windows 10 upgrade offer or got a new license off retail,

19/04/2016

How to Create a Search Form by Keyword using VBA

Search on a single field

Private Sub btnSearch_Click()
Dim strsearch As String
Dim Task As String
'Check if a keyword entered or not
If IsNull(Me.txtsearch) Or Me.txtsearch = "" Then
MsgBox "Please type in Employee Number.", vbOKOnly, "Employee Number Needed"
Me.txtsearch.BackColor = vbYellow
Me.txtsearch.SetFocus
Else
strsearch = Me.txtsearch.Value
Task = "SELECT * FROM EMPLOYEE WHERE ((employeenumber Like ""*" & strsearch & "*""))"
Me.RecordSource = Task
Me.txtsearch.BackColor = vbWhite
End If

End Sub

Search data from multiple fields using operator “OR”

The result of using OR operator between fields will be wider than single field because all data that matching the search keyword from multiple fields will show on the result. For instance, searching keyword for “Fresno” on three fields: “CustomerName, City or Address” the result will show as follow:

Private Sub Command66_Click()
Dim strsearch As String
Dim Task As String
'Check if a keyword entered or not
If IsNull(Me.txtSearchname) Or Me.txtSearchname = "" Then
MsgBox "Please type in Employee Name.", vbOKOnly, "Employee Name Needed"
Me.txtSearchname.BackColor = vbYellow
Me.txtSearchname.SetFocus
Else
strsearch = Me.txtSearchname.Value
Task = "SELECT * FROM EMPLOYEE WHERE ((firstname Like ""*" & strsearch & "*"") OR (lastname Like ""*" & strsearch & "*"") OR (Address Like ""*" & strsearch & "*""))"
Me.RecordSource = Task

End If

End Sub

How to transfer files between a PC and Android mobile over the Wi-Fi
25/10/2015

How to transfer files between a PC and Android mobile over the Wi-Fi

AirDroid App lets to transfer file between PC and Android phone with WIFI connectivity

Best service in IT
14/09/2015

Best service in IT

Address

NAMASUBA
Kampala

Telephone

256788179605

Website

Alerts

Be the first to know and let us send you an email when Global ICT Solutions posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The Business

Send a message to Global ICT Solutions:

Share