| Thread | Last Post | Replies |
|
| RecordCount Problems | 11 Sep 2005 07:29 GMT | 2 |
I'm using the following code to set up a recordset of a query (stDocName) with a criterion. The creation of the recordset works fine. The problem is in the recordset there are three records yet the code below sets the intRecords to 1. rs.RecordCount returns 1 when there are ...
|
| Export Query As text file | 10 Sep 2005 22:41 GMT | 1 |
I would like to export a query as a text file when a user clicks a command button. Any help would be appreciated. Dylan Moran - Melbourne Australia
|
| OLE Server or ActiveX Control HELP | 10 Sep 2005 22:38 GMT | 2 |
I'm new to Access 2003. I am developing an application in Access 2003 and have encountered this error message. What is the work around or fix for this problem. It happens when navigating between records in a first level subform. Thanks,
|
| Lookup newbie question | 10 Sep 2005 22:28 GMT | 1 |
Hi all, I'm trying to create an inventory program that will accept information from an input screen and afterwards be able to upload the information back onto my 400 box. Let me first say that I'm not a total novice to Access but after this episode I'm starting to rethink it. So
|
| validation rules in form and subform | 10 Sep 2005 22:21 GMT | 3 |
I have 2 calculated fields, one in a form and one from the subform. I'm comparing the calculated ending dates as follows: Private Sub contract_end_date_BeforeUpdate(Cancel As Integer) If Me.CalcEndDate([Me.Term_type], [me.Term_mos], [me.Acceptance_date]) >=
|
| What is the VBA for opening a blank Form by dbl-clicking a field? | 10 Sep 2005 22:15 GMT | 1 |
I used the Book Collection template on the Microsft website to begin building a db. In that template, there is the ability to double-click on a drop-down field and pull up a blank form for adding new drop-down values. I have tried duplicating the double-click event procedure to ...
|
| unbound | 10 Sep 2005 21:37 GMT | 3 |
I had a form link by by a query it works fine. i want to add a text box "unbound", so i could enter a number any number. I want this number to be save in the field of my table. can any one help me the code for this ? lets say my table name is : table1
|
| DoCmd.TransferText | 10 Sep 2005 18:35 GMT | 1 |
DoCmd.TransferText acExportDelim, , "myquery", strSaveFileName The above code I am using to export a query. The output is as follows. "jbloggs@domain.com; " "kbloggs@domain.com; "
|
| Query the Display Value of a Combo Box Control Access 2000 | 10 Sep 2005 17:04 GMT | 1 |
In Access 2000, I have a situation where I would like to query the display value of a combo box. This is a typical combo box where the bound column (col 1) is the primary key of the table from which the display value is selected. The display
|
| comparing Queries / Fields in 2 databases | 10 Sep 2005 16:42 GMT | 2 |
I wrote a procedure for comparing queries in 2 different databases (part of a version control strategy) and *thought* it would be a slam dunk to test the queries in DB1 for existence in DB2, and of those which existed, test that they both had the same field names. Apparently the ...
|
| Error Handling Add-In? | 10 Sep 2005 16:02 GMT | 4 |
How many error handling add ins are there for Access? I know of three Office Developer comes with one FMS has one aadconsulting has one
|
| Remove Dialoge showing "Importing C:\pictures\pic1.jpg" | 10 Sep 2005 06:46 GMT | 6 |
I have a form showing jpg images. when going to next record a dialog appears in the middle of the screen with text: Importing C:\pictures\pic1.jpg
|
| redraw a listbox | 10 Sep 2005 02:47 GMT | 3 |
what's the VB instruction to redraw a listbox after I've changed the SQL in the row source?
|
| INSERT INTO Syntax Error | 10 Sep 2005 01:34 GMT | 10 |
I have the following code attached to a command button on a form. When I click on the button, I get an error message that says: Syntax error in INSERT INTO statement. I've checked everything I can and can't find the error. Please help.
|
| avoid open an opend application | 10 Sep 2005 00:00 GMT | 4 |
how can i avoid user to open an application that is already opend? thanks
|