| Thread | Last Post | Replies |
|
| Is ADO dead? | 03 Mar 2006 21:34 GMT | 19 |
MSDN Home > MSDN Library > Win32 and COM Development Data Access Microsoft offers many data access technologies to suit various development needs. This section of the MSDN Library contains technical
|
| SendObject problem | 03 Mar 2006 21:00 GMT | 2 |
I posted this question about two days ago, but for some reason it never actually got put up. I couldn't' find it with searches, so I am re-posting it now. I apologize if this is a double post. Hello,
|
| Change a text box to a combo box in VBA | 03 Mar 2006 20:58 GMT | 1 |
Can I change a text box to a combo box programmatically? Just wondering if this is possible.
|
| Report | 03 Mar 2006 20:58 GMT | 4 |
Hello! I'm trying to create a report, in which all of the textbox controls in Detail section I'd like to resize to one size. Here is a code (Access 2000): Private Sub Detail_Print(Cancel As Integer, PrintCount As Integer)
|
| Query by 24 hour Shift | 03 Mar 2006 20:52 GMT | 2 |
Access 2003 I need to create a query to view data by 3 - 24 hour shifts. Ex: There are 3 shifts, each shift is 24 hours starting at 0700 through 0700. Each shift is designated as A, B, or C. 01/01/2006 is an "A" shift.
|
| SQL DECODE FUNCTION | 03 Mar 2006 20:06 GMT | 1 |
I have the following command. SELECT A.STORE_NAME, A.STORE_NUM, A.ZIP_CODE, B.EMPLOYEE_ID, B.GENDER, B.EMP_LEVEL, C.ITEM_CODE, DECODE(B.ITEM_CODE,1, 'CHICK_BURGERS') ITEM_DESCR,
|
| Suppress the "Loading Image" dialog | 03 Mar 2006 19:58 GMT | 3 |
AC97 on WinXP, Image control on a Form and on a Report. I have followed the advice on the following MVPS page: http://www.mvps.org/access/api/api0038.htm This states that after changing the Registry setting for the progress
|
| docmd.sendobject ...sending a non-Access object | 03 Mar 2006 18:57 GMT | 1 |
I collect information from my clients with an xls file I import the xls data into my access table. I don't have them put info directly into Access, because, despite the drop downs I have for data validation in my xls sheet, some fields are
|
| disabling fields | 03 Mar 2006 18:01 GMT | 1 |
I have a subform with some fields in them. i only want a customer to enter a property ID, so how can i stop the user from editing the customer ID, quantity, etc... how can i stop the user from entering data into other fields in the subform?
|
| How to Auto-Document Access 2003? | 03 Mar 2006 16:51 GMT | 9 |
I have an Access 2003 application which I have to enhance. The former programmer isn't available any more. Does anybody know a good tool which documents Access 2003 applications? Steven
|
| Limited number of updateable fields in update query?? | 03 Mar 2006 15:55 GMT | 1 |
I am executing an SQL string in an ADO connection to an Access mdb that updates 10 fields in one row: SQL = Update table1 set fld1 = value1, fld2 = value2,...fld10 = value10 Where <criteris>
|
| Setting a Key to update cascading table | 03 Mar 2006 15:28 GMT | 6 |
Hello All, I have a DB that have 6 tables - tblCreator, tblSummary, tblPaper, tblProposition, tblContributor, tblPanel. The tables are linked in the following way: tblSummary is linked with tblProposition by ProposalID
|
| InnerJoin + Left Outer Join syntax problem | 03 Mar 2006 15:02 GMT | 3 |
I'm more familiar with MSSQL than Access syntax and have run into a problem with correctly putting ( )'s around the joins in a 3 table query. I want to INNER JOIN lenders and accounts and LEFT OUTER JOIN that result with prospects. (I want to receive all the results of the ...
|
| Form design for questionnaire | 03 Mar 2006 14:55 GMT | 3 |
To comp.databases.ms-access -- I have a questionnaire for which I would like to design a MIcrosoft Access form. I understand that the proper Access table structure would be:
|
| Records Getting Deleted from Key Table | 03 Mar 2006 13:45 GMT | 3 |
I have a database with a split front end/back end. There is a key table in the back end called Catalog, and it is sort of a central key table for all sorts of things. It's a list of all the jobs that have ever been worked on at our company. Records are getting lost out of
|