Recent content by somedeadguy

  1. S

    Expression not working

    make it "readable?"
  2. S

    Expression not working

    Thanks! How'd you do that? use quote?
  3. S

    Expression not working

    This is an address field that I am parsing out to get the street number separate from the street in a query. Here is my expression: DoNum: Switch(IsNull([dbo_Daily_Students]![DOSTRT]),'No...
  4. S

    ON FORMAT event doesn't do anything.

    Great, Thank you!
  5. S

    ON FORMAT event doesn't do anything.

    You are correct, I just checked it out in Print Preview and it worked. Strange, but I guess if there is no other way, I will open it in print preview for the user. Kinda hard to do a print audit trail that way, is there any way to use the ON FORMAT in regular view?
  6. S

    ON FORMAT event doesn't do anything.

    Thanks! I'm sorry, yes I am using 2007. Should I use a different view? The idea is for the user to look over the report ( I have it as popup so it's dummy proof) and then print.
  7. S

    ON FORMAT event doesn't do anything.

    I cannot get the ON FORMAT event to fire! I have even tried so much as adding a msgbox to make sure that it is firing and it will not. I can get my unbound label to populate in the ON PAINT event, but in a big report this causes everything to freeze. The ON PAINT event isn't the right event...
  8. S

    drop a DropDown with vba

    All of these mothods work great. Thanks everyone. PS DropDown is a very vague name for that Method, but it works great. Classic Microsoft! I should have noticed the method icon in the smart complete thing. After all of this data entry my eyes are crossing! Thanks all
  9. S

    drop a DropDown with vba

    That actually works perfect! Was not aware! Thanks!
  10. S

    drop a DropDown with vba

    Hello, I have made a simple data entry form. The goal of the form is speed, and the ability to tab through the form without having to bother using the mouse. We are using the native autocomplete in 2007 which works well. The dropdown lists names, id, and address. The names are not unique...
  11. S

    Auto Capture IP address into Field

    Hah, unfortunately 9/10 times the username is Administrator. I will go search for a Novell login API. Thanks for the help!
  12. S

    Auto Capture IP address into Field

    Yay It works! Thanks a lot!
  13. S

    Auto Capture IP address into Field

    Thanks! I have been using the GetComputerName api for a while, and by the time we find out where the ambiguous comuter name actually resides, the person has quit! This will come in very handy! I am going to try to find a way to place it in the OnDirty of all of the fields that will be edited...
  14. S

    Auto Capture IP address into Field

    Hmm DCrake, may I ask how you were able to get the computer Tag? I have the problem you were describing, we are all assigned DHCP Ips, which does no good. Is there a VBA function to retrieve this info from your LAN systems, or is it something available through the LAN? We use Novell, and I...
Back
Top Bottom