| Thread | Last Post | Replies |
|
| vb.net with Access | 07 Sep 2006 09:29 GMT | 8 |
helloo am using visual studio 2003 and office 2003. this is not the first time it happens. everytime i connect a program made in visual basic to an access database i can read from the database but i cant write to it i.e. i cant add
|
| Where do I find MS HTML Help Workshop???/ | 07 Sep 2006 05:13 GMT | 3 |
I have Access 2003 and want to create Help (F1) for my applications. I have looked through a few postings and they talk about "MS HTML Help Workshop".... I went to the Microsoft website and downloaded and installed it.. Does anybody have any good ideas on how to get a "basic text" ...
|
| Explicit destruction of Objects declared - Style Thing | 07 Sep 2006 04:30 GMT | 17 |
Is there any difference between the following two ? If so, which one is better, and why ? Does this make any sense ? Any suggestions are appreciated. Method I Method II ----------------------------- -------------------------------
|
| Create TextBox and Label loop using code | 07 Sep 2006 04:17 GMT | 11 |
I was wondering how I would go about creating a loop that would generate a specified number of TextBoxes or Labels in a report. Thanks for your help!!!
|
| Convert string to code | 07 Sep 2006 00:43 GMT | 6 |
I have table that must be manipulated differently for each record. In each record, I have a field that I have stored the manipulation necessary. For example, one record might say "Price+Total-Shipping"(fields in the record), while the next record might say ...
|
| How do I write data from an ACCESS table to and EXCEL worksheet? | 06 Sep 2006 21:32 GMT | 3 |
I have developed several routines that I have used in the past to write data into specific cells in a EXCEL spreadsheet that is linked to an ACCESS database. I don't know what I did differently this time, but I find that the EXCEL spreadsheet is Read Only, and I am not able to ...
|
| How to find out which Form called the procedure? | 06 Sep 2006 21:25 GMT | 2 |
I have a form (A) with 6 buttons on it. Made a copy of that form (AB) and disabled 2 buttons on it. One btn opens another form(C). Form (C) on load event, copies ID, Name and PhoneNumber from origianl form. When I use Form (AB) to open Form (C), on load event copies ID,NAme and ...
|
| merging and sum two text boxes | 06 Sep 2006 19:57 GMT | 4 |
I have a report for employee production based on orders filled. For each order we assign an employee ( each employee has its own unique number to identify him), we put his number in a text box [EIDC], there is some orders that we need to assign two employees and in that case we ...
|
| Failure of Linked table in Access... | 06 Sep 2006 19:48 GMT | 5 |
I have an Access database with many (15-20) tables linked to tables in and SQL Server database via an ODBC DSN. An application has been built in the Access database with various forms and reports. When opening the most used form, upon occasion, I receive an "ODBC--call failed" ...
|
| Open Exclusively Only | 06 Sep 2006 19:20 GMT | 2 |
Is there a way to make a database automatically open exclusively? I have an app that needs to be rewritten for a multi-user environment, but would like to make it available now to some users and have it open in exclusive mode when they click on the icon.
|
| ODBC SQL Server Driver Timeout expired (#0) only in Access not in | 06 Sep 2006 19:14 GMT | 4 |
It seems whenever I run queries against an SQL Server 2005 database I get an "ODBC SQL Server Driver Timeout expired" error message. However if I go into SQL view and cut and paste the same command into SQL Server Management Studio the command runs fine. I don't understand why there ...
|
| build string by looping through access table | 06 Sep 2006 18:40 GMT | 2 |
I'm trying to build a string that is composed of values in an access table field and have them concatenated and separated by commas. Table Month May
|
| order of Step through option group | 06 Sep 2006 18:24 GMT | 2 |
I got around adding a button in an option group (asked below) by putting in 30 options hidden and then they are made visible and captions added with the following code. For Each ctl In Me!Choice.Controls
|
| Adding Outlook Redemption Reference Programmatically | 06 Sep 2006 17:15 GMT | 1 |
I am trying to email automatically from Access. Many of our users have Outlook 2000 or higher and so I need to use Outlook Redemption to get around the security pop up. How would I
|
| Open File with doubleclick in CommDlg-Object | 06 Sep 2006 16:18 GMT | 4 |
Hello Access-Developers, I use the CommDlg-OCX to access the Windows file system. This works fine except one point: The selected files don't open using a doubleclick on the filename. It works with a rightclick on the filename and selecting "Open"
|