| Thread | Last Post | Replies |
|
| Need recommendation for download that uses MS Word feature 'Autosummarize' to summarize a database's contents. | 14 Jun 2005 06:22 GMT | 1 |
Are there downloadable software products allowing the MS Word feature 'Autosummarize' to summarize an entire database's contents? Would any of this software allow 'Autosummarize' to summarize non-Microsoft databases e.g., forums?
|
| Write conflict message | 14 Jun 2005 03:54 GMT | 4 |
I've posted the following question a couple of days ago and i received the reply i'm sending. The problem is that i'm not sure i understand how can i do this. The form's recordsource is an SQL command that is executed in the On Open event. How can i set the field values in the ...
|
| can visual basic turn off confirmation of action queries | 14 Jun 2005 02:31 GMT | 18 |
My compiled Access program requires confirmation of action queries on some machines but not on others. It's a real nuisance; I need to find some way to turn it off. I can't find any documentation for how to turn it off in visual basic.
|
| Palm database | 14 Jun 2005 02:22 GMT | 4 |
I upgraded from a Dell Inspirton, where I was using the Palm database, to a new Toshiba with Office. I can't figure out how to import the Palm into Office Outlook while retaining all fields. Any ideas?
|
| conditional formatting | 14 Jun 2005 00:47 GMT | 4 |
How can i conditional format a contineous form in code? I've tried the following but no result. I probably did something wrong. With Form_MySubForm .DataEntry = False
|
| DLookup | 14 Jun 2005 00:33 GMT | 3 |
Help!!! Can anyone tell me what is wrong with the last part of this DLookup? The PackageDePalletizedTS is a Date field. PkgIndDet = DLookup("[txtPkg]", "tblPallet", "[Package_ID] ='" & Me![txtPkg]
|
| VBA Code | 13 Jun 2005 20:57 GMT | 1 |
I have been working on this database for a while now to get it to work with my info.I dont know enough about vba to know what Im looking for. It was inherited from a previous admin, the problem that Im having is that when the module finishes I dont get any results in the running ...
|
| Problems linking betwen excel and acces | 13 Jun 2005 20:48 GMT | 1 |
Hi, good morning, I have a excel sheet with 6 sheets, "Rventas" "Rentradas", "Salidas", "RFC", "Inventario", and "botones" sheets Inventario and Botones has very complex structures and formulas, but I dont use in my acces queries this sheets, in acces I just use the sheets
|
| Call dll in variable location | 13 Jun 2005 19:18 GMT | 3 |
Hy group I've a declaration of a function where I point to a .dll file. But I'd like to connect to the .dll file using a variable. See the example for more information.
|
| New record functionality | 13 Jun 2005 17:40 GMT | 2 |
I have an Access95 database and i am currently working in Access97. I have a form that is based in part on a table that exists in another access95 database. Currently everything on the form works and i can add records and scroll through the recordset using the standard buttons at ...
|
| Form Coding | 13 Jun 2005 16:23 GMT | 4 |
I have fields on a form from a table. For explanation purposes, I will show you how it is set up: ComboBox Named: AccountName CustomerName
|
| List Box to Filter Report | 13 Jun 2005 16:17 GMT | 5 |
I'm trying to create a string of values from a list box and pass this to the WHERE condition to open a report. I've tried code given in previous posted answers, but when adapting it to my own DB, I'm going wrong somewhere.
|
| Making table and fields | 13 Jun 2005 15:58 GMT | 2 |
I want create table which name is current month +6. So in this case it would be "December". This table should contain fields as much as days in that month (31). The field names should be 1...31. I know all separate prosedures needed in this, but I have troubles of making them ...
|
| Printers | 13 Jun 2005 15:16 GMT | 1 |
for some reason this does not work in Access 2000 but worls fine in 2003. Any ideas? Private Sub cFax_Click() sReportName = "rPayroll"
|
| How do I read html source from a URL without saving it to HD? | 13 Jun 2005 13:55 GMT | 4 |
I am using Access 2003. I want to write a module that will be able to read source from webpages directly without me having to save the source onto my hard drive. I can't seem to find this.
|