| Thread | Last Post | Replies |
|
| Adp form looses filter when filter criteria are updated | 19 Jun 2006 10:07 GMT | 4 |
I have an Adp form (Acc2000) connected to a SQL Server 2000 database. When I filter the form on area code, the resultset is for example 10 records out of 100 records. After that I change the area code (part of the filter) to a new value. Then the form looses its filter, 100 ...
|
| Conditional Calculation | 16 Jun 2006 22:18 GMT | 3 |
I have a table with 2 fields: Zipcode and Dollar. I want to create a new field "Relativity" that equals to Dollar/Dollar(when Zipcode=44444). how do I write it in SQL? Select ZipCode, Dollar, Relativity as Dollar/(Dollar When Zipcode=44444)
|
| hotfix http://support.microsoft.com/kb/827983/en-us | 16 Jun 2006 20:21 GMT | 2 |
I am developing an adp report that loads a different picture for each record. I am using image object, setting the .picture to the external file path of jpg file in the group header for each record. Besides the load of each picture being slow, I also was getting this message ...
|
| Amplify records | 16 Jun 2006 16:32 GMT | 3 |
I have 10 records with 10 vehicles. For example: Ford Explore Honda Accord .............
|
| filter & command button question | 15 Jun 2006 13:59 GMT | 7 |
I have a form that is based on a stored parameter query ( this is an adp project ). It works fine when I first open the form from a main menu. I am prompted for a client number. However, when I want to look up another client number, I
|
| Strange behaviour with rs.Find (ADODB) | 14 Jun 2006 16:43 GMT | 2 |
Using Access XP with MSDE (2000) backend. I am opening a form and naavigating to a specific record (based on the openargs, not conditions as when I use conditions an activex control displays in the wrong place - but thats another story).
|
| oop Programing quesiton.... | 12 Jun 2006 19:22 GMT | 13 |
Hello.... Not sure if this is the right newsgroup for this or not. I'm trying to learn to migrate to using classes and oop. Instead of referencing a form like
|
| create a POP up information | 12 Jun 2006 11:24 GMT | 7 |
I have a small sale database in Access 2002 with SQL 2000 back end. The database works fine except that the manager want a POP up notice about any product that is less than 5 in stock. Does anyone recommend possible solution here?
|
| run SQL via VBA in MS Access | 08 Jun 2006 22:17 GMT | 2 |
I've been fumbling around with this for entirely too long, and I need some assistance. What I'm trying to do is to set up a form where the user can select from a particular set of fields (which obviously exist in one of my tables).
|
| open hyperlink to asp page | 08 Jun 2006 17:49 GMT | 1 |
Hi. I am trying to open a hyperlink through code to a redirected asp page but it is not working. Here is a portion of my (revised) code: Dim strsql as string strsql = "http://dev.companyname.com/submitpayment/Redirect.asp"
|
| ADP bound form refresh after subform record delete? | 08 Jun 2006 13:34 GMT | 5 |
Hi. I have an Access 2002 ADP project connecting to a SQL 2000 database. I have a form "Main" using a stored proc as a record source. I have a continuous subform "Sub" using a Select statement as a record source.
|
| SQL2000-Database, SQLExpress, Access | 08 Jun 2006 01:24 GMT | 5 |
I have a big MSSQL2000-Database. I want to query the data. I have no SQL-Server yet. Is it a good Idea to install SQLExpress, attach the Datafile and connect to Access 2003? Who has experiences?
|
| Stored Procedures Object | 07 Jun 2006 17:50 GMT | 3 |
Access 2003 I do not have a Stored Procedures object group on my database list. Instead all of the Stored Procedures are listed in the Queries Objects list. A couple of books I have read store a separate Object for Stored
|
| SQL Server Access | 07 Jun 2006 03:34 GMT | 9 |
I have an MS Access project with SQL Server on the back end. How do you suggest I develop access/security in this scenario? I have an application with two types of Users. Those can Insert, Update or Select from any table but thye may may not delete (Group A). Or those who can ...
|
| Parameterized SP in WHERE Clause of Another SP | 06 Jun 2006 21:46 GMT | 2 |
I've got this SP: CREATE PROCEDURE EWF_spCustom_AddProfiles_CompanyYear @prmSchoolYear char(11)
|