| Thread | Last Post | Replies |
|
| Transfer 2 querys to the excel workbook but to different sheets | 06 Nov 2007 10:19 GMT | 1 |
I have a problem. I use the following code to transfer a query to an excel sheet. Private Sub Command9_Click() DoCmd.OutputTo acOutputQuery, "6_FORECAST_TO_VENDOR", acFormatXLS,
|
| Using Shell to invoke cmd script with argument | 06 Nov 2007 06:06 GMT | 1 |
I am trying to get an access form to initiate a .cmd script and pass two arguments to it. The contents of the script files are shown below: initdb2.cmd -------------------------
|
| Creating fields in tdfNew | 06 Nov 2007 00:36 GMT | 3 |
Access03/WinXP This should be fairly straightforward, so not sure what I am missing. Looking at the help example for .CreateField (from the Northwind DB), I am following the same format:
|
| Cannot Get Cancel Button to Work correctly | 05 Nov 2007 23:44 GMT | 2 |
Form A is bound to Table A Form B is bound to Table B I have a button on Form A whose Click event opens Form B and gives Form B focus. Form B has a Cancel button that is supposed to prevent the new record
|
| Build recordset of filtered table names? | 05 Nov 2007 22:36 GMT | 3 |
Access03/WinXp I was wondering if it is possible to define a recordset of a specific set of tables in a database, rather than all tables in the database collection. I have a procedure that runs through all tables and if the table name begins
|
| Some Access Database programming, Access 2000 | 05 Nov 2007 20:41 GMT | 1 |
I need some help with several problems -- 1. When i'm importing records through a query, using an append table, its telling me its found several errors in all the records, because of a validation rule. Tehre are no validation rules set, and ther are no
|
| cycle through all the records in a table for a report | 05 Nov 2007 20:34 GMT | 9 |
I have a report that displays records of a list of prodcuts. I also have a table of special codes that I need to link to a text box in this report such that it will display the special codes in order and then recycle to the beginning, continuing until all the records in the ...
|
| Execute a string as a VBA statement | 05 Nov 2007 20:31 GMT | 5 |
Is there a way to execute a string as a VBA statement? For example something like: Execute "Msgbox" I am looking for a means to assemble and execute a VBA statement as a string
|
| runtime error, does this query look right? | 05 Nov 2007 20:20 GMT | 4 |
I keep getting an error at the rsResults.open line of this code:Run- time error '-2147467259 (80004005)' ODBC--call failed. From what I've researched it's fairly common, but no single solution. I get different messages changing the sql string around, so I was hoping it might be
|
| Public Functions in SQL statements... | 05 Nov 2007 17:50 GMT | 4 |
Hi Access programming gurus, I have written a public function in the VBE and am trying to use it in a query I'm creating. I have been getting my SQL statements by first building a query in the
|
| Use particular record | 05 Nov 2007 16:17 GMT | 3 |
Hi all, not too good at this but i am using the following statement to use the last record : strSql = "SELECT * FROM tbl_CIANumberRequest ORDER BY dtAdded DESC" Set dbs = CurrentDb
|
| re-launching Word -> fails to Save document | 05 Nov 2007 15:18 GMT | 3 |
Running Access 2007 with SharePoint MOSS 2007 Here is a message from a biz friend that has created an invoicing system using Access 2007 on the local PC, and SharePoint 2007 on the remote server for file storage.
|
| Compacting Not replacing db1 | 05 Nov 2007 13:42 GMT | 4 |
i'm hoping someone can help me with this problem. I am compacting my access '03 database and its creating the db1 copy but the copy is not being deleted and my original database is not being compacted. the original reopens without any error messages but i can see the size has
|
| export to excel | 05 Nov 2007 13:41 GMT | 4 |
I'd like to put a button on a form to export a specific table (view) to Excel. I've checked the sites I know (Access Web, etc) for that code and didn't find what I needed. Does somebody have a link to vba code that does that? Thanks so much.
|
| Log-in and Linking to Database - Need Help! | 05 Nov 2007 12:33 GMT | 3 |
There are two things I want to be able to do with my access database. The database is called books and it has two tables: Books and students. 1) I want to be able to link to the books table and have a page read the information about it. Such as, the page will read the books and ...
|