| Thread | Last Post | Replies |
|
| Hide menu | 14 Mar 2006 20:31 GMT | 1 |
I need hide item(rows) of context menu When I right click on the form, i can view "design form", "properties" itc, how I can hide or disable this item.
|
| Macros work on form but not on it as subform | 14 Mar 2006 20:15 GMT | 1 |
I have a form that automatically calculates the scores for the Army PT test. It works great as a stand alone form. But when I drag it to be a subform in my main form, I get an error that says it can't find the form (which is now a subform).
|
| broken references issue | 14 Mar 2006 20:10 GMT | 4 |
I have an Access application that uses some Excel functionality and therefore lists the Excel object library in its references. Recently we upgraded some clients to Access 2003, the others are using Access XP. If I save the db in Access 2003, opening it in Access XP
|
| Access exit event | 14 Mar 2006 20:08 GMT | 6 |
Is there a way to execute code when access exits? The form unload and close events do not always work when the user clicks the X button.
|
| Using an unbound combo box to populate fields | 14 Mar 2006 19:18 GMT | 4 |
I am using an unbound combo box to populate fields on a form. The "After Update" event procedure is: Private Sub cmbRRepeat_AfterUpdate() Me!COMPANYNAME = Me![cmbRRepeat].Column(1)
|
| Problem with OpenArgs | 14 Mar 2006 18:50 GMT | 2 |
I use OpenArgs to add a date to a form from another (WorkOrder)form and all works well. However, I want to disable this when I open the form from a second (menu)form. Here is my form load event that won't show the existing date from the underlying table...
|
| How scroll to end of text in a text box? | 14 Mar 2006 18:29 GMT | 1 |
I have a text box containing the contents of a memo column. How do I get the display to position to the last line of text in the box? It always opens positioned at the top. Also, if I click on some command button outside the text box I lose my
|
| Data using DateAdd function not showing table. | 14 Mar 2006 18:10 GMT | 2 |
The dates that fill in my form using the DateAdd function don't show up in my table. I'm using the expression =[Placement Date]+45. How do I make it work? I'm using Access 2000. Thanks!
|
| Help with error | 14 Mar 2006 17:58 GMT | 4 |
Greetings all. I am using adp with SQL 2k on the backend. I am using windows integrated security to set permissions. Presently, when someone gets an error that says they do not have permission to insert or update into a record they will hit ok, but the changes they have made ...
|
| Funtion is not available in expressions in query expression | 14 Mar 2006 16:48 GMT | 5 |
I have a multi-user Access database that has been running well on 3 different workstations. Only now, for some reason, I have a user that does not run a form correctly any more. I've found the problem to be that the query
|
| calculation in tab control page | 14 Mar 2006 16:42 GMT | 2 |
on a tab control page in a form i do have several textboxes in which one can fill numbers to be added, subtracted, divided or multiplied, just like a calculator; the result is shown in another textbox. e. g. textboxes named re6 and re8 get filled with 5 and 6, in textbox re10 i
|
| write conflict - needs internediate "commit" | 14 Mar 2006 15:46 GMT | 2 |
I have a form with most popular fileds from a table, and usually updates are from here, but I have a more detailed form I sometime go to for more edits. If I forget and update both places I get a write conflict error. What I need is that if I press the "Go To Details" button, ...
|
| Main form/sub form current event | 14 Mar 2006 15:15 GMT | 1 |
I can't remember if I've posted this already!! :( Sorry if I have, I can't find it. I have a main form (frmFollow) with a subform (frmProducts). Fields in frmProducts are disabled on the value (8) of an option group. There is code
|
| stopwatch | 14 Mar 2006 12:57 GMT | 3 |
I want to create a form with some buttons on it. What i want to do is when someone pushes a button then the time should be stored in a table. I think it should be on the on-click event. Anyone has idea on this one?
|
| After Update action | 14 Mar 2006 09:54 GMT | 5 |
I have a form linked to a table that has a couple of 'after update' actions. There is a release time field (date/time, short time format, input mask 00:00) and a time in field (date/time format, short time format,)
|