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