| Thread | Last Post | Replies |
|
| Slow Reponse when designing forms/reports | 18 Dec 2007 19:31 GMT | 3 |
I am having the same exact experience as described below. Has anyone found a solution?? Subject: Slow Reponse when designing forms 10/12/2005 8:22 PM PST By: Luke Bailey In: microsoft.public.access.forms
|
| Date calculations | 18 Dec 2007 18:32 GMT | 2 |
is there any way I can get 00/00/0000 to be used as a default value in a date field (Table and form). Thanks dave
|
| Using form to enter "query criteria" (between values) | 18 Dec 2007 18:32 GMT | 2 |
Good morning everyone, I want to create a form with two boxes, where first box is lower limit of the value and the second upper limit. This values should be used in my query as filter criteria.
|
| Events for label control | 18 Dec 2007 17:59 GMT | 4 |
I have 2 labels on my form. One label has event properties and one does not. The label above a listbox has 'build event' grayed out, the independent listbox has it enabled. Why? Access 2003.
|
| Form Controls with a DataSheet Form | 18 Dec 2007 17:31 GMT | 1 |
I have a situation where I want to open a form of "ordered items" in a matrix format. I can create the form and open it from within another form, but once at the new "matrix" form, I can't see how to add controls or buttons to "Close" it.
|
| Checking Yes or No before going to Form | 18 Dec 2007 17:28 GMT | 3 |
I'm getting frustrated. I did ok but trying to alert either way if the records are completed then go to the report areas but if the records are not completed and advise that there are outstanding records that need to be done before going to reports.
|
| Subreport Question | 18 Dec 2007 17:05 GMT | 1 |
I have a report that contains a subreport. The subreport is used to tally year to date totals while my mail report gives me monthly totals. When I run the subreport by its self it works correctly and it sums records 1, 2, and 3 that were created in 2007. When I use the report ...
|
| Why does it add two items? | 18 Dec 2007 16:01 GMT | 1 |
I have the following line of code: ctrlListBox.AddItem Item:=strItem However, where the value of strItem contains a comma, such as KOREA, DEMOCRATIC PEOPLE'S REP, it comes out as two separate items, KOREA and
|
| Get SumTotals from Subform | 18 Dec 2007 15:43 GMT | 2 |
I have a Mainform with a Subform with details. In the subform I have a control name 'Amount ' and in the Form footer I have TotAmt using Sum to get the total of all the detail Amounts, and on the MainForm I display the TotAmt field.
|
| Print/Preview Current record | 18 Dec 2007 14:31 GMT | 5 |
I have set the cycle function on my Orders form to "Current". When I enter a new order on the Orders form, I would like to be able to preview or print it. I have tried using a macro to first save the orders form prior to previewing or printing it, but I end up with a blank report ...
|
| adding navigational buttons to a form in datasheet view. | 18 Dec 2007 13:39 GMT | 1 |
I'm creating two forms with navigational buttons to move inbetween the two of them. One form is Columnar, and the other is in Datasheet. The button shows up on the first form, but unfortunately I can't get the button to show up on the form that is in datasheet view. Can anyone ...
|
| Access sub windows temporarily freezing | 18 Dec 2007 13:23 GMT | 3 |
I've had this issue for years and figured it was just something that only I had a problem with. I starting to talk to some of my customers and the same thing is happening to them.
|
| unable to enter data on form. help? | 18 Dec 2007 12:02 GMT | 1 |
I have created a form using a relationship between two tables. This was to be a data entry form but when I try to enter data nothing happens. The cursor moves to the first field but typing doesn't result in data appearing on the screen. I could do with some help
|
| Limit to List | 18 Dec 2007 06:05 GMT | 1 |
I have a form frmOrder with an unbound combo box cboPartNo, with the Limit to List property set to Yes. In the "On Not in List" event, I've added the following: DoCmd.OpenForm "frmNewPart", , , , , acDialog
|
| Combo box - subform | 18 Dec 2007 00:47 GMT | 1 |
I have a problem with a form/subform in a home-grown database written by someone no longer with the company. There's a combo box on the main form that displays members for users to select. When they select one, the subform is populated with the
|