| Thread | Last Post | Replies |
|
| Mail Merge and save individual documents | 05 Oct 2005 11:36 GMT | 2 |
Hi I'm asked to run a mailmerge from Access XP - all fine and good but my masters also want to have each separate letter saved individually with the name of the person the letter is sent to? Any ideas most welcome
|
| Used SQL Upsizing Wizard, Application No Longer Runs | 05 Oct 2005 10:22 GMT | 3 |
Excuse any errors in my description of the problem, as I'm only an amateur with Access. I've just created a simple VB application in A2000 that imports a text file into a table, and works fine. I then used the Microsoft Upsizing
|
| Paste from clipboard to report | 05 Oct 2005 09:52 GMT | 1 |
Is there a way I can paste from the clipboard to a report during runtime? I am developing an application that will print a label for packs as they are produced. Each pack will have a label containing a unique barcode. I can associate the barcode field with a file on disk, but for ...
|
| Access using .Net Datagrid | 05 Oct 2005 08:11 GMT | 6 |
I'm a long time developer in Access. Noticing the "Why do IT guys hat MS Access?" thread made me think of my recent experiences i experimenting with VB .Net, and specifically, the Datagrid control I have an app that has a very large table, about 700,000 records
|
| How to add 2 text boxes if one one them have no value | 05 Oct 2005 07:18 GMT | 1 |
I have a form sale and 2 subform on it,saledetail and services. On my sale form I have two text boxes txtTotalSale and txtserviceTotal. One is showing total from saledetail subform and other is total of subform services. If there is no servise provided then txtserviceTotal has no
|
| Turn $6 into $6.000 | 05 Oct 2005 03:49 GMT | 2 |
HOW TO TURN 6 BUCKS INTO 6 THOUSAND! (WORLD WIDE) WARNING: READING THIS WILL CHANGE YOUR LIFE! I found this on a Bulletin board and decided to try it. A little while back, I was browsing through newsgroups, just like you are now, and
|
| How to join 2 different database files? | 05 Oct 2005 03:21 GMT | 5 |
I'm quite new to VB and need help urgently . I have 2 Access database files which need to connected/join to each other. Database file 1 is in c:\dha\ABC.mdb table: LogAlarm
|
| help with update table | 05 Oct 2005 01:50 GMT | 9 |
here is my problem: I have 2 table 1: K_POS SALDO_A_D SALDO_A_K
|
| Combo box | 05 Oct 2005 00:39 GMT | 2 |
How do I change the value in a combo box when I move to the next record. If I use to navigation button to move to the next record I would like to combo box value to also change Thanks
|
| Linked Listboxes | 04 Oct 2005 23:13 GMT | 1 |
Lets say I've got a table that may looks a bit like this.... ID Name Log ----------------- 01 Fred Went Bowling
|
| Relationship Link | 04 Oct 2005 23:06 GMT | 1 |
I'm having trouble with linking certain tables in the relationships section. I have the following: *tbl_customer CustID Prim key (autonumber)
|
| Flicker | 04 Oct 2005 22:58 GMT | 4 |
I have a very peculiar issue and would greatly appreciate any help. I am using Access 97 on Windows XP Home. I am using Compaq Presario 2500 laptop. When I open up any module in design mode, the screen starts flickering
|
| Creating custom Input Masks... | 04 Oct 2005 21:07 GMT | 6 |
Morning All, I'm trying to ensure that when the user enters a number on a form, the database automatically leaves a space after the 3rd number. I've tried to do this using input masks, but when I tab to the text box, the ___
|
| Loading Various Image Types into Image Controls | 04 Oct 2005 20:42 GMT | 2 |
Is there any speed difference or advantage to loading different types of images from a folder residing on a client machine into an Access Image Control on a form? For example, if I have a folder of .JPGs and a folder of .BMPs each
|
| Filtering report and subreport from form | 04 Oct 2005 20:17 GMT | 8 |
i have a form on which a user can choose specific criteria such as dates etc, in order to filter the report that is called from the form. i do this by using the Where section of the docmd.openreport as follows DoCmd.OpenReport stDocName, acPreview, , strWhere
|