I have a text file that has 30K rows of data. I did search the site and I was unable to see that this issue has been discussed previously. The rows have data up to 700 bytes. When I import the file as a single memo field that has a width from 1 to 700 the beginning and end are exactly in...
Code:
Private Sub txt_start_BeforeUpdate(Cancel As Integer)
Dim strtext As String
strtext = Me.txt_start.Value & " "
If Len(strtext) = 1 Then
Me.txt_start.Value = "01/01/2006"
End If
End Sub
I have a scenario where a user erases the prepopulated date of today (using a format on...
I have attempted to find a previous Thread with this question and have failed. Would someone please be kind enough to show me or point me in the right direction to move the Taskbar with code.
Thank you for your time,
EP1
Would someone please tell me what DLL/Library I need to reference so that my ComboBox has Properties/Methods of ".ItemData" and ".NewItem"?
Thank you kindly for your time,
EP1
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.