| Thread | Last Post | Replies |
|
| diagrams are not shown in word doc | 23 Aug 2005 11:44 GMT | 1 |
when i opening my word document the diagrams are not shown .pls mail me. gopi
|
| Mailmerge | 23 Aug 2005 11:14 GMT | 1 |
Hi all In Access VBA I execute a mailmerge: Set doc = wrd.Documents.Open(cDir & "sjabOplFactuur2000.doc") With doc.MailMerge
|
| Linked tables | 23 Aug 2005 11:04 GMT | 2 |
Is there a way to manage linked tables from VBA? What I want: change the link of all linked tables from one location to another database with identical structure. regards Joop
|
| Enabling/Disabling per Record. | 23 Aug 2005 09:06 GMT | 2 |
Hello and Good Afternoon, I have new problem with a form. I am trying to make enabling based on user input. for example: i have six fields on my form, and llast three are automaticaly
|
| Assigning control names to variables | 23 Aug 2005 08:29 GMT | 2 |
Hi, I'm trying to write a function that alters the properties of about 25 combo boxes, i.e. the lookup info stored in a table, based on the value in another combo box. In order to save me writing code for each combo box I'm writing the function to take the control name when the ...
|
| Don't want Form Load event to trigger a Form Current procedure - Access2k | 23 Aug 2005 07:56 GMT | 5 |
I have created a form which includes a subform. Data appearing in the subform is summarised, and the results are passed to the main form, where they control a thermometer display which I want to be able to change, to reflect changes in the subform data.
|
| Subform field value in continuous form? | 23 Aug 2005 07:54 GMT | 4 |
I have a combo field with Member Id numbers in a continuous subform. I want to code in the 'MouseMoveOver' event the Member's name in the combo's ControlTipText field. To do this I need to be able to uniquely identify the 'value' or MemberId number that is in each MemberId combo ...
|
| Conversions of Litters to Ounces and such! | 23 Aug 2005 04:21 GMT | 1 |
Any one out there know a conversion function that goes from (1) liquid litters to ounces and (2) gallons to ounces (txt_Litters to txt_Ounces)? The second set of fields are (2) called "txt_Gallons" and "txt_Ounces1" converting from gallons to ounces.
|
| Can i import a PDF file to a mdb ? | 23 Aug 2005 02:00 GMT | 4 |
Hi; Is it possible to make a table from an Adobe Acrobat file that contains just a table with borders (no picture,no additional text...)?Any tricks? I will be grateful to you if you show me a solution.Thank you in advance.
|
| open a form from a subform when clicking on data | 23 Aug 2005 01:34 GMT | 1 |
Dirk, I'm afaid I'm not understanding you, Tracy. See my questions inline: "Tracy" <Tracy@discussions.microsoft.com> wrote in message news:15635441-A8CE-4525-B5E2-291D90403609@microsoft.com
|
| Sub Form with Multiple Memo Fields | 23 Aug 2005 00:29 GMT | 2 |
Hi and TIA, I am hoping someone can help me out by at least pointing me in the right direction. I have a work order table and form for entering data into it. I now need to
|
| Textbox Search? | 22 Aug 2005 20:46 GMT | 1 |
I am currently trying to use a textbox to display some data that should be pulled from a table. I want to be able to "query" the data that will be displayed in the textbox, and I was wondering if anyone could point me in the right direction.
|
| counting the number of records in an append query | 22 Aug 2005 19:08 GMT | 6 |
I would like to count the number of records in an append query using VBA without running the append query. That is, I would like to obtain a count of the number of records that an append query WOULD append to the destination table before deciding whether to actually append the ...
|
| Opening mail merge | 22 Aug 2005 18:16 GMT | 3 |
I would like to be able to create a record in an Access form, and then open a mail merge document with the same record open. I can create a command button with VBA to open the mail merge document, but can anyone tell me the code to then select the same record as I have created in ...
|
| Backend Issues | 22 Aug 2005 17:17 GMT | 3 |
I’m using mySQL as a back end for this Access project I’ve been working on. Trying to complete it this week too. Anyway, I just learned that multi-table Views in mySQL 5.0.11 that use Outer Joins are not updatable. What a bunch of #@%^$#!
|