| Thread | Last Post | Replies |
|
| Vista Hidden Tips, Tools, Tricks and More for New System!! | 25 Nov 2007 07:10 GMT | 1 |
These Hidden tools will help you get maximum performance Inside Vista, The Best of Vista's New Tools,Tweak Security Settings in XP and Vista, Using USB keys to improve Vista performance , Networking Vista, and more at...
|
| Global object scope problem | 24 Nov 2007 23:33 GMT | 1 |
I have created a class to track the session details on a database we use at work. The class stores information about the current user, start time, end time, etc. The object instantiated from this class works perfectly until I am closing the DB and then it disappears
|
| Report maximize on open | 24 Nov 2007 15:41 GMT | 7 |
I have the onOpen event of my report as docmd.maximize but when I open the report rather than truly maximizing the window, it enlarges it so that it fills the screen, i.e. the title bar and border are still visible. If I do not set the onopen event to do this, and I hit the ...
|
| Newbie HELP Linking a table multiple times to another | 24 Nov 2007 14:27 GMT | 1 |
I new new to Acces and tryig to do something that should be fairly straight forward. I am trying to have an address book table and link it multiple time to another table. For example address book with have people in it who are project managers and quality control. There will
|
| Conflict with short date and default input mask | 24 Nov 2007 08:54 GMT | 1 |
I created a short date field. The format is dd/mm/yyyy when displayed. The input mask is set to 99/99/00;0 (default, I didn't type anything). If I edit an existing date, say change 12/14/2007 to 12/15/2007, I get an error "the value you entered isn't appropriate for the input mask."
|
| How to keep a second form on top of the main form | 24 Nov 2007 01:46 GMT | 1 |
Dear reader, I have two forms, FormMain and FormX. FormX will be open as a popup in front of FormMain. By selection a field in FormMain, FormX drops to the back of FormMain.
|
| SendObject to Lotus Notes failing | 23 Nov 2007 16:01 GMT | 2 |
I'm using SendObject to generate an email to a list that I have built up in a string variable from email addresses held in a text field within a table. The string of email addresses looks OK. I know this because I've msgboxed it. However while it works OK for the first two
|
| How do I get a form to wait for a popup to close? | 23 Nov 2007 11:11 GMT | 2 |
Is there a way to get the VB code that opens a popup to wait until the popup is closed before continuing?
|
| form-subform question | 23 Nov 2007 10:03 GMT | 1 |
I can't figure out how to do create this screen. I think I need to use a form with subForm(but I'm not sure). Could you direct me to an article. Or give me some advice on how this is done.
|
| Flag data changes | 22 Nov 2007 14:05 GMT | 1 |
I tried posting this question in another group but no luck, so trying again with this group. I need to export data stored in Access to Excel. The Excel file, which is a client report, needs to show any changes to the data since
|
| Calculating time | 22 Nov 2007 09:24 GMT | 4 |
I have a table with a StartTime and EndTime and want to calculate number of hours worked. Is it possible to get a "Number" answer? E.g. 9:00am (StartTime) worked to 4:00pm (EndTime) = 7 (Hours worked)
|
| Open Common Dialog with thumbnail view | 22 Nov 2007 07:51 GMT | 8 |
When I need to search for pictures, I always have too choose thumbnail-view manually. Is it possible to open the common dialog in thumbnail-view programmatically? Example ?? At the moment I am using Ken Getz' code. at http://www.mvps.org/access/api/api0001.htm
|
| Locking | 22 Nov 2007 06:44 GMT | 4 |
The application is used by one and only one person at head office. It is used by one and only one person at each of about seventy sites. Site data are discrete; there is nothing (that can be edited) that Site 1 shares with Site 2.
|
| ADP Very Slow in Access 2007 | 22 Nov 2007 06:15 GMT | 1 |
I have an Access Data Project (.adp) connecting to a SQL Server 2005 DB over the internet. The project has been running in Access 2003 for a couple of years, and performance has been very good.
|
| Getting Active Control During Current Event | 22 Nov 2007 02:04 GMT | 8 |
I have some code in my form's On Current event which changes focus to a particular control. I want the control to remain where it was when the user moved to the new record. But using Screen.ActiveControl or Me.ActiveControl in the OnCurrent event results in the error "the ...
|