| Thread | Last Post | Replies |
|
| At the end of my rope: can't change first record and move away | 31 Jul 2006 19:23 GMT | 7 |
I have a form in an ADP connected to a SQL Server 2005 backend, with a record source that is a view that includes two joins but is still updateable. The form has a list box control in the header section that is supposed
|
| Active Directory Username | 31 Jul 2006 00:03 GMT | 1 |
I would like to make the default value for a field the current logged in username so that on inserts it captures the creator. How would I update a "last modified by" field on edits? Using SQL 2000 w/ Windows Authentication
|
| A problem with getting ID of a just inserted record | 29 Jul 2006 05:47 GMT | 9 |
Here is the typical code pattern (after inserting a record into a table with identity column, the code tries to retrieve identifier of that record; the identity column is called "ID"): Set rs = New Recordset
|
| Access 2003 and SQL server express 2005 | 28 Jul 2006 20:02 GMT | 2 |
has any one encounted this problem?? When I try to modify the row source of a form element I get this message. This version of Microsoft Office Access dosen't support design changes with the version of Microsoft SQL server you Access project is conneted to.
|
| Grouped Query to Table | 28 Jul 2006 12:29 GMT | 3 |
I have a access project which monitors invoices payment received. Each style is a new record and 4-5 such records make up one invoice. i have grouped these on a query to get a combined invoice total. My question :
|
| When is a NULL Not a NULL ? | 27 Jul 2006 20:27 GMT | 40 |
I have a Table that I am inner joining with a View. However, the inner join is not returning records for which the joined columns both contain a NULL. The Table column is typed as nvarchar(50). The column in the View is populated with NULL as a literal (e.g., SELECT NULL As ...
|
| View specific data in a form | 27 Jul 2006 18:34 GMT | 2 |
I have a SP qOrders (orders of clients). I have a form FClients and I want to create a button to execute this SP and view the orders of the loaded client in FClients. Any help is appreciated.
|
| Getting around having no temp tables | 27 Jul 2006 12:44 GMT | 2 |
hmm ,this lack of temp tables makes things a bit trickier! There's 3 tables I'm working with. I'll just give the simplified versions here Renewal - RenewID, RenewYear, RenewClientID
|
| ODBC Timeout | 27 Jul 2006 01:45 GMT | 3 |
Our office uses Access 2000 as a front end to a SQL server 2000 database. Each client has it's own copy of the access .mdb file on their computer.
|
| adp application hangs | 26 Jul 2006 05:51 GMT | 3 |
We have a product we developed in AccessXP - an adp (ade for end users) which connects to SQL Server 2000. Some clients are using it at the moment and are experiencing intermittant freezes while typing text into text boxes on bound forms. ie not while moving
|
| Running T_SQL scripts form Access | 26 Jul 2006 03:05 GMT | 15 |
If I have a TSQL script to create a table (for example), is there some way I can can I run it against a SQL Server database from Access? I assumed I could just paste it into a Query window, but I can't get it to work that way.
|
| New records not visible | 25 Jul 2006 18:26 GMT | 1 |
i have one table in my adp that will not show newly added records. also some of the columns are not visible. anyone experience this?
|
| Updating Combo box if Table is in SQL Backend | 25 Jul 2006 12:14 GMT | 2 |
I have SQL 2000 back end and Access 2003 front. I am able to update the tbl via the Combo Box if it's created in Access with primary key as Autonumber see code below. I cannot update the Combo Box if the tbl is created in SQL. What code must I include to achieve this ?
|
| Create Link To SQL Server Table | 25 Jul 2006 03:10 GMT | 1 |
Forgive my ignorance about this, I may not even be asking the right questions. Through the remote connection program shipped with Windows XP I am able to log into the machine holding the SQL Server and execute queries on the database.
|
| error | 24 Jul 2006 22:42 GMT | 6 |
=Iif([SHIPTERM]="LDP",Round([INVQTY]*[LDPPRICE],2),Round([INVQTY]*[FOBPRICE], 2)) Please help me frame this in a Access project data base. i get error validating formula. Help Help
|