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

    Change default value to = last entry

    I am working on a data entry form where many of the fields remain the same. I am looking to capture the value entered in each field and use that for the default value when I go to a new record. I have the following code: Private Sub Comments_AfterUpdate() 'declares a variable that will be...
  2. bosun

    Old Biostar Motherboard Drivers

    I am looking for drivers for a biostar 8500TUC-A does anyone know where I can find them? I love deadlines. I especially like the wooshing sound they make as they fly by. -Douglas Adams
  3. bosun

    Securing objects using VB

    I am trying to find a way to secure a database in access 97 to a greater extent than the built in security features allow. My basic thought is to make a table with the following fields: [UserName],[Password],[UserLevel] The idea is that the user would enter their username and password into a...
  4. bosun

    Calculating time differences... with a twist

    I have to calculate system down time for a helpdesk application that I am designing. The down time will be the number of business hours between when the system went down and when service was restored. I have the following information to start with: DateSysDn TimeSysDn DateSysUp TimeSysUp...
  5. bosun

    Calculating time differences...with a twist

    I have to calculate system down time for a helpdesk application that I am designing. The down time will be the number of business hours between when the system went down and when service was restored. I have the following information to start with: DateSysDn TimeSysDn DateSysUp TimeSysUp...

Part and Inventory Search

Back
Top