| Thread | Last Post | Replies |
|
| Make two tables match | 21 Feb 2006 17:36 GMT | 2 |
I have two tables with the same structure and much of the same information. There is a history as to why these tables exist the way they do but the bottom line is I need them to be identical. One table will always have the most current records and I need to copy only the "new" ...
|
| Creating TXT files based upon a Querry | 21 Feb 2006 16:48 GMT | 2 |
I'm new to programming Access (and to programming in general) What I'm trying to do is the following and I'm not exactly sure what is the best way to go about doing it. I have a querry that I need to export each record of as a seperate text
|
| For Each | 21 Feb 2006 15:53 GMT | 6 |
Thanks for taking the time to read my question. What is the value of w in this case? For Each w In Worksheets If DataSheet = w.Name Then
|
| 2 record sets | 21 Feb 2006 15:44 GMT | 3 |
I have 2 tables, namely Despatches and Stock. On the click of the Despatch button on the form, I want to read each transaction line on the despatch and write them out to the stock table. Can anyone help me with the coding for this or point me to a good example of
|
| Crash on interacting w/long Word doc | 21 Feb 2006 14:17 GMT | 5 |
hi everybody in this most wonderful access user group ive got this problem i have a module which opens up a word document and then iterates through each paragraph gleaning certain information.
|
| Syntax Help Please | 21 Feb 2006 12:58 GMT | 1 |
When I pull this up in excel it shows the primary fax number in the first column but it appears it concantantes the ContactName and AccountName the second column. I am trying to get this to write 3 seperate columns.
|
| To word | 21 Feb 2006 12:23 GMT | 16 |
I have Dim wdApp As Word.Application Set wdApp = New Word.Application With wdApp
|
| self-selecting fields in a data access page not working in Access 2003 | 21 Feb 2006 12:21 GMT | 1 |
I received this info from Programming Data Acess Pages (Microsoft Acess 2000 Technical Articles) http://msdn.microsoft.com/library/en-us/dnacc2k/html/programdap.asp?frame=true . It is not working using Access 2003! Can anyone suggest how to do this?
|
| Using Access 2003 | 21 Feb 2006 11:37 GMT | 1 |
Can someone help with the following problem; 1. copy files from one folder to another. 2. be able to select one or more files. 3. be able to select destination.
|
| Avoiding type conflict | 21 Feb 2006 09:30 GMT | 1 |
I have the situation where I need to read a table field value, which can be of any data type, and convert that to a string. To do this I pass the field value to a function expecting a Variant parameter and decide on the best string conversion function after testing the ...
|
| Syntax error | 21 Feb 2006 06:34 GMT | 4 |
The following sub returns syntax error in the last line. Please, advise the correct syntax. Private Sub TextBox_AfterUpdate() Dim branchID As Integer
|
| Access Module, Saving an Excel sheet with a password | 21 Feb 2006 05:33 GMT | 3 |
Sometime ago I set up a module to open an Excel Template, refresh the sheets and save the book to a share. Now I need to stick a password on the file to be saved. Would anyone know the syntax? Here is the current code: Dim xcelapp As Object
|
| Turn off Messages at bottom of display | 21 Feb 2006 02:26 GMT | 8 |
During the execution of a program I use the following to display the step the programs is on the status line: DoCmd.Echo -1, "Create Actual Data for Branch Ranking Total." When the program executes a query, the message is covered by the following:
|
| Parsing a parameter from a menu to a macro | 21 Feb 2006 02:08 GMT | 3 |
In a macro, how do you retreive the parameter value from the menu item that called it. Amiga1200
|
| GET DOMAIN MEMBERSHIP | 21 Feb 2006 00:51 GMT | 4 |
Hello. I'm looking for a way to check and see if a user is a member of a particular domain group. I have the code to enumerate the current Windows user, but I don't know how to check it against a domain group. Thanks.
|