| Thread | Last Post | Replies |
|
| can't edit field | 13 Feb 2008 22:56 GMT | 4 |
TIA. in msa2k, i have a form with almost about 50 text box date fields (divided into planned and actual dates) being used for managing dates in an ordering project; the mdb is conected to a sql server 2000
|
| Refresh all forms if open by multiple users | 13 Feb 2008 18:02 GMT | 1 |
I am looking for a way to have an access form update for multiple users. I have a form where certain fields will be updated on individual computers, and there may be 3 or 4 users that have the form open at a time. Is there a way to have all users forms simultaneously
|
| Problems running Acc2003 DB in Acc2007 | 13 Feb 2008 14:59 GMT | 2 |
I have Access 2003 created database that I have been running in Access 2007. Lately a couple strange problems have cropped up: 1) I have a Form that opens via a button on another Form. Now in Acc2007 if produces a "Error number 3011: the Microsoft Office Access
|
| An Interesting Occurance w/Access 2003 | 13 Feb 2008 11:35 GMT | 3 |
I have an application with a number of tables, one of which I named, Calls, which holds information relating to telephone calls. Anyway, making a copy of the database file, then making a number of modifications to it, I deleted all of the records in the Calls table of
|
| Checking to see if an .exe file is loaded | 13 Feb 2008 04:13 GMT | 1 |
Re: Access 2003 In my Access app I am needing to see if an .exe file is loaded locally before running it. The thing is it might be located somewhere ele other than the default
|
| slowdown of query with <>0 parameter in summed number field | 13 Feb 2008 04:10 GMT | 1 |
have a query that has a <>0 in a summed number field. The query runs extremely slow (30+ seconds) when this parameter is in this field. If I eliminate this parameter the query runs in milliseconds. This is a query on a linked odbc sql server 2005 table. Any thoughts on the
|
| How To Find Next Autonumber Value | 13 Feb 2008 03:21 GMT | 6 |
I'm using the following SQL statement to find the next highest autonumber value in a table where "CDUGActID is the autonumber field in the "CDUGActuals" table: SELECT CDUGActuals.CDUGActID, CDUGActuals.ActualTonnes, [CDUGActID]+1
|
| Force Users to log out. | 13 Feb 2008 02:24 GMT | 3 |
I have a method in place in my application to force users out. It's a simple tactic I got from these newsgroups where you create a table with one record called logout, then check that field with a timer on a form that doesn't close. If it's checked, it starts a forced logout
|
| Running macros in Access 2007 Runtime on Vista | 12 Feb 2008 23:17 GMT | 5 |
Has anyone had trouble running macros on the Access runtime version on Vista? I tried enabling macros in the trust center, and thought for sure this would solve the problem! But, alas, my hopes were in vain - I still get the 2950 error when the Autoexec macro runs. I don't think
|
| Calculating seven days from a Start Date | 12 Feb 2008 18:10 GMT | 1 |
I have a parameter query that requires the user to enter a Start Date: and End Date: and pull data between that date range. I am currently using the following parameter; Select *
|
| Trusted locations ACC2007 | 12 Feb 2008 12:49 GMT | 4 |
Read the posts about the trust centre, has anyone else encountered this? I've set up a trusted location for my front end, and that works OK on my development folder.
|
| Windows Explorer control | 12 Feb 2008 10:13 GMT | 2 |
In Access 2007, is there a Windows Explorer control (similar, say, to the calendar control) that can be put on a form, will browse to a folder and return that folder's path to the field with which it's associated?
|
| Simpliest Question re Combobox Columns | 12 Feb 2008 09:28 GMT | 2 |
Can someone please advise if (and if so then how) i can refer to a combobox column by name and not index, i.e., instead of forms!myform!ComBx.column(2) i could refer
|
| All or Filtered using a CheckBox | 12 Feb 2008 01:20 GMT | 1 |
Access 2003 I have a form (bound to a query) and would like for the user to check a CheckBox to filter records based on a value of one of the fields. If the CheckBox is not checked, it should show all the records. Here
|
| Automatic filter reset | 11 Feb 2008 23:01 GMT | 1 |
I have a database in MS Access 2000. I have a field that needs to be filtered repeatedly. Currently, after the field is filtered, the filter must be manually removed prior to filtering on that field again. Is there a way to clear a filter that is in place by simply
|