Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ep1
  • Content: Threads
  • Order by date
  1. ep1

    Import Issue

    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...
  2. ep1

    Before update 2115 error on an unbound textbox

    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...
  3. ep1

    How can I move the Taskbar with code?

    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
  4. ep1

    What DLL/Library do I need to reference...

    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

Part and Inventory Search

Back
Top