Search results

  1. MrsGorilla

    Latest Projects?

    I'm working on project sell-a-house which is more stressful than databases or buying a house, although that is stressful too, and we'll be tackling that once project sell-a-house is complete. Anyone interested? :) http://www.tulsarealtors.com/ResidentialDetails.aspx?MLS=914094
  2. MrsGorilla

    Hey its Wayne's birthday

    Happy Birthday Wayne! Sorry I missed it (I've been saying that a lot lately--D'oh!).
  3. MrsGorilla

    aaaaaaaaaaaaaaaaaaarrrrrrrrrrrggggggggghhhhhhhhhhh h!!!!!!!!!!!!!!!!

    Pretty much. We don't care where you go but you can't stay here. I hope you're able to work things out somehow. I know it's a bit tough right now. We at least still have our jobs, but my husband's company instituted a company wide 10% pay cut until probably October or so, so we're going to...
  4. MrsGorilla

    Happy Birthday Idjit

    Even though she doesn't come around much any more, I'd like to wish Idjit a happy birthday! :)
  5. MrsGorilla

    Happy Birthday Ron_dK

    Sorry I missed it. Glad to hear you had a good one anyway. :)
  6. MrsGorilla

    Happy Birthday Miles

    Happy Birthday! Hope you have a good one.
  7. MrsGorilla

    I'm on FACEBOOK.....

    I joined a while back too, but haven't ever done anything with it. I think I joined both Facebook and Myspace just because there were other people's profiles (friends of mine) that I wanted to look at. Maybe one day I'll do something with my page, but right now I don't want to invest too much...
  8. MrsGorilla

    Help On Validation In Forms!

    But where is the code residing? You have it in the main form, correct? What event triggers it? Is it the On Close event of the form?
  9. MrsGorilla

    Don't know if you ever check this page or not, but I was just wondering what happened with this?

    Don't know if you ever check this page or not, but I was just wondering what happened with this?
  10. MrsGorilla

    Help On Validation In Forms!

    Where do you have the following code right now (what event)? If Me!frmEquipmentSubform.Form!Name > "" Then DoCmd.Close acForm, "frmEquipmentSubform" Else MsgBox ("Enter Name") End If
  11. MrsGorilla

    Help On Validation In Forms!

    Sometimes you have to play with it a little to get it into a format that Access likes. I would probably try putting it here: If Me!frmEquipmentSubform.Form!Name > "" Then DoCmd.Close acForm, "frmEquipmentSubform" Else MsgBox ("Enter Name") DoCmd.CancelEvent End If Let me know if that works or...
  12. MrsGorilla

    Help On Validation In Forms!

    I think you have to cancel the event (the exit command) that caused this to run. You might try adding in a DoCmd.CancelEvent to see if that stops the form from closing.
  13. MrsGorilla

    tutorial help????

    Don't know exactly what you're looking for, but if you're interested in straight VB.NET and not VBA then you might try looking here first. The MSDN site has all kinds of tutorials and other little gems hidden throughout.
  14. MrsGorilla

    Help On Validation In Forms!

    Are you coding this in the main form then, and not the subform? If so, maybe you can try Me!frmEquipmentSub.Form!Name to see if that works. Otherwise, here is a document that was posted ages ago by Mile-O that I still find useful:
  15. MrsGorilla

    ShaneMan's daughter

    I'm so sorry to hear of your loss. I'll keep you and your family in my thoughts and prayers.
  16. MrsGorilla

    Do you know me?

    But that would defeat the purpose of this game, wouldn't it? :confused:
  17. MrsGorilla

    Happy Birthday Len

    Happy Birthday Len, hope you had a good one! I'm thinking that since I'm posting this so late, you won't read it until tomorrow. :)
  18. MrsGorilla

    Happy Christmas all

    Beautiful picture, where was it taken?
  19. MrsGorilla

    Happy Christmas all

    I almost didn't recognize you without Groundskeeper Willie. :cool:
  20. MrsGorilla

    The Most...

    That's just what I was thinking too. :rolleyes:
Back
Top Bottom