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 bkrike 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: Mainer
  • Content: Threads
  • Order by date
  1. Mainer

    Problem extracting date from Julian date

    Can someone please tell me what is wrong with my code below. I am attempting to extract a date of birth from a text file. I am able to convert the day and month portion of the date as seen at strDate3 but when I try to get the year, I get a "Run-Time Error 13, Type Mismatch" In the...
  2. Mainer

    Convert Access to SQL

    I am rather new to VB and SQL. I've searched this forum for solutions to my problem. While I have found others trying to convert, the answer is not available to me because of software/computer limitations. I need to be able to convert an Acess database to SQL server thru code. I can't use...
  3. Mainer

    Prevent datagrid row sizing

    How does one prevent the user from re-sizing the rows in a datagrid? I have made the columns by the following: .Columns(0).Allowsizing = False I have search this forum and looked at the help files and tried many things but the user can still change the size of the rows. Other than disabling...
  4. Mainer

    How to Search for date = 0/0/00 ??

    How can I search a database for records which have a date field that is blank. I thought this would be simple but have yet to find the correct syntax. Any help is appreciated.

Part and Inventory Search

Back
Top