| Thread | Last Post | Replies |
|
| Slow backend due to long server name | 13 Dec 2007 05:39 GMT | 6 |
My company's backend is located at a location with a long address, something like - //our_servers/server_number_one/our_department/our_devision/ our_results/our_databases/backend.be
|
| Table import dialog box | 13 Dec 2007 05:19 GMT | 1 |
i'm new to VBA and i need to Build a Dailog form that will enble me to import .csv or .xls files to access. anybody directs me where can i find already built form on line OR what functions or method to use
|
| Problem Setting Combobox Choices from Stored Query | 13 Dec 2007 03:03 GMT | 1 |
I have a form with several comboboxes whose contents I'm trying to initialize from a table. The table, ComboSelections, has 3 fields, an autonumber ID and two text fields, ListCode and ListEntry. ListCode contains the actual names of the comboboxes, each of which has several
|
| Changing a line in an access 2000 module | 13 Dec 2007 02:49 GMT | 4 |
we have 2 Access Applications. One is in Access 97, the other in 2000. With Access 97 I was able to replace a module that contains an old web address using docmd.TransferDatabase.
|
| Quarter to Date conversion | 13 Dec 2007 02:41 GMT | 2 |
I am relatively new to Microsoft Access and databases in general, and have a problem - one which I think may necessitate some VBA code (or maybe just modification of the criteria section of the query. I have a table with several columns being imported into a query which
|
| Opening Access 97 mdb's with Access 2003 OK? | 13 Dec 2007 02:26 GMT | 1 |
We have a tool built for determing which Access version an mdb is that works nicely. Problem is, hundreds of PC's here are getting reimaged without it(!) Since I've been unable to solve that problem, am quite interested in
|
| Help needed on creating a subform | 13 Dec 2007 00:52 GMT | 2 |
I am trying to create a form that shows quote info, but also has a subform that lists all keywords and allows you to select multiple keywords to associate with that quote. I have never done a subform before and am struggling a little with it as there is an element of
|
| Query that works in 2007 does not work in 2002 | 13 Dec 2007 00:48 GMT | 3 |
I have this query that when run on Access 2007 works, when run in 2002 it fails with the following error: [Microsoft][ODBC SQL Server Driver][SQL Server] Incorrect Syntax near
|
| Help! - How do I summarize client transactions??? | 12 Dec 2007 22:59 GMT | 1 |
I can see why this doen't work in a simple query, but I don't know how to fix it... I have a table of client transactions, (ACCOUNT_NUMBER, DATE, VALUE) eg:
|
| updating tables from external links | 12 Dec 2007 19:45 GMT | 2 |
I work for a company where I do quality assurance. We get a spreadsheet every week of the curent employees where I work. What I need to do is import this spreadsheet every week and update my tables.
|
| What Do They Want From Me? | 12 Dec 2007 18:43 GMT | 2 |
I received an installation program to load an application on my home computer (WinXP w/ OfficeProXP). The app was originally built in AccessXP, however is now run on A2003, since the company upgraded to Office2003 a few months ago. When I clicked on the
|
| Navigation Buttons - Display text alongside | 12 Dec 2007 13:47 GMT | 3 |
Afternoon Is it possible to display test alongside the Navigation Buttons in an MS Access form? I have a complex form containing a number of subforms where the
|
| Display pictures on a continues sub form | 12 Dec 2007 06:09 GMT | 3 |
I have a form with a sub form, on the continues sub for I want to display some data along with a picture, on the On Current event I have the code: [ImageFrame].Picture = Nz([ImagePath])
|
| Global Value In Access Database | 12 Dec 2007 05:54 GMT | 4 |
Where and how do I declare a variable that I want to use throughout the entire Access database? Thanks
|
| Printing Page Heaer of a sub report | 11 Dec 2007 23:24 GMT | 2 |
Dear reader, In case a report is a sub report the Report Header of the sub report is printed in the report but the Page Header of the sub report will not be printed. This is the same for Page Footer of the sub report.
|