Search results

  1. W

    Auto-resizing fields on focus

    Resizing revisited I need to do the same thing and would much rather have the textbox resized as opposed to the zoom box. Also, I don't want to have to put the code in for each textbox on the form. Is there a way to have the resize (or zoom box) occur for ANY control that has the focus? That...
  2. W

    Connecting Databases

    open other database at specific record So I can use a hyperlink to open another database but can I also open a specific form and go to a specific record in the other database? How?
  3. W

    1-365

    I need to automatically calculate the number of the day of the year (1-365) from a date entered by the user as mm/dd/yyyy. Any ideas? Thanks.
  4. W

    This ought to be EASY!!!!

    Didn't work for me. I tried the simple <a href approach a couple days ago and all it does is create a lock file in the folder where the .mdb resides. MSAccess never actually opens. And the lock file does not appear until after I hit the "Open from this location" option (I'd really like to...
  5. W

    This ought to be EASY!!!!

    So if you want to put your mdb file on a shared LAN drive and have users open it by clicking a button on the intranet, how do you do it? I don't want the .mdb to open in a browser. I just want to launch the local installation of MSAccess and have it open a particular .mdb. I added a link to the...
  6. W

    Batch File Hangs After Opening MsAccess.exe

    But doesn't that annoying "File Download" dialog open when your batch file executes? I'm trying to do a similar thing but I want the users to execute the .bat file by clicking a button on our intranet page. If I make the url for the button the path to the .bat file, it works but I can't get it...
Back
Top Bottom