| Thread | Last Post | Replies |
|
| duplicate column name export | 30 May 2008 05:03 GMT | 1 |
I have a table with columns called Part1,Part2,Part3,Part4 and I would like to export them to Excel but have each column called Part. Is this possible without doing it manually? I would like the columns either in the table renamed to Part or the columns in the exported table ...
|
| Vista Profile information screwing up Access?! | 29 May 2008 22:59 GMT | 1 |
I have, until recently, had Access 2003 and 2007 installed on the same PC, as I need to use both versions. Following a number of crashes in Access 2003 ("Access has stopped working...") I decided to remove Office 2003, and, in order to ensure
|
| Opening Excel from Access | 29 May 2008 20:34 GMT | 27 |
I have a form with a button which is supposed to open an Excel file (With lots of Macros /VBA) in it. The Excel file gets it's data from the Access program Here is the code
|
| Create Error List in VBA | 29 May 2008 18:51 GMT | 2 |
Luke Chung at FMS Inc provide this link in another thread that provided a really helpful .pdf file error listing: http://www.fmsinc.com/MicrosoftAccess/Errors/ErrorNumberAccess2007-2000. pdf
|
| Disable Maximize/Minimize/Restore in Access 2007 | 29 May 2008 13:07 GMT | 8 |
Is there a way to disable the maximize, minimize and restore buttons of the Access window in A2K7? I can't seem to find one. I am setting up an application that will be launched via Terminal Services but don't have seamless windows so I need to make sure the users can't get
|
| Errors: "No current record" and "The search Key was not found in any record" | 29 May 2008 10:33 GMT | 2 |
I get the errors 1) No current record 2) The search Key was not found in any record while deleting data from a table
|
| Grouped report without data | 29 May 2008 00:37 GMT | 1 |
Good Morning, I'm making a report with grouped data with access 2003. Unfortunately, Access print in this report groups with empty data to fulfill all level.
|
| Help with Linking Combo boxes in a Subform | 29 May 2008 00:19 GMT | 5 |
I have created two combo boxes in a subform.... For example 1. Combo Box State 2. Combo Box City
|
| recognize EOF condition when using GoToRecord Action | 28 May 2008 22:56 GMT | 7 |
If I'm using the following in a procedure... DoCmd.GoToRecord acDataForm, "FormName", acNext, 4 ... how can I recognize the EOF condition? Using GoToRecord, I find myself lost when trying to determine when EOF is reached.
|
| Database (and backups) not working | 28 May 2008 22:11 GMT | 2 |
I have a new database created in Access 2007. Things were going swimmingly (or as well as they do for an amateur like me) when suddenly calculated fields on a form started giving me "?Name# as their result. Also on click events (eg to open another form) stopped
|
| How Do I Obtain the Microsoft Jet OLE DB Provider? | 28 May 2008 18:39 GMT | 1 |
I have a computer running Windows XP SP2. I get the message "The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine". Microsoft provides instructions for obtaining the Jet components in
|
| Task Scheduler running a macro | 28 May 2008 15:53 GMT | 1 |
All your help is appreciated in this problem. I am running a macro to execute certain queries and the macro is started to run by a windows task scheduler. However, after the macro runs the database will remain open. Instead I would like to close the
|
| Can I force a query criteria to limit to Like "*ABC*" - forcing the cap's ? | 28 May 2008 15:30 GMT | 7 |
If I drop Like "*ABC*" in a QBE grid criteria cell, the records returned include mixed case. Can I force the uppercase limitation in a QBE grid?
|
| Access database DAO Transacation | 28 May 2008 13:19 GMT | 2 |
I am using DAO transacation in my code and everything is running perfectly alrite. but it is not commiting my transacation. and whole code is running without any errors.At the end of code its commiting transacation but there is no effect on database.
|
| Creating a link between purchace orders and sales orders? | 28 May 2008 11:36 GMT | 3 |
SO = Sales Order PO = Purchase Order PO Rules An SO can have many lines.
|