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 Mike Lewis 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: *

  1. Ozrodent

    Run code dependent on user

    Thanks a heap Kyles, it worked a treat!
  2. Ozrodent

    Run code dependent on user

    This is what I Have so far Private Sub Form_Open(Cancel As Integer) GetComputerName() As String On Error GoTo GetComputerName_Err GetComputerName = Environ("ComputerName") If Environ("ComputerName") = "AUELZWDPRS49F7A" Then 'Call Shell("C:\Program Files 'My thing Here End If...
  3. Ozrodent

    Run code dependent on user

    Kyle, Thanks for that, but (there's always a but) how do I then call my program? bearing my Machine mane is AUELZWDPRS49F7A
  4. Ozrodent

    Run code dependent on user

    Morning all, I need to do some maintenance, (Backups) on my local machine which I have the software to do. No one else that uses my database needs to do this, Or has the software. I want this as an automated process, I had the bright idea of using the "Call" function in an on open event - the...
  5. Ozrodent

    Years, Months, Weeks

    Its just TOOOOO hard for me Is there a way to sort data into YY MM ww as a result, what i need is, if the years data is complete, ie last year gives me an average for the whole year. then this year would then be broken up into months, up until august(full month averages) then september would...
  6. Ozrodent

    Bar Graph - more than 6 values

    Jeff, Still no responses eh? wish some one had an answer to this on, ah well better keep waiting Phil
  7. Ozrodent

    code to change screen resolution?

    G'Day pronate this is the code that I use though you will need to change the calculation at the end to resize downwards Ozrodent Thanks to Jamie Module by Jamie Czernik 31st March 2000 {JSCzernik@Hotmail.com}' 'Please feel free to use or distribute this module as you see fit.' 'If you...

Part and Inventory Search

Back
Top