| Thread | Last Post | Replies |
|
| Deploying Access 2003 runtime | 19 Feb 2005 07:18 GMT | 1 |
When deploying a solution using the Access 2003 runtime engine, do you have to use the packaging wizard that comes with the Access 2003 Developer Extentions, or can you use other packaging software such as the Visual Studio packager?
|
| ADO connect on form | 19 Feb 2005 07:06 GMT | 2 |
Dear Gurus, I had never worked with ADO enviornment in access world. can any one tell sample codes/ideas how to work with ado on form where there r buttons like first, last, new, etc..i had done but giving me
|
| How to avoid update? | 19 Feb 2005 02:16 GMT | 6 |
I have tab control on one of which pages is subform. When I change data on one of pages and navigate to another, update in database is happened. Is there any way to avoid that?
|
| Terminal server problem | 19 Feb 2005 00:40 GMT | 1 |
We have our main database application running on our windows XP machines and run office on a terminal server. I need to find a way for a program on the XP machine to access the terminal server to send a automated email via outlook using the users account. Can anyone help me with a
|
| Tabbed Subform | 19 Feb 2005 00:16 GMT | 2 |
Is it possible to set different colours to each tab in a tabbed subform?
|
| Runtime Error w/Exponentiation? | 19 Feb 2005 00:15 GMT | 5 |
----------------------------------------------------------------- Sub Sheesh() Dim myYears As Double Dim myRawCumulative As Double
|
| MS SQL linked tables vs. Pass Through Queries | 18 Feb 2005 23:48 GMT | 8 |
I am working on an Access application where the author used SQL back end via linked tables. I wrote some general functions that would execute pass through queries and was going to call them for all new DB interaction.
|
| Scrambled Excel Automation | 18 Feb 2005 22:55 GMT | 3 |
I ran into something really bizzaro today. A team member had me look into some export code for some data he was outputting. The data looks at shipping containers and attempts to look at how often their being reused. Details are output according to the
|
| What to delete new record started on Continuous Form | 18 Feb 2005 22:23 GMT | 3 |
Hopefully I ask this correctly In Access97 I have a continuous form which is bound via a select statement in the record source. Lets say a user starts entering a new record on this continuous form
|
| alternative to WScript.Shell | 18 Feb 2005 21:29 GMT | 2 |
I have seen some very general suggestions for alternative code to the WScript.Shell code, but nothing specific. In the two lines of code below (I think) the first line creates a text file on the hard drive. When I get to this line I get runtime error 429 "ActiveX component
|
| Title with "The" in the beginning | 18 Feb 2005 20:09 GMT | 2 |
I have a table (tbl_Titles) where several records (tbl_Titles.Title) that start with "The ...". I'd like to convert this to "..., The". How can this be done with an update query?
|
| VBCode Help for Beginner | 18 Feb 2005 19:59 GMT | 5 |
Okay, this is probably real simple stuff for you guys. I know its simple, I used to know some of this stuff when I was learning Visual Basic in school, but yeah. Only a couple of things. Firstly, I want to know how to extract an integer from a string. For
|
| I have a user/pc specific problem in access. | 18 Feb 2005 19:25 GMT | 4 |
I have a user/pc specific problem in access. This doesn't occur on any other ( windows xp pc) that I have used the .mbd on. This involves a query that's using a range of dates as a parm. This
|
| Sending a report by email and only showing a particular record on that report | 18 Feb 2005 18:55 GMT | 2 |
I am trying to send a report by email using DoCmd.SendObject acSendReport. When I send the report, it sends the report with all the records whereas I only want the report to show one record. I have got around this by linking the form to the query so that the query returns my one ...
|
| Print report based on current record | 18 Feb 2005 18:31 GMT | 2 |
I am attempting to use the following code to print a report based on the current record in the form. Users bring up the record with a parameter box and then can make changes to the sub-form on the main form (main form is locked). I use this same code for another
|