| Thread | Last Post | Replies |
|
| Novice needs Array help. | 09 Mar 2005 17:45 GMT | 2 |
I have a specialized program that exports data in a horrible text format, that is some what consistent. I need to take the records of each line and split them out into columns. I am using a varString = Split(junkfield, ,6) - This is as far as I have gone
|
| Lack of error message | 09 Mar 2005 17:42 GMT | 12 |
I have been building a fairly substantial Access 2K application, and just as I am nearing the end of my coding, I have noticed a worrying new type of behaviour. A couple of times recently, when I have written code that doesn't work,
|
| Ordinal numbers | 09 Mar 2005 16:38 GMT | 6 |
Anyone have a suggestion for easily formatting numbers as ordinals in an Access report? Muy thanks.
|
| how to generate dynamic if statements | 09 Mar 2005 15:55 GMT | 1 |
please have a look at the following code: dim var_range as variant dim var_first_field as variant dim var_second_field as variant
|
| Accessing Objects in another database | 09 Mar 2005 15:50 GMT | 1 |
I have created objects in class modules in my access project. In another database I want to create the object so I can use its properties. I made sure the database has a reference to the project. i can search the object browser and see the methods and objects. But when i try ...
|
| I Need VBA Assistance on record auto update | 09 Mar 2005 15:13 GMT | 1 |
Good morning, I am making an Access VBA module and need assistance. I made a table to contain a single record and I need to know if there is a way first to assisgn this record to get its value from a text box on a form entered by a userAnd
|
| Shell command gets into an infinite loop | 09 Mar 2005 14:04 GMT | 1 |
I'm using Terry Kreft's Shell Wait code from the mvps website to use an old MS-DOS program, PKZip, to zip some files. The command I am passing works in the Command window.
|
| Query results into an array / string | 09 Mar 2005 13:46 GMT | 1 |
Hi Masters of Access Programming, I am trying to produce an array or a string from a query. I can do this when producing array/string from a row, BUT i want to produce array/string using information in one column.
|
| Help with code Front end back end DB | 09 Mar 2005 11:57 GMT | 7 |
I used some scripting I found from Tony's site in which he uses a database to automatically update the client db. Everything works but I am having trouble with one piece of this. I had wanted to place the client on the user's desktop to help them as most
|
| Problem querying cboxxx.Recordset on Form_Open | 09 Mar 2005 07:56 GMT | 4 |
Dear Group, I'm having a problem with the following scenario and could use some help. I have an form (formPartInfo)with an empty record source. On it is a
|
| Running a query on the Back End | 09 Mar 2005 06:07 GMT | 9 |
I've searched the newsgroups about this, and any posts regarding my particular situation are from 2000 or earlier, so I'm hoping a resolution has come up since then. I have a Back End that is used by several users' identical Front Ends. All
|
| Works on one machine - not another | 09 Mar 2005 04:13 GMT | 1 |
I have a database and on a button on a form I have the following code: Private Sub btnEditRequest_Click() On Error GoTo btnEditRequest_Click_error Me.Parent![Edit].Form.Requery
|
| Catching import errors from using transfertext | 09 Mar 2005 01:17 GMT | 4 |
Hi, I've created a button in a form that calls the transfertext function to import a file when it's clicked. Currently the user is not informed when there are import errors. e.g., type conversion errors in fields - the row is still imported, and the errors logged in a new table ...
|
| I Need bound text box assistance | 09 Mar 2005 00:14 GMT | 1 |
Good afternoon, I am trying to set up a bound text box, so that when a user types a value into a text box on a form, that automatically adjusts that value in a single-record table. I attempted to set control source of an unbound text box
|
| Access VBA Statement (Access 2000 - Vb 6.0) "Dim MyDB As Database" | 08 Mar 2005 23:48 GMT | 4 |
I am trying to implement Article ID 31881 -How to use a record set to send Outlook e-mail to multiple receipients in Microsoft Access. I have copied the code suggested into a new module. However the compiler does not like the first statement. (Access 2000, VB 6.0)
|