UPDATE!
I have Figured out how to send an email as reply all... which is below
If Now() > #12:00:00 AM# Then
If Now() < #12:00:00 PM# Then
TOD = "Morning"
End If
If Now()...
AfterUpdate would be once the textbox loses focus.
I don't know how, but it would be an "On Key Press"
Private Sub txtSearch_KeyPress(KeyAscii As Integer)
Dim txtSearch As String
With Me
Me.Refresh
txtSearch = Me.txtSearch
Me.txtSearch = txtSearch
Me.txtSearch.SelStart...
Good Morning,
I have been pulling out my hair for the past few days trying to figure this out...
My Access database is a "Logistics TSM" we use for one of our customers and i have been given the task to add automation functionality as a cost saving which needs to handle email orders, absorb...