| Thread | Last Post | Replies |
|
| Pb. WINDOWS MOVIE MAKER | 07 Mar 2005 10:53 GMT | 1 |
Bonjour, lorsque je veux enregistrer une vid?o que je viens de terminer avec Movie Maker, j'ai toujours le message : "aucun lecteur de CD enregistrable n'a ?t? d?tect?. Voulez-vs enregistrer sur votre disque dur"
|
| On Load: Type Mismatch Error in Runtime | 07 Mar 2005 08:59 GMT | 1 |
I am trying to deploy my program in runtime but when it opens it gives me the On Load: Type Mismatch Error. You must click OK, and then it goes to the startup form. Since my security software is not working on the startup form, I assume the problem is with the code for that ...
|
| How to use variables in EVAL? | 07 Mar 2005 06:21 GMT | 6 |
In access I need to write something like that: Dim A as Integer, B as String B="A" A=10
|
| charting in ms access 2000 | 06 Mar 2005 20:49 GMT | 8 |
does anyone have any vb code for charting in ms access 2000 that they don'y mind sharing?
|
| Run-Time Error | 06 Mar 2005 19:41 GMT | 1 |
Hi, I am getting a very frustrating error that occurs every time I switch between “Design View” and “Form View”. My form has a Sub-Form which at this time does nothing. Also, my form contains VB code which opens and closed the database. I verified that the database is being ...
|
| SQL Problem - oh dear | 06 Mar 2005 13:26 GMT | 7 |
trying to insert some data ... it works fine with: 'SQL2 = "INSERT INTO tblBill(Nu, Dat, Sum, Toll, All, WorkID) VALUES ( 123, '03.03.2005', 200, 20, 220,5)" but doesn't work when reading the data from the form:
|
| print active document from access vba | 06 Mar 2005 10:55 GMT | 2 |
Still couldn't solve my absolute path problem I posted earlier this morning. Now I try to directly print out a word document from within access vba this is the function I am calling ________________________
|
| Syntax to show message | 06 Mar 2005 04:19 GMT | 3 |
I would like to show you the syntax for VBA I debugged successfully: Dim strHours As String, strRate As String Dim hours As Single, rate As Single, gross As Single strHours = InputBox("Enter the hours")
|
| bookmark control | 05 Mar 2005 22:49 GMT | 2 |
This should be a quickie: How do I capture the current control the user is on? I've declared a variable "Ctl" and want to save the current control in that variable. The user goes to an input window and when returning, I want to put the cursor
|
| Create a new database with VBA | 05 Mar 2005 22:38 GMT | 4 |
I have an Access 97 database and at the end of a process I want to export some tables to new database. What I want to do is first create a new database and then copy some tables to this new database.
|
| PO number using date/Time | 05 Mar 2005 22:22 GMT | 1 |
I am tring to create a PO number such as R-010205153024 (month,day,year,time-militray time,second).. for each added entry into a text box associated to a table, How do I do this?
|
| Autogenerating VBA code causes open form variables to lose state. | 05 Mar 2005 16:45 GMT | 5 |
This is a good one I think...should be ripe for comment and opinion. I wrote a class that generates a custom form with a variable number of controls and uses the module.inserttext method to create event handlers and background code for the form. To be more precise it opens the form ...
|
| SetWarnings Syntax | 05 Mar 2005 15:45 GMT | 1 |
Hi, I am trying to do something I know is simple, but I'm just not getting it right. I'd like to INSERT (create) a new record into my Transaction table and insert the users UserID when they click a button. Can someone please tell me what I'm doing wrong with this code? Thanks for ...
|
| Type Mismatch Error | 05 Mar 2005 15:39 GMT | 1 |
Hi, suddenly I am getting a Run Time error 13 - Type Mismatch error on the following line of code in a Function: Set doc = dbs.Containers("Databases")!UserDefined This cropped up suddenly today and had not given me any prior problems. As
|
| what | 05 Mar 2005 13:10 GMT | 1 |
dont know what your talking about
|