Search results

  1. ReAn

    Story

    an itchy crotch
  2. ReAn

    Story

    one must change
  3. ReAn

    Story

    for the speed
  4. ReAn

    Add-Ins - Access or Visual Basic

    Hehe, didn't mean to.. you just seem so danmed knowlegable about access/vb that i was kinda shocked to see you ask a question. My humble appology. Gomen, sugoi gomen.
  5. ReAn

    Story

    which galantly increased (haha groundrush :p)
  6. ReAn

    Help with sql

    If you didn't understand what he meant, he meant this: Dim RSRecord as DAO.Recordset
  7. ReAn

    Access Path too long for Target Shortcut

    Make a batch file (*.bat) with this exact contents: @echo off C:\Program Files\Microsoft Office\Office\msaccess.exe /wrkgrp "X:\YourWorkgroupFile.mdw" "X:\YourFrontendDB.mdb" C:\Program Files\Microsoft Office\Office\msaccess.exe /wrkgrp "X:\YourWorkgroupFile.mdw" "X:\YourBackendDB.mdb" Make...
  8. ReAn

    Add-Ins - Access or Visual Basic

    Wow, the great Mile-O asking a question... shit that's new. My guess is access only, vb6 to my knowledge dosent have support for the ! operator nor [] tags for fieldnames, a lot could be missing that may be required. My suggestion is that you try making a SIMPLE addin in vb6 first and see what...
  9. ReAn

    Help with sql

    myVariable = RSRecord("myFieldname")
  10. ReAn

    Page Header wont grow.

    I have text boxes set togrow if needed in my page header, but the header will not grow to account for larger text boxes... any ideas?
  11. ReAn

    Story

    high horse of
  12. ReAn

    If data says this then say this

    Try looking @ this:
  13. ReAn

    Display contents of a table in a message box

    It shouldn't
  14. ReAn

    Question - should it go in "Code Repository" section?

    This Macro shortcut is what you make the scheduled task run, you can put it anywhere but it's neccessary to make the scheduled task that runs it automatically. The template would hold the base information, and things like dates/times would be filled in dynamically and added into the main...
  15. ReAn

    If data says this then say this

    Actually this is better.... Make a new table with the conversions... you know Mon AM,S1 Mon PM,S2 Tue AM,S3 Tue PM,S4 Wed AM,S5 etc... Then Join the two fields that have the mon am shit in it then include the field that holds the S# 's
  16. ReAn

    If data says this then say this

    In you're new feild be like MyNewField: IIf([otherfield]="Mon AM","S1",IIf([otherfield]="Mon PM", "S2", .... and so on... Kind of messy though.
  17. ReAn

    Something Interesting: If or Else?

    Stress test: Repititions: 100000000 Case: x dosent equal y Example 1: 14.437 sec Example 2: 20.0469 sec Case: x equals y Example 1: 12.531 sec Example 2: 17.1499 sec I suppose it's because example two has to make two conditional calculations, where as example 1 only has to make 1 Test...
  18. ReAn

    Something Interesting: If or Else?

    Probably #2, ill stress test it though, gimme a min...
  19. ReAn

    Share a database? Am I on the right page?

    Ah, your method would work just fine.
  20. ReAn

    Story

    bad. So let's
Back
Top Bottom