| Thread | Last Post | Replies |
|
| using SendMessage with notepad | 17 Dec 2006 16:17 GMT | 2 |
I am trying to use SendMessage to send a WM_CHAR to a running instance of Notepad. So, in my simple VBA example, I am trying to send the character 'Q' to the notepad and this should show this in the editor area, right?
|
| elookup or extended dlookup | 17 Dec 2006 14:44 GMT | 3 |
I have seen a couple of postings regarding elookup and went to Allen Browne's site to learn more about it. However, my vba does not recognize the elookup at all. It also does not appear in my expression builder as a built in function. I searched the Microsoft website and they ...
|
| Office 2003 activated, but can "CreateObject" | 17 Dec 2006 06:51 GMT | 3 |
I put a computer on the network about a month or two ago and installed Office Basic 2003. I deployed an Access 2003 runtime and my app just like I did on 50 other computers using Windows Group Policies to deploy so all computers should be the same.
|
| Concatenating a textbox | 17 Dec 2006 04:19 GMT | 4 |
I would like to concatenate a text box in a report, with a twist. The text box will always display the field 'palintiff' and the field 'defendant'. On ocassion it may have to display 'plaintiff', 1st co-plaintiff, 2nd co-plaintiff, defendant, 1st co-defendant, and 2nd ...
|
| about chart and graph in Excel | 17 Dec 2006 03:53 GMT | 1 |
Let's say I'm having a sheet with following data in two columns: 1 100 2 200 3 300
|
| Find out if an object exists in a mdb | 17 Dec 2006 00:00 GMT | 1 |
How can I determine if an object exists in a database that is not opened and then delete it if it does?
|
| How to Set Primary Key | 16 Dec 2006 14:45 GMT | 6 |
I mostly use macros because my knowledge in vba / sql is very small. I need to remove the primary key from one field and put it on another. After picking around on the net I cobbled the following code together that adds the key to the right field. However this only will add the
|
| Send Email with Snapshot report in email body | 16 Dec 2006 11:03 GMT | 1 |
I'm trying to send an email from my database and insert a copy of the a snapshot report in the body of the email. I can save the snapshot to the hard drive and then grab it to put in the email if necessary. Secondarily, I'd like to be able to adjust the size of the snapshot
|
| Corrupt .mdb ?? | 16 Dec 2006 02:00 GMT | 2 |
Here's a really weird thing Started just this morning. Access 2k .mdb, about 667mb, on my XP sp1 box, I'm the only user. When I right click on a query, then select "Design view", Access *immediately* closes. Wham, bam. No nothing. Just...GONE. I can get back in it okay. But
|
| unbound combo box | 15 Dec 2006 22:44 GMT | 2 |
I have a form (InmateSelect) where I am trying to use an unbound combo box (cboInmateSelect) to select records from a table named Downinfo. The unbound combo box will display three fields from this table named CDCnum, InmateName, and InmateHousing. When I select a CDCnum, the data ...
|
| Printing a macro | 15 Dec 2006 14:43 GMT | 1 |
I am working with a long macro. Documentor wants 250 pages to print it out. Is there a more condensed way?
|
| Applying a filter to DoCmd.OpenReport | 15 Dec 2006 03:13 GMT | 1 |
I need to provide the user the capability, from menu choices, to print either one page of a mailing label report or the entire report. I have made a second query for the report that produces only the top 30 records (one page). I am using the following code to produce the full ...
|
| Using Multiselect list boxes in a query | 15 Dec 2006 01:39 GMT | 2 |
Is it possible to use data in a bound column of a multiselect list box in a sql select statement - especially linking to another table?
|
| Access fails - but works if I have a break point | 15 Dec 2006 01:25 GMT | 5 |
I have this application that I develop. It somehow just got corrupted. The mdb file wont run any more, and when I shut down Access it writes a message about critical error. If I place a breakpoint in my startup form's code - it breaks as requested and then continues if I press F5. ...
|
| Multiselect listbox non-bound columns | 14 Dec 2006 22:31 GMT | 5 |
How do I reference non-bound columns in the "ItemsSeleced" collection?
|