| Thread | Last Post | Replies |
|
| REQ: SQL question | 27 Dec 2004 18:13 GMT | 1 |
I have a SQL statement to look if there is an occurrence of double date/time values and how many occurrences. Now i need a SQL statement to get the average of the total number of occurrences.
|
| Updating an Open Form.....This should be easy! | 27 Dec 2004 18:10 GMT | 2 |
I am trying to do what I would assume to be a simple process. I have an open empty form...with no data in it. I have another search form to get a record I am looking for. After selecting the record I have a routine that grabs the record number, selects the data from an SQL db
|
| Best Grid control for Master - details | 27 Dec 2004 15:08 GMT | 1 |
Dear sir, i have following structure of database tables. master table Invoice have following fields InvoiceSrNO
|
| Updating Records | 27 Dec 2004 14:41 GMT | 1 |
I have a combo box in one of my forms, the problem I have is when I am updating the record. for example when I am updating any of the fields except for the department which is the one I use the combo box for, I get the following error message "invalid index".below is the code ...
|
| error in update | 27 Dec 2004 13:33 GMT | 1 |
[Microsoft][ODBC SQL Server Driver]Connection is busy with results for another hstmt i get this erro when i want to update table whit cammnad sql = " update startstkt set startstk_eqty=" & rsd!eval & " where " & _
|
| Import Access Record into Word | 27 Dec 2004 00:38 GMT | 1 |
I would like to link a record (from different tables) from access into word. f.e.: Table 1: Nationality
|
| Propagating data back to the database | 26 Dec 2004 01:31 GMT | 1 |
I have the following code but do not know the best way to return the updated DataTable back to the database. I believe I can use the Update method of the Data Adapter, BUT if true, I also believe I have to 'long-hand' write code for each individual column data that's being added.... ...
|
| Getting records from 2 databases | 25 Dec 2004 10:39 GMT | 1 |
Is there any way to make a recordset with records from 2 databases? For example, if I have 2 databases (CurrentDB and ArchiveDB) is there a simple way to get all of John Smith's records past and present?
|
| Size of GetString Array from DataReader | 24 Dec 2004 13:47 GMT | 1 |
I'm doing a 'select * from table' in my DataReader below and populating an array with the results. Obvisouly I'm only getting the first field from the results by the use of the GetString(0). My Question is how do I find out how many elements there are to GetString
|
| Best Soloution | 23 Dec 2004 20:58 GMT | 1 |
In one section of my projct i need to check certin fields in different SQL 2000 tables. ie in the client admin table, all clients have a licence number field and a software type fields. Both are varchars. id like to check if the licence has
|
| how to export data to excel | 23 Dec 2004 16:58 GMT | 2 |
Hello, I want to export all the data in a table in access 2002 to excel file using ADO How can I write the code for it. thanks in advance
|
| Ole Db Provider | 23 Dec 2004 16:54 GMT | 1 |
Hello I need to create an ole db provider. I have seen links such as http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cp contemplatefiles.asp To help me out. But I am still having problems getting the ole db to work. Does anybody know where I can find a ...
|
| Excel recordset | 23 Dec 2004 16:51 GMT | 3 |
I would like to know how best to create an ADO recordset using the data from an Excel spreadsheet? Thanks
|
| define a required field? | 23 Dec 2004 16:50 GMT | 1 |
Hi, how to define a required field when I create a disconnect recordset: With .Fields .Append "ItemID", adSmallInt End With
|
| Setfocus on textbox in form | 23 Dec 2004 13:32 GMT | 1 |
Hi people, Why the : Forms!frmHead!NMBProduct.setfocus is not working when I "walk" trought the form (frmHead) and work just fine
|