| Thread | Last Post | Replies |
|
| ADO / DAO Syntax to write to external database | 01 Jun 2005 00:32 GMT | 1 |
I need to go over the hurdle of the connectivity syntax of ADO vs DAO. I want to loop thru each record of table "A" in the current database "X" If condition is true in field "Y"
|
| Determining a form's actual location (when it is not current) | 31 May 2005 23:58 GMT | 1 |
I am trying to position opened forms so that they are cascaded on the screen. I have discovered the movesize action (for the DoCmd) and Move property of a form (for Acc 2002/2003). However, if the application is opened up on different monitors (e.g.; 17" or 19"), the relative
|
| Can I display all the records of a DAO.Recordset in continuous forms textboxes? | 31 May 2005 20:35 GMT | 4 |
I have the following query in my form's code: Private Function Get_Data(fieldNum As Integer) Dim strSQL As String Dim db As DAO.Database
|
| Records Based on Recent Date | 31 May 2005 20:09 GMT | 3 |
I'm helping out a non-profit school with their database. They would like to know the last gift made by each donor, the donor name, and the gift amount. I built a query based on two tables. The donor name is from the first table [Gen_info]. The gift [Date] and [Gift] are in the ...
|
| Error Handling For A Recordset | 31 May 2005 19:06 GMT | 6 |
What is the code for a recordset in error handling code when the error may or may not occur before the recordset was created? I tried the code below but get the message: Compile Error
|
| changing field data types programmatically | 31 May 2005 18:00 GMT | 6 |
Hi i'm trying to import an Excel Spreadsheet into Access2000 but the data types for two of the fields in my imported table are being identified incorrectly. Is there a way of using some VB code in Access to change the data types for the fields from text to a number field or an ...
|
| Searching a txt file for instances of a string | 31 May 2005 16:00 GMT | 3 |
I have a text file that contains the following: ******************** __StartCustomerID_41 Name: Fred Smith
|
| standard view in database window | 31 May 2005 15:24 GMT | 2 |
I'm developping a new application (btw: I'm not a real specialist but more or less a newbie). Now I have the following problem: Each time I leave the main form of the application Access shows the tables collection in the database window (I don't know why). How can I
|
| Using Access database in an internet environment | 31 May 2005 13:47 GMT | 1 |
Anyone interested in using an Access database in an internet environment might be interested in reading the summary of my journey in this direction. I tried several web development environments, web site generators and even Access' Data Access Pages.
|
| position in a field | 31 May 2005 12:32 GMT | 1 |
I have a field 100 with character lenght. How can i saw and edit data in the5th place in the field Themis
|
| Valuation of database records: MoSCoW | 31 May 2005 11:37 GMT | 6 |
I'd like to make a valuation of database records. Suppose you have a table: Name Must have Address Should have
|
| Problems with autonumber field | 31 May 2005 11:00 GMT | 1 |
Dear reader, By append a new record to a table I always expect the next higher value in the range of the autonumber field. But sometimes if I have deleted same records from a table the behaviour of
|
| Query and combo box to select parameter | 31 May 2005 10:59 GMT | 3 |
I want to make a parameter query where i can select the parameter out of a drop down box instead of typing the parameter in a text box. For example: if i have customers and want to run a query that gives me all the custormers from a chosen state, that i can choose the state in a ...
|
| Please help! What is wrong with this SQL code? | 31 May 2005 09:46 GMT | 3 |
The following query runs just fine in the Access 2003 interface. strSQL = "SELECT tblCASES.CID, tblCASES.[File Number] AS [DACS FN], tblCONTACTS.FirstName, tblCONTACTS.MiddleInitial, " & _ "tblCONTACTS.LastName, tblCASES.[Firm Name],
|
| Secure Database for .net | 31 May 2005 08:48 GMT | 9 |
I just made a .NET Windows Application which uses MS Access as a backend. Is there a way to deploy the mdb file so that it does not appear as an Access db to the end user and still be accessable to the Application? Better still is it possible to deploy this database so
|