| Thread | Last Post | Replies |
|
| form location on the screen | 05 Aug 2005 01:16 GMT | 1 |
How do we display a form on the screen at a particular location all the time? many thanks
|
| Form requerying | 05 Aug 2005 01:02 GMT | 1 |
I found a recent discussion here about requerying and saving. would appreciate a explanation of what events should be requeryed and/or saved - for some reason i have a hard time understanding how this works FormMain data source is TableMain
|
| Form as a temporary modal | 05 Aug 2005 00:52 GMT | 1 |
I have a comand button on a form to open another form. When this command button is used to open the second form, I want it to open as modal. However, When I call DoCmd.OpenForm stDocName, , , , , acDialog, stOpenArgs
|
| query ComboBox row's contents | 05 Aug 2005 00:45 GMT | 7 |
Newsgroupies: Suppose I want to write a function like this: Private Function findInComboBox(ByVal cmb As ComboBox, sought) As Boolean End Function
|
| If ...then ...else help | 05 Aug 2005 00:45 GMT | 1 |
I have code in the Before Update event of a form that checks the work date of a data entry transaction against a history file and returns an error msg if it finds a match. This code works fine. I then added code that would also check the transaction against the current data file. ...
|
| Extracting the year part from createdatetime field | 05 Aug 2005 00:26 GMT | 2 |
I got a table where the createdatetime field creates a date and time stamp for each of record creation. I need to pull all the records for the year 2004. In the criteria for the createdatetime field, if I write DatePart("yyyy", CreateDateTime) = 2004, no data pulls from the ...
|
| Subform on a Subform | 05 Aug 2005 00:07 GMT | 3 |
I've got a form "AAA" on which is a subform "BBB" and on this subform is another subform "CCC", also on "BBB" is a text control "TTT". From code attached to the lower subform (Form_Current section) "CCC" how do I refer to the control on the subform "BBB".
|
| Looping help | 04 Aug 2005 23:23 GMT | 2 |
I have 5 graphs all of which are in an active window, however I only want one of them to update every ten seconds, the other 4 can update every minute. Each graph sucks in about 6000 records each so I am trying to cut down on unnecessary hits to the server and network traffic. I ...
|
| Updating a value using a matrix | 04 Aug 2005 22:12 GMT | 7 |
I have to create some values based on a formula that is fairly straight forward, but I seem to be having a bit of a mental block on pieces of it. This is my first time trying anything like this and any help or pointers will be much appreciated.
|
| Refresh one form from event on another? | 04 Aug 2005 22:05 GMT | 1 |
I would like to trigger the refreshment of one form based on insertion of a record in another form. Both forms have the same table as the datasource. The first form is a data entry form (with text boxes), the second form is a datasheet view of all
|
| Identify Time Zone | 04 Aug 2005 21:36 GMT | 1 |
Is it possible to: 1. Upon entering a field value of date/time to register the time zone? 2. Display the time values that are recorded in the user's time zone? I have a user table so I could assign time zones to each user.
|
| % stuff not calc'ing correctly? | 04 Aug 2005 21:30 GMT | 7 |
I have two fields that are meant to work together to show both the dollar amount and percent of a total budget. I have the budget amount on the form, then the dollar and percent controls on the form as well. When the user enters a value in the dollar field, the
|
| STOPPING MS ACCESS 2000 AUTOMATICALLY SAVING FORMS | 04 Aug 2005 20:06 GMT | 9 |
I have an A2K app. with a central menu system, from which the user clicks on the menu option and a form opens as a result (normally as a popup, non-modal and, therefore, over the top of the main menu). The menu(s) form uses a table as a data source, which holds the menu text
|
| Dropdown Boxes - Coding | 04 Aug 2005 19:55 GMT | 3 |
Need some assistance. Ill try my best to explain this without a visual. I have a dropbox which lists "products", for example. and I have another dropbox which lists the "package" of the "product".
|
| locking subform | 04 Aug 2005 19:15 GMT | 12 |
I have searched through all previous messages, and can not find this specific answer. I think its pretty simple, but I just can't get it right. I have a form, and the form has a command button to "Save" (i.e. Lock all fields), and here is the code for it.
|