| Thread | Last Post | Replies |
|
| bottone in grafico pivot | 30 Oct 2007 08:03 GMT | 1 |
Ho bisogno di aiuto. Devo inserire un bottone collegato ad una query in un grafico pivot ma non ci riesco. Qualcuno mi sa aiutare??
|
| 1 syntax error, need to create a directory and an excel file | 30 Oct 2007 05:39 GMT | 1 |
I don't know how to create a directory? I have a syntax error on the createFile line and I am trying to create the excel file if it doesn't exist. This is urgent. If you can help, thanks in advance. Janis
|
| syntax error creating an excel file | 30 Oct 2007 05:04 GMT | 1 |
I have a couple questions: First, there is a syntax error on the createFile line???? What I want to do is create an Excel file. The second question is how do you create a directory? Please help
|
| How to programmatically rename table names in access | 30 Oct 2007 02:33 GMT | 3 |
I have an access database linked to sql server database. The name of the tables are: dbo_Student, dbo_Score etc. There are altogether 20 tables. How does one rename the tables programmatically by taking out the dbo_ prefix from each of the tables. Thanks.
|
| insert a value in an excel row | 29 Oct 2007 22:47 GMT | 1 |
i can open an excel book from access vb. i can insert a row at the beginning of that book. how do i put a specific value in cell 1 of that inserted row? thanks for your help
|
| loading the same record from one form to another | 29 Oct 2007 20:56 GMT | 1 |
OK what im am working on is a set of forms. Each of the forms is linked to the same table, and each form has different columns from said table. So You enter a name and date on form one and hit next and you should be looking at the questions for the record you just entered. But what ...
|
| Delete Record in table with code | 29 Oct 2007 17:39 GMT | 2 |
The .MoveNext takes me to the deleted record. How do I get rid of this record? I thought the .delete also removed it from the table, but it doesn't until I close the table. Here is my code....
|
| Compare table definitions | 29 Oct 2007 17:33 GMT | 1 |
Each month we have to create a database that is meant as a refresh from another database soure. As part of the qa to ensure that the Access database was created correctly we verify to ensure that the tables within the database have the same field definitions as the prior ...
|
| Function to compare dates in a table | 29 Oct 2007 16:14 GMT | 1 |
I am having a problem creating a function that count the number of holidays, from a table, that appear in a date range. I have Dim'ed BegDate and EndDate as universal variables in a separate function. I have used code that I have seen in various other posts. Will someone ...
|
| Inserting Record into SQL database | 29 Oct 2007 16:11 GMT | 3 |
I would be very grateful for help in debugging this sub routine which is supposed to add a record to an SQL table. Running this gives me Error 3219 (Invalid Operation). The error occurs at the line that includes "Set myrs = .OpenRecordset"
|
| Run Time Error 3027 Database Read only message | 29 Oct 2007 14:44 GMT | 2 |
Can anyone look at my code and tell me what's wrong? It all works fine until the last step which is docmd.transfertext exporting a variable table name At the end when i try to export my file, i get a run time error 3027 message.
|
| Public Variables in Module | 29 Oct 2007 14:44 GMT | 2 |
I have been using a Public Variable in a Standard Module to save the hassle of having to pass a variable (generated in one form but used in another) between the two forms since the old form closes as the new one opens. I use the variable (called WhereString) several times while I ...
|
| Calculation of average value | 29 Oct 2007 06:42 GMT | 1 |
Hi I have on a form something that resembles this. A B C Average 1 1 1 1 2 2 2 2
|
| Funktion mit Recordsetfeldübergabe | 29 Oct 2007 03:11 GMT | 2 |
Hallo NG ich habe eine Funktion geschrieben und möchte in einem Formular einen Wert aus einem Recordset erhalten. Ich habe in der Tabelle die ich mit dem RS öffne verschiedene Felder und je
|
| RunSql Insert Into | 28 Oct 2007 23:41 GMT | 3 |
On a form that the user is working with there is a control named 'ToCompany'. When new information is entered into this field I am trying to append it to a table named 'CustomerData' into 'CustomerName' (after update event). DoCmd.RunSQL "INSERT INTO CustomerData" & "CustomerData ...
|