| Thread | Last Post | Replies |
|
| Opening Paint From Within Acces | 15 Feb 2005 08:09 GMT | 2 |
I have a database that stores the pathname pictures in certain fields, and on my form I have small thumbnails of those pictures. My users want to be able to print out the full size pictures if necessary. My idea is to use code to open up MSPaint and pass the name of the file to
|
| RTF Control | 14 Feb 2005 21:44 GMT | 1 |
Can anyone give me a bit more info on how to use the RTF control. I have downloaded the sample databases from Mr. Leban's website, but with the exception of coding comments in the modules, there is little information about how to make use of it.
|
| Array Problems | 14 Feb 2005 21:27 GMT | 2 |
I'm attempting to use a dynamic array and I'm having two problems: 1) I can't seem to remember how to append a new row to the array. Consequently, I seem to be populating only one row at a time as I loop through my ADODB recordset.
|
| add record to another form | 14 Feb 2005 21:05 GMT | 1 |
I have a command button which opens a form(returns) I would like to copy 2 fields in active record to next record in returns form (works order and fg code) I am use to writing in vb but not vba
|
| DoCmd.gotorecord Method | 14 Feb 2005 20:49 GMT | 1 |
I'm creating navigation buttons in a form based upon a table. To move through the records displayed in the form I'm using DoCmd.GoToRecord , , acNext This appears to be working, but I'm not getting the next record in the
|
| Image Comparison/Histogram | 14 Feb 2005 20:28 GMT | 1 |
Is there anyway of Comparing images stored in an Access Database, possibly usings a Histogram method? Does anyone know if Access and VBA support this sort of functionality? Thanks
|
| COMCTL32.OCX | 14 Feb 2005 19:37 GMT | 1 |
I seem to be seeing the following error in an Access database that I have. The laptop that is seeing this problem uses XP and Access 2003. This is the error: "Your database or project contains a missing or broken reference to the file
|
| Obtain autonumber for new records in DAO | 14 Feb 2005 16:46 GMT | 4 |
If you use DAO to create a new record the code looks something like this: Dim DatabaseName As DAO.Database Set DatabaseName As CurrentDb Dim TableName As DAO.Recordset
|
| Time Range | 14 Feb 2005 16:35 GMT | 8 |
I have a table that contains time ranges and a classification for those ranges ex.tblTimeInterval StartTime EndTime IntervalName 6:00 9:00 MORNING
|
| Change filed separator | 14 Feb 2005 16:19 GMT | 2 |
Hi Experts, We work with an Access2000 (dutch version) application. One of the things this application (VBA) does, is create an ascii-text file that can be merged with Word. The file looks like "fld1" ; "fld2" ; 12345 ; "fld3" etc.
|
| how to turn on shading and boarders in Excel from Access | 14 Feb 2005 16:13 GMT | 2 |
I have an application that runs several queries and then outputs them to Excel. I am using Access 97 and have just recently changed some of the queries to output to Excel using transferspreadsheet rather than via a macro. This was done to get around an Excel row limitation ...
|
| I can't stand the new Help system | 14 Feb 2005 15:25 GMT | 1 |
Dear Group, I've just upgraded to Access 2003 and been programming a VBA/DAO... based application. I can't stand the new Help system. I'd much rather have the help in a separate window so I can run it on a second
|
| Version control | 14 Feb 2005 14:37 GMT | 1 |
How can I easily track the level of my application (front- end)? I want to keep the same name on my .mde file, but would like to somehow see the level.
|
| registry key deleted | 14 Feb 2005 12:52 GMT | 1 |
I had a problem downloading update SP1. After troubleshooting, the "RESOLUTION" was to change the value for the CSDVersion in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contol\Windows. When i went into the registry i saw that \Windows was not there. It may have been deleted. ...
|
| new query in subform | 14 Feb 2005 11:58 GMT | 1 |
I have a subform that, on default, gets its data from a query. When a button on the main form is clicked, the record source for the subform query is changed. My onclick code is Forms![main]![sub].Form.RecordSource = "query2"
|