| Thread | Last Post | Replies |
|
| scanning Multiple pages into Access 2k | 09 Jul 2005 18:48 GMT | 1 |
I'm using this to scan Multiple pages into Access 2k :- Call KillTempFile strTempFile = TempFile(False, "scan") Me.scanControl.MultiPage = True
|
| Reset an Undo | 09 Jul 2005 18:03 GMT | 2 |
On a form, I create a record and save, and am ready to enter another. I decide to Quit the form which executes an "Undo" in case there is data entered. This then tries to "delete" my just saved record. I want to "Reset" my Undo ability once I've saved a record. Is there a
|
| Getting more than one result from a function.? | 09 Jul 2005 07:55 GMT | 21 |
If completed a script which parses a string into fragments (fields), then assigns these substrings into an array. I wish to turn this into a function to which i can pass the string. However i don't know how to get the contents of the array out?
|
| Row Source SQL query question. | 09 Jul 2005 04:26 GMT | 2 |
How do I include a where clause that contains a form value in a Row Source SQL query? This is in the form properities under DATA. SELECT [Categories].[CategoryName] FROM Categories WHERE Catogories.id = Me![id];
|
| Access screen resolution, resizing | 09 Jul 2005 04:17 GMT | 3 |
I've created an access program that's used by 5 people. Two of the individuals have lower screen resolutions that makes it difficult to utilize the program as written Is there any way to reset the resolution when the program opens and
|
| A97 does not prevent entry of new records from a form bound to a table | 09 Jul 2005 03:05 GMT | 2 |
I have a form frmEditAdminData. Its AllowAdditions property is set to No. I thought this meant the form could not be opened in a manner that allowed the appending of new records to its source table. But that is
|
| Creating relationships in code | 09 Jul 2005 02:46 GMT | 6 |
Is there a way to create a relationship in Access the same way you create a table, field and indexes? When I do a search I get all sorts of manual instructions (click the relationship button, click and drag on one field to the related field yada yada) but nothing on how to ...
|
| barcode active-X | 09 Jul 2005 02:09 GMT | 11 |
I'm setting up a barcode system for a storage-database. Now I'm looking for a free (cheap) solution to print barcodes using reports. I'll have to show the barcode to the screen before printing (wasn't my decision). I found two possibilities
|
| hyperlink address on rich textbox control - Any possibilty ? | 09 Jul 2005 01:37 GMT | 3 |
Please help . I want to load the contents of another rtf document by double-clicking the words . Chapter1.rtf
|
| Synchronizing Two List Boxes problem - Access 2003 | 09 Jul 2005 01:35 GMT | 5 |
I have a problem synchronizing two list boxes on a form. I want to display information in the second box based on the selection in the first box. First box (List0)lists all company names from table that lists quotes. I diplay a company only once even if it is listed more
|
| Access 2002 Wizard Source Code | 08 Jul 2005 23:38 GMT | 1 |
Can't seem to find this on MS's site, anyone know where it is?
|
| Updating listbox. | 08 Jul 2005 22:54 GMT | 1 |
I have a list box that is populated by an SQL statement. On that form, I have a button that opens another form that the user adds data to the table that the SQL statement uses to populate the listbox. I would like to be able to have the list box updated to show that new
|
| Can't load DLL '48' | 08 Jul 2005 21:11 GMT | 5 |
So, I have a form with a simple search command amongst my data. I recently added it because one of my user was complaining about some minor problems with the original search command of windows (CTRL+F). The code is excessively simple, I used a textbox to enter a number for
|
| Failure to open pdf file | 08 Jul 2005 18:51 GMT | 1 |
I have a table having a hyperlink field where contains a linked pdf file. When click the field, it tried to open the file without success. The error message was that no application is registered to this file. In fact, I can open it by double-click the file in Windows Explorer. ...
|
| windomino - migrazione dati in access | 08 Jul 2005 18:17 GMT | 1 |
salve a tutti, spero mi possiate aiutare su un tale applicativo/sistema (?) WINDOMINO. Ho un vecchio programma in Windomino i cui dati e struttura dovrei riportare in MS-Access, ma non trovo sulla rete info su Windomino (trovo solo siti
|