Search results

  1. D

    Forms resolution

    go here: http://www.download32.com/proghtml/186/18678.htm download Fusion ResizeForm...Works Great!
  2. D

    Return name of button?

    Works Great! Thanks for the help! Works Perferct!
  3. D

    Return name of button?

    I have a module that when a user clicks a button it logs the users name and time to a table. I want it also to log the name of the button. Is this possible? Thanks, DT
  4. D

    How do you count button clicks?

    I have many different forms and tables. Is it possible to have one Audit table so when a user clicks a button on the different forms the Audit table tracks the clicks? Maybe on one form have many buttons that dump into the Audit table. I have tried to set up an Audit table with 2 fields...
  5. D

    Form Size Problems

    go here: http://www.fusiondataservices.co.uk/ and download Fusion ResizeForm. It doesn't mess with screen resolution.
  6. D

    On Mouse Move Event Help.

    Tal, You can use the sample database however you want... Did you put the =fRemoveFontBold() in the OnMouseMove on the background of your form? I hope that makes sense. DT [This message has been edited by DT (edited 06-07-2001).]
  7. D

    On Mouse Move Event Help.

    I sent you a sample database that might help you...
  8. D

    Do you need a Combo Box Sample - Free?

    Sure...send it on over! Thanks
  9. D

    Help with Treeview

    When I load the Treeview Control and the Treeview Control Wizard pops up, There are no tables shown in the table/query dropdown box. Am I missing something? What am I doing wrong? Thanks, DT
  10. D

    Screen size

    Peter, Thanks for replying. I have had a little luck since my post. I can get Access to recognize the screen resolution. The problem I am having now is the stuff on the form is too large or on top of each other. It's a challenge, but a fun one. DT
  11. D

    Screen size

    How do you have your forms auto resize depending on the users screen resolution (640x480, 800x600, etc.) Thanks in advance DT
  12. D

    Screen size

    Has anyone had any luck doing this. I am trying to find some code, but have had no luck yet.
  13. D

    filter using a combo box

    Thanks for the response. I figured it out a couple days ago.
  14. D

    Code to Tab Between form and subforms

    You could create a macro and use the sendkeys command. Put this: ^{tab} in the keystrokes field on your macro. I have a form that has 8 subforms. Add the macro to the "On Lost Focus" of the last field inside of your subform. Hope this helps.
  15. D

    filter using a combo box

    I have a form open in datasheet view. I would like to filter one the fields using a combo box. I am trying to do this using a macro. I can get this to work by typing what I want to filter, but I need to use a combo box. Any suggestions? Thanks
  16. D

    Compile Error:

    duane, all modules are there...
  17. D

    Compile Error:

    Jman, I have looked and it looks like everything is referenced. I am new at this, so I am sure it's something simple (I'm hoping).
  18. D

    Compile Error:

    I am trying to import one (1) database into another (2). When I try to open the form in database (2), I keep getting this: Compile Error: Can't find project or library I have looked at the help file and can't figure out what is wrong. If I import (1) into an new empty database it works fine...
  19. D

    How do you drop part of a file name...

    Access is finding the filenames
  20. D

    How do you drop part of a file name...

    When the viewer goes out and searches our network, I don't want it to look for the "B" (letter in the filename). Does this help. I know I am being vague. I am fairly new to Access, so if you have more questions I will try to be more specific. I am not familiar with the Right, Left and Mid...
Back
Top Bottom