| Thread | Last Post | Replies |
|
| Determine when data on a form has changed | 21 Sep 2005 16:16 GMT | 3 |
As stated in my previous post I'm attempting to move from bound forms to unbound forms. As a result I need to determine when data on my form has changed so that I can ask my user whether they want to save their changes. Now from what I understand, I'm supposed to add a hidden ...
|
| Updating recordsets from a remote PC | 21 Sep 2005 13:28 GMT | 2 |
We have a situation where remote PCs will download records, make changes, and upload the records back to the SQL server. Currently we are converting the recordsets to xml streams and using a web page to accomplish this. What are some other ways to do this? The client side app ...
|
| Maintaining a Supertype/Subtype relationships between two tables | 20 Sep 2005 02:26 GMT | 1 |
The Scenario A University tracks many categories of people - student, lecturer, prospect, director, admin, and so on, as well as their address and contact information. I would like to model the information as a Supertype and Subtype relationship. Everyone is a person (the supertype ...
|
| Excel Automation Align Left | 19 Sep 2005 23:00 GMT | 1 |
Anyone know how to align cells using vb code. I use excel automation to dump a query into excel and I'm now formating the spreadsheet to look more professional but I can't seem to align left - any ideas?
|
| DTS Import from file split field create multiple records | 19 Sep 2005 15:13 GMT | 5 |
I am creating a DTS in SQL server by importing from a tab sep file, I realized that one field could contain multiple, comma separeted, values: eg. Field1 Field2 Field3 Date etc..
|
| simple question about saving a record on an unbound form | 17 Sep 2005 21:18 GMT | 2 |
I've got an unbound form pulling data from a small table. The table has the following fields among others: emp# <--primary key, indexed unique, not nullable, integer, does not auto-increment
|
| Is there a Globally Unique ID in SQL Server? | 15 Sep 2005 18:14 GMT | 1 |
I have a database with approx 20 tables and each table has a unique identifier (primary key). I was wondering if there is a function in SQL Server that generates a unique ID for the entire database (e.g. a global identity field) so that no one primary key is duplicated in the entire
|
| Calculation in sql | 15 Sep 2005 14:59 GMT | 1 |
I have made a qry but something is wrong Decimal * decimal * money 0.5 * 1 *1 € = .500000
|
| Use list box to find record | 15 Sep 2005 11:52 GMT | 1 |
I have a database that keeps track of employees. It used to be in MS Access but now I've recently upsized to SQL. I'm in the process of moving from bound forms to unbound forms. In one of my forms I had a list box that listed all of the employee names. I had it set up to ...
|
| Integrated security and permissions | 14 Sep 2005 16:13 GMT | 3 |
How can I from a adp file using integrated security for the connection, get the permissions for the current user? Tom L.
|
| Using one value for calculation | 14 Sep 2005 00:06 GMT | 1 |
I need to get one value from a table, join it with an other table and use it in a qry. example: table one
|
| connecting to SQL Server over the internet | 13 Sep 2005 18:00 GMT | 3 |
My client would like to locate a SQL Server on an internet server, and have clients connect with ADEs over the internet (with encryption). Is this feasible in terms of performance? Has anyone tried this? Thanks!
|
| Jet 4 Service Pac8 problem | 13 Sep 2005 17:58 GMT | 1 |
Have Win XP and getting an error when I try to install the Jet 4 SP8 update. Keeps telling me I have a later update version than that being installed so it is not needed but my database (Access 2003) program keeps telling me I need to upgrade. Get KB829558 message but can not ...
|
| sql linkedserver to access 2k database with database password | 13 Sep 2005 15:01 GMT | 1 |
greetings from a database newbie... my other office uses msaccess and i get daily updated msaccess 2k .mdb file. i, however, have mssql backend and msaccess frontend. i want to create a linkedserver within mssql to the msaccess .mdb file, but
|
| How can I get all field names for a MS Access Table? | 10 Sep 2005 15:27 GMT | 7 |
Is there any way to display all Field names for a specific Access table? Something like " SELECT Column_Names FROM MyTable" Thanks in advance for any help. Ron Dahl
|