| Thread | Last Post | Replies |
|
| User Name | 06 Jun 2006 08:45 GMT | 5 |
Good afternoon I using the following function to get the login from Windows XP ALTER FUNCTION dbo.iLogin () RETURNS varchar(30)
|
| Table Relationship Integrity - Null Values | 06 Jun 2006 07:42 GMT | 5 |
We have been building databases for replication and therefore using primary keys of type uniqueidentifier. The GUI is developed in Microsoft Access 2003, which doesn’t seem to allow us to insert NULL values into the foreign keys (of type uniqueidentifier) that reference these ...
|
| help me with group by | 05 Jun 2006 19:07 GMT | 11 |
hey i'm trying to group by a doctor's last and first name is this possible here is my sql i'm using... SELECT DOC_FIRSTNAME, doctor_matrix.DOC_ID, DOC_PHOTO, DOC_LASTNAME, VISIBLE_ID, DOC_TITLE, doctor_matrix.DEPTCONTACT_ID
|
| Access 97 linking tables from Sql server 2000 | 05 Jun 2006 15:14 GMT | 1 |
Can I link tables from SQL Server 2000 into Access 97??? Thanks! Domac
|
| Relink Tables | 05 Jun 2006 01:46 GMT | 3 |
is it possible with code to test the connection to sql and return some type of prompt to choose the correct sql server or atleast prevent access from trying to connect to a non-existant sql connection?
|
| print record crashes database | 04 Jun 2006 00:41 GMT | 1 |
Hi. I have a client with an Access 2003 adp frontend to a SQL server 2000 backend. They want to be able to print a record directly from the form, however, every time on any computer that this is attempted, Access crashes. I have searched for this specific problem, but have
|
| Recordset and RecorsetClone do not Reflect Sorting and Filtering | 02 Jun 2006 16:59 GMT | 10 |
In adp's the forms Recordset and RecordsetClone do not reflect sorting and filtering made by the user on the form. Thus, if you try to select records based on the SelTop and SelHight properties of the form you might get the wrong records.
|
| Controls disappear in form using stored procedure as data source | 01 Jun 2006 22:48 GMT | 4 |
Hi Experts, I would like to use the sp "sp_routeStat_CTY_Total_TestForm" as data source for the form "Ufo_Test" with the input paramter "@LAND". But after I did so, all controls of the form desappeared during run
|
| Help !! How to achieve accumulative totals | 01 Jun 2006 22:19 GMT | 2 |
I have a simple data base: Date Job # Hours Emp # I need to be able to have a query that will give me a running total of job hours per job even if I specify a date range.
|