| Thread | Last Post | Replies |
|
| How Do I search For certain data in xml using VBA code? | 19 Mar 2008 02:26 GMT | 1 |
I have an attribute-centric xml file which can't be imported directly into Access. In addition have have look into KB article#285329 and I don't know how to change the xsl stylesheet to bring in the xml data I have. Let me describe what I need to accomplish:
|
| vb Procedure/process coding help | 18 Mar 2008 21:21 GMT | 5 |
I'm hoping someone can help me on this? I think i'm brain dead here!!! I have complex calculation within text boxes on a form that same information needs to go to a report.
|
| Word Count | 18 Mar 2008 17:46 GMT | 9 |
I have an unbound field that is a memo field type. As the user types in characters I want to have another unbound field counting the length of the memo field. I know this can be done but I can't think how to do it. Do I need some code on the memo field updating the word count ...
|
| Calling a Subroutine | 18 Mar 2008 17:36 GMT | 9 |
I have 10 files that I need to export in a certain format. The format is consistent for each of the files. My thought was to create a form and onclick of the button, I would open the recordset for that client then call a subroutine to export the data. Currently, I have a ...
|
| Form Close ? | 18 Mar 2008 15:59 GMT | 2 |
I have a form "frmLocation" the form has a list box so the user can select the location to run a query "qurEquipLocation" that is used to produce a report "rptEquipLocation" I have it set up so frmLocation opens you select the location and then click
|
| Save specific images to specific records | 18 Mar 2008 14:54 GMT | 1 |
How can I have the ID picture of the specific person who's record is being reviewed, without hardcoding it for every single person in table?
|
| CDO Message | 18 Mar 2008 14:38 GMT | 1 |
I obtained the following code from this site. It doesn't work. Most likely my fault. I believe it is in the configuration. What do each of the .item fields mean? Sub CDOTestFive()
|
| Exporting data from continuous form to Excel spreadsheet | 18 Mar 2008 13:37 GMT | 2 |
I have the following code that I thought should export my data from a continuous form to an Excel Spreadsheet. The sql statement basically emulates that which is used within my continuous form as the forms record source. However, on
|
| wget | 18 Mar 2008 10:27 GMT | 1 |
Anyone use wget to grab FTP files with their VBA modules before? If so, any sample lines? Thanks!
|
| calculated sum in subform footer problem | 18 Mar 2008 00:34 GMT | 1 |
Hi! I would like to sum [Price]*[Qty] in the footer of my subform and the problem is that [Price] is an unbound field with a Dlookup function in its control source. (Actual source is: =IIf([Type]="Material",DLookUp("[Price]","qryCurrentMaterial","[MaterialID]="
|
| Lookup | 17 Mar 2008 21:46 GMT | 2 |
I have a form that has two subforms it is for software. The main form is based off the Software Table, 1 sub Form contains the License Information for the Software (not problem with this one) the second subform has System Assignment(s) "ie the system tag that is assigned to the
|
| Msgbox vbretry (get user to retry and fill in information) | 17 Mar 2008 20:38 GMT | 2 |
I'm firing off a report using a command button, but I want to make sure there are not any null values on my form. I have 3 combo boxes that all need values in order to generate the report properly. I have setup my code as follows, but it is not producing the results. The ...
|
| CDO Message Send Error 0x800ccc13 / 15 | 17 Mar 2008 20:38 GMT | 2 |
My code sends an e-mail using our SMTP server: Set objCDOConfig = CreateObject("CDO.Configuration") sch = "http://schemas.microsoft.com/cdo/configuration/" With objCDOConfig
|
| transferspreadsheet export to named range in excel | 17 Mar 2008 20:32 GMT | 5 |
I've done this before but I can't remember exactly how to do it. Here's the line of code: docmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, "Op_Com", "T:\ Storage\1.Reporting\DB\ReportPivots.xls", False, "A2"
|
| importing access tables into an access db | 17 Mar 2008 18:52 GMT | 1 |
I have the following code for a click event on a command button: Private Sub Command86_Click() On Error GoTo err_command10_click Dim strfile As String
|