| Thread | Last Post | Replies |
|
| How to Disable a SQL Server Trigger Action | 28 Sep 2005 12:55 GMT | 4 |
The following applies to VBA with ADO and SQL Server 2000 I want to use a trigger to manage the deletion of records in a table. However, I have a procedure in VBA that creates a new connection with the server, which can be run by any user, and where I don’t want the trigger to
|
| Cumulated Standard Normal Distribution in Access | 28 Sep 2005 09:52 GMT | 2 |
is there a function for the cumulated standard normal distribution in Access, like the NormSDist in Excel? Or is there a way to use the excel function in access, e.g. by referencing the excel object library? Thanks a lot for your help! oliver
|
| ADO query returns an integer from string field | 28 Sep 2005 08:01 GMT | 2 |
The original data is a query, for which I am subsequently performing an SQL query upon it. The field in the original query dataset is a String or Character, yet when I perform an ADO SQL and print our using Debug.Print the output is an integer. The query field is definitely a ...
|
| how to call a sub which is a database record | 28 Sep 2005 05:23 GMT | 1 |
Can i put different public subrountines in a modules and run it by thorugh forms but that name is stored in a table? e.g. In module:
|
| Appending and Deleting Data using Modules | 28 Sep 2005 01:19 GMT | 1 |
i'm currently doing a fixed asset db, extracting the data from the SQL server. as the depreciation for the fixed assets changes every month, i would like to store the previous months of the fixed assets in a table. every month, the user would press the update button on the form ...
|
| exclusive use split database | 28 Sep 2005 00:06 GMT | 3 |
i asked this once in a different way, so i will try it this way: I made a split database and distributed a copy of the front end to all the users. some of my users are getting an error message that someone has the database open in exclusive user mode. how can i fix this?
|
| Public Sub or Function to manage Control settings | 27 Sep 2005 23:46 GMT | 14 |
Thanks for taking the time to read my question. I want to use labels for buttons instead of buttons. That way when the mouse moves over the button, I can change its appearance. That being said... instead of having code on all my label buttons, I'd like
|
| Access 97 VB | 27 Sep 2005 23:00 GMT | 2 |
Could someone please give me a hand - I have written the following code to compare an audio test with a previous test to see if two consecutive frequencies have a change of 15dB or more to set a field to 'Abnormal Shift', or to 'No Change' if untrue.
|
| opening excel spreadsheet from access form | 27 Sep 2005 21:55 GMT | 1 |
i've been on the threads for the last two days, and i'm not making any headway. I want to place on an Access Form a button that launches an Excel Spreadsheet. I see that this question is asked quite frequently, but all the answers are not working for me. Here's what I'm doing:
|
| Two Questions: FileSearch & Excel Instance | 27 Sep 2005 20:39 GMT | 5 |
I have two seperate questions regarding FileSearch & an Excel Instance. I'll start with the latter. Thanks for the assistance. I have a module that opens an Excel instance (objExcel) and closes it at the end of the module by using objExcel.Quit & objExcel = Nothing. However, ...
|
| Checkbox in report detail | 27 Sep 2005 19:18 GMT | 3 |
Hi-- I have a checkbox in the detail section of a report. I need to make it visible or invisible programatically. I believe that I can do this using the On Print event of the detail. My problem is that I cannot determine the
|
| MVP Book Suggestions | 27 Sep 2005 18:55 GMT | 7 |
I've posted a few times and been reading the boards for a while and I'm scared by how much the MVPs know. But in a good way. So I'd like to pick your brains on a book question. Can you suggest any particular books that you feel Access programmers should
|
| Copying field values from table "A" to table "B" | 27 Sep 2005 18:50 GMT | 1 |
I am trying to find a way to copy a field value from table "A" to a field in table "B". I realize that this causes duplicate entries but it is reqired because at a later date I need to be able the change the field value of table "A" and not have it affect the value already ...
|
| INI files | 27 Sep 2005 18:46 GMT | 4 |
Can Access vba create / modify / read INI files? I would like to put some general environment options in an INI file outside of the database so that relinking to a backend and the various backend locations can be easier along with some other environment variables. If yes, can ...
|
| if a chr = a then move it to b if b then c | 27 Sep 2005 18:38 GMT | 2 |
I am working with a treeView. Tree view keys must start with an alpha charactor and does not allow you to use the same key twice in the treeview. My key field is a numeric field that I am appending an "a" to like this: set treekey = "a" & strTreeKey
|