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
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...
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).]
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
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
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.
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
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...
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...