| Thread | Last Post | Replies |
|
| Adding a field to an existing table using a query | 02 Sep 2004 03:44 GMT | 3 |
Is there a way to add a field to an existing table using a query of some sort (without needing to manually add a field to the table). I know how to do it with a make table query, but I have a specific need to only add a new field to a table if possible. Here's a simplified
|
| deploiement of MS Access 97 application | 02 Sep 2004 01:48 GMT | 6 |
I have a small Access 97 application and I want to deploy these application on other computers (with XP Pro). Which DLL and Exe must be present to run my MS Access application ? thanks,
|
| Windows to Mac | 02 Sep 2004 01:13 GMT | 1 |
If I create a database in Access 97 on a Windows platform, can I use it on an IMac as well? Thanks
|
| Book on database problem solving. | 02 Sep 2004 01:02 GMT | 1 |
Was wondering if anyone knew of any references for solving particular database problems with Access. For example, how to create databases with transaction tables (I know they're not built in to Access, so I want to know how to construct
|
| Enter default User Name & Initials for all users | 02 Sep 2004 00:45 GMT | 1 |
Our users run a Microsoft Access application, on a Terminal Server. When users connect to the Terminal Server for the first time, MS Office XP requires them to enter their User Name & Initials. Is there a way to eliminate this requirement or use a default (which could be
|
| Zeros not updating | 02 Sep 2004 00:33 GMT | 1 |
I'm a novice Access user and am not sure how to solve the following problem. Any help with the following would be greatly appreciated! I have two tables with identical structures, the first holds the data input for a questionnaire, the second holds the scores from the questionnaire, ...
|
| How to retrieve column names in a table | 02 Sep 2004 00:21 GMT | 2 |
How can I retrieve just the column names from an Access table. I don't need the data, just the column names.
|
| Getting the Sub or Function not defined error | 01 Sep 2004 23:07 GMT | 6 |
I'm using access 97 SR2 on win XP and keep getting the Sub or Function not defined error message. The code for the function is in a module called mod_Public and is as follows.
|
| are Transactions necessary with Forms? | 01 Sep 2004 20:12 GMT | 4 |
I have a form where the user types the shipping container number into a box and then types the Pallet number into a combo box. The AfterUpdate event for the combo box runs the following code which finds every table row that has that pallet number in it and sets the
|
| Access to store images from the web which lets you paste them into Word | 01 Sep 2004 18:36 GMT | 1 |
I'm very interested to hear if anyone has created an access database that enables a user to cut and paste an image from a web page into a database. The database then stores the image and then allows the user to cut and
|
| export forms? | 01 Sep 2004 18:32 GMT | 2 |
is it somehow possible to export the DESIGN (not the data) of a form into a textfile or something like this? and of course a have to reimport this later. i need to change multiple elements (exspecially the elementnames) in
|
| Modify DAO.Tabledef | 01 Sep 2004 17:16 GMT | 4 |
I am using code provided by Mr. Steele that allows for my MDB to dynamically connect to remote SQL server databases. The code works fine as follows: Type TableDetails
|
| Refreshing a list box | 01 Sep 2004 16:19 GMT | 2 |
I have an unbound listbox in my main form that is used for reference only. If I want to add a record to the table that this list box displays, I open a seperate form to enter a new record to the table. What I would like, is for the list box in the main form to refresh after the
|
| not quite right | 01 Sep 2004 14:00 GMT | 4 |
The following code correctly creates the string and if I paste this into a query it works everytime. It doesnt work though with the query Exists function in as much that if the query is already there the set querydefs part of the code doesnt update the sql so I get the string from ...
|
| runsql vs Execute | 01 Sep 2004 12:55 GMT | 7 |
What's better/ faster/ more efficient. Using Docmd.RunSql or Execute to run sql? When is one better than the other or inappropriate to use? Thanks. jim
|