| Thread | Last Post | Replies |
|
| Add a library with VBA | 17 Jan 2006 02:03 GMT | 2 |
Is there a way to have a command button that will add/remove a reference to a library? Thank you very much.
|
| Edit Field Attributes | 16 Jan 2006 21:57 GMT | 3 |
I have a table that is created at run time with an autoincrement field. After populating the table, I want to change the attribute for the autoincrement field to a fixed field (i.e., I want to remove the autoincrement).
|
| How to program for a matrix | 16 Jan 2006 20:09 GMT | 4 |
In order to adjust printing of a certificate, I have written a number of different reports with different margins. The user will input an "X" and "Y" adjustment, and the output will be one of 36 different sets of reports. I'm looking for the best way to program this. I could do
|
| Can I put a public variable into a default on a form? | 16 Jan 2006 20:07 GMT | 6 |
I use the following coding to keep a salesman name for entry into a order entry system: Public gstrThisUser As String Is there a way to move that variable into the default value on a form? I
|
| Run-time error 3356 | 16 Jan 2006 18:08 GMT | 2 |
I have a "novice" question in regards to opened databases. I am attempting to execute the code below (in Outlook 2003) in order to read records from an Access 2000 database. However, if the database has been opened by another user (which is a distinct possibility), then I ...
|
| "User-defined type not defined" | 16 Jan 2006 17:08 GMT | 10 |
In Access2k, I have a form with 3 comboboxes to sequentialy filter records. When I click on command button to open another form based in a query, return an error message: "Compile error.
|
| make a text box only visible if txtName Has a value entered on a f | 16 Jan 2006 15:43 GMT | 2 |
I need to make a text box (txtfinal) that has an expression like this: If "txt1" >8, then subtract 8 from "txt1" and also if lstName is null then txtFinal is null also "txt1" is a text box from a form that has a mathematical equation on it.
|
| Save an attatchment (olAtt.SaveAsFile) | 16 Jan 2006 15:33 GMT | 1 |
When i use olAtt.SaveAsFile to save a file, it allways asks me if i want to save the file (confirmation). As this is an automated procedure, i do not want to be asked if i want to save it.
|
| Handshaking problems between Access and Excel | 16 Jan 2006 11:37 GMT | 1 |
I'm using Excel from Access VBA to create a graph. Access starts Excel and loads an .xls-file with an Excel Macro. Access the starts the Excel macro. The Excel macro loads the .xls-file with the data and creates the graph. VBA in Access saves the graph and quits Excel. During ...
|
| Parameter Query - Why this not working? | 16 Jan 2006 11:31 GMT | 2 |
Private Sub btnCreateInvoice_click Dim db as database Dim rsD as recordset Dim qryD as querydef
|
| Checking version of Excel from VBA in Access? | 16 Jan 2006 11:30 GMT | 1 |
How will the VBA-code look like to check which version an Office-program (Excel)has. I need to do so and quit the macro if the Office program is too old.
|
| how to find all possible combination into set of text result text | 16 Jan 2006 10:40 GMT | 1 |
pls. give logic or function in excel or access
|
| Copy excel sheet to another excel file | 16 Jan 2006 08:58 GMT | 3 |
What code will help me with copying an excel sheet to another ecel file. I open two excel files with code in Access environment. Now I want values from one sheet to another (Pastespecial only the values)... Where can I find info about this matter?
|
| recordsets ??? | 16 Jan 2006 06:10 GMT | 2 |
About a week ago, Steve Schapel kindly helped me with some vba code and the following is the result. Private Sub cmdCommissionMissing_Click() On Error GoTo Err_cmdCommissionMissing_Click
|
| exporting data to project | 16 Jan 2006 05:49 GMT | 12 |
I have the database designed by someone with the module which should export data from the database to Microsoft Project. My problem is that it does not work the same way on different systems, results are not the same. On some systems filtering of the data does not work, on others ...
|