| Thread | Last Post | Replies |
|
| print a drawing from another application from access | 14 Jul 2008 12:52 GMT | 10 |
I have a form, where I want to be able to print a drawing that is used in the application volvo view. I do not need it to open it but print directly from my access form. Do I just specify the location in the print command or how would I go about doing that?
|
| Split Form properties missing? | 14 Jul 2008 03:58 GMT | 1 |
I really like a lot of the features of the new split form view; however... I think there are a few properties and methods missing. The problem is that these are really 2 different forms pretending they are one. The controls are in two places, and there is no way to reference ...
|
| ListBox.Requery | 14 Jul 2008 01:36 GMT | 1 |
I have a form with 3 ListBoxes. Clicking on the first ListBox will populate the second ListBox. Clicking on the 2nd ListBox will populate the third on. Here is my isse. When I click on the 1st ListBox a second time (I've already clicked on the second ListBox after I clicked on ...
|
| Combo Box Data Format | 13 Jul 2008 18:38 GMT | 2 |
Here is a bit of a head scratcher... I have a combo box whose data source is an SQL statement I build in code. Part of the SQL statement uses the Format function to make the data in the list Yes or No. The Syntax of the data source is:
|
| lost immediate window | 13 Jul 2008 16:53 GMT | 2 |
Anyone know of any problem that might cause loss of access to the immediate window in Ac2003. It seems to have suddenly disappeared, and I can't access it from menu bar or from Ctrl+G. Thanks, Richard
|
| Site for 2003 vs 2007 VBA | 13 Jul 2008 13:17 GMT | 3 |
Where is a good site to tell us what will be broken when we "upgrade" to 2007?
|
| save as pdf in access 2007 | 12 Jul 2008 14:51 GMT | 6 |
I have the add-on to allow saving objects as xps & pdf. Could someone post an access module/vba script that demonstrates how to export an access report to pdf? Its easy enough to do manually, but I would like to program my form to allow a user to save to pdf without any required
|
| Match multiple field records to any sub records. (complex....) | 12 Jul 2008 13:28 GMT | 1 |
Apologies for the possibility of a misleading title, but I am struggling to explain this in one short sentence, but I think this long standing problem is affecting my sanity... I have a continuous subform (linked to a master table of records) with a
|
| code for formatting like custom cell formatting in excel | 12 Jul 2008 13:12 GMT | 12 |
i am looking to be able to format information returned in a query according to the users desires. i was thinking about how in excel i can create a custom format according to the string that i create to format it. does anyone know of somewhere that might have code that i can adapt, ...
|
| Appending Records and Key Violations | 11 Jul 2008 21:46 GMT | 3 |
Here's the problem that I'm up against: I have an append query. When I run the append query, it says that it can't add records due to a key violation. I check indexes on the table and review the data. This set of data does not exist anywhere
|
| Database Lock | 11 Jul 2008 21:05 GMT | 1 |
I was wondering if you can help me it may be a very silly question but here goes: I was asked to 'lock' one of my databases (I am used to creating databases not finishing them). I have searched the internet and my access book and I really can't seem to be able to find how to ...
|
| network files in a folder | 11 Jul 2008 21:01 GMT | 1 |
Hello. I have hit a wall on this one. There is a process that when a user clicks the Submit button, there needs to be a check made in a directory on the network to see if there are files located in the directory. If there are files with .txt or .Description extensions, these ...
|
| Trying to prevent multiple instances from occuring | 11 Jul 2008 19:28 GMT | 3 |
I have an Access 2003 database from which I have automated the emailing of a report each Friday the first time the database is opened. I run the following from the on Timer event when the DB is opened:
|
| popup form like msgbox | 11 Jul 2008 17:41 GMT | 4 |
I need some option to call a procedure similar to msgbox, get info from the user, and resume. The info I need from the users is more complex than what's offered through the msgbox function. How can I go about writing a procedure that would mimick msgbox but use my own custom ...
|
| Combo Box Error - no displaying data | 11 Jul 2008 16:48 GMT | 2 |
Hi every one, I have a combo box that looks up data in a form, I have 3 columns: ID, WEEK ,ORDER When I set up the combo to look for the firts column, ID it works fine but
|