Search results

  1. rainman89

    Issue with turning crosstab into form

    HI All, I have a crosstab query that runs in about 9 seconds.. pretty good i would think. My issue though is everytime I try to turn it into a form, access stops responding. I tried specifying an ID to narrow down the query and now I cant even save the query... Does anyone have any tips on this?
  2. rainman89

    DLookup using another Dlookup result

    im not sure you can create a expression and call from it. You need a table or query to pull from. TablenameN is an expression in your current query As for your 2nd problem, you have just tablename in there. You probably dont have a table named tablename...
  3. rainman89

    Varying text size within text box

    Here is an msdn link on how to change the font using vba http://msdn.microsoft.com/en-us/library/aa195892%28office.11%29.aspx
  4. rainman89

    fOSUsername

    Are you using the windows username of the user? You can use =environ("username")
  5. rainman89

    Varying text size within text box

    Sadly, afaik you cannot do this
  6. rainman89

    WIndows 7

    There is also the folder redirection option that you can do with AD. Works pretty good. Good for giving desktops and other stuff too!
  7. rainman89

    WIndows 7

    Yup We are running it right now for the whole district. No issues
  8. rainman89

    WIndows 7

    In AD there is a homedrive option. You can map the users homedrive directly to their network path and it will give them that drive and files no matter what computer they log in to. We use the letter H: so everyone knows that their h: drive is their documents folder now.
  9. rainman89

    WIndows 7

    Windows 7 has whats called libraries. We are using it here with AD and have had no problems mapping their documents to their network drive
  10. rainman89

    Will I be able to reinstall Office?

    if you've installed it more than 3 times, id say that they might give you a hard time about it...
  11. rainman89

    Using Between in VBA

    you need to do >= 10/1/10 for it to work Edit that wont work either. The issue is that you have a bunch of differnt possibilities. 10/1/11 is greater than 9/30/11 and greater than 10/1/10 so it will show for both and since it gets to the 9/30/11 one first it takes that
  12. rainman89

    Compile Error

    how did you create this button? Your code needs to look something like Private Sub Command27_Click() On Error GoTo Err_Command27_Click Dim stDocName As String stDocName = "17 CASES WITH ALL DEP POT EMANC Q" DoCmd.OpenQuery stDocName, acNormal, acEdit stDocName = " 18 CASES...
  13. rainman89

    Compile Error

    ok you are missing something you have On Error GoTo Err_Command27_Click but you dont have an Err_Command27_Click in your code
  14. rainman89

    Compile Error

    you only need to do this once Dim stDocName As String
  15. rainman89

    i-Phone apps - free or otherwise

    im liking plants vs zombies too course i like those defense type games....
  16. rainman89

    Happy Birthday Bob

    Ah crap I missed it. Happy Belated boB!
  17. rainman89

    FIFA World Cup 2010

    I gotta say, as an avid soccer fan, that the game yesterday was pretty bad. It was a ugly ugly game! No way should 2 of the top teams in the world hack and slash their way up and down the field like they did. Felt like I saw a card every 2 minutes!! As far as the game play went, I don't think...
  18. rainman89

    No Americans

    Cool? That's too bad. We've had 90+ degrees the past 3 days. It's been amazing. Sun and fun! It was a great weekend.
  19. rainman89

    Hello everybody (in Dr. Nick's voice)

    Actually Dr. Nick used to say Hi Everybody... not hello. Get it right :)
  20. rainman89

    What is your worst IT Day?

    You felt it too eh? I didn't personally but some in my building said they did.
Back
Top Bottom