| Thread | Last Post | Replies |
|
| Progress Bars Or Processing while a long task is running | 29 Jun 2007 19:52 GMT | 1 |
I have an app that has several reports that take a while to format before they are displayed/printed. I have seen several progress bars and other items that could be used to indicate that something is being done. All this is ok, but all of the items I have seen on-line requires ...
|
| Make Table From Union SQL query | 29 Jun 2007 19:26 GMT | 2 |
How do I make a table from the result of this query: SELECT [Raw Data].[CCSSBU Header], ibcUpd.YTD_ACTUAL_CHARGE, [FROM_CC_NBR] & [Raw Data].[SS] & [BU] AS ibcHdr FROM ibcUpd LEFT JOIN [Raw Data] ON ibcUpd.FROM_CC_NBR = [Raw Data].CC;
|
| click on page form tab to filter subform | 29 Jun 2007 19:22 GMT | 2 |
I have page tab with following names: Flat Rate, Global Rate, MSRP Rate. I would like to have subform only show the rates for each page tab. How do I go about doing this. I am new to VBA and from reading all the threads, I can't seem to find the one that fits my exact need. ...
|
| changing a field caption | 29 Jun 2007 19:08 GMT | 1 |
I was wondering what the language was to change a field's caption my guesses didn't work: tdf.Fields(0).Properties("Caption") = "Feature ID" tdf.Fields(0).Caption = "Feature ID"
|
| Enter Key behavior | 29 Jun 2007 17:16 GMT | 2 |
Running an application with a lot of forms and tables. On a number of my forms, when I enter data into a field and press the Enter key, the application exits out of the form. I've made sure the "EnterKeyBehaviour" parameter is set up correctly, and so forth, with no success. ...
|
| how to filter fields? | 29 Jun 2007 16:40 GMT | 3 |
I have a table with 60 fields. How can I eliminate the fields that contain null value in all records? (no point to keep these fields any more).
|
| Database Spliter in Access | 29 Jun 2007 16:36 GMT | 2 |
I have set up a test database to practice setting up a Front End/Back End for a data base. before I apply it to the office version. I have Access 2003 but when I go to Database Utilities, I do not find Database Splitter.
|
| Are there guides to writing proposals in Microsoft Office? | 29 Jun 2007 16:30 GMT | 3 |
I am trying to write a proposal and am wondering if Microsoft Office has a guide for writing proposals.
|
| file names table | 29 Jun 2007 16:06 GMT | 7 |
Using A2K, is it possible to import all filenames (and only filenames) from a folder into a table? I only want the filename and extension, and not the actual data in the filename. My table will then consist of 1 field, which is the filename and extension.
|
| Finding file path through most-recently used file list | 29 Jun 2007 15:15 GMT | 1 |
I've been asked to help someone find where an Access file resides on his hard drive or network. The only way the user knows how to access the file is to pick it from the most-recently used list under the file menu (Access 2000). The file name only (not the path) is displayed when ...
|
| Nested query | 29 Jun 2007 14:33 GMT | 2 |
Hello and thanks for reading my question. The problem I have is that I want to query a table ad join it to himself in a very particular way. this is the table I have:
|
| opening Access 2003 in 2000 | 29 Jun 2007 14:14 GMT | 1 |
I am away from my office with our office laptop and am trying to open a database created in 2003 in Access 2000. Is there anyway I can do this? I can't believe our tech people loaded an older version of Access on our laptop when we use 2003 in the office. Aaaaargh!!! Any help ...
|
| How to calculate profit in Access 97 query? | 29 Jun 2007 13:45 GMT | 2 |
How to calculate profit in Access 97 query? I have the "amount" field and "percentage" field. Another field I want the "Output Amount". But the result shows "Error".
|
| Advanced filter | 29 Jun 2007 13:41 GMT | 1 |
I wouldlike to filter a coloumn which contains a formula. The formula is showing results from another table and either has 0, false or a name. I want to filter the coloumn to show the name only, is there any way to do
|
| Report Footer - At bottom of last page? | 29 Jun 2007 13:16 GMT | 7 |
Hi. Is it possible to have the report footer print at the bottom of the last page, instead of immediately after the end of the detail section (that is what currently happens in my report). Thanks in advance.
|