| Thread | Last Post | Replies |
|
| Urgent Help Need - Adding Date Selection to Main Form | 25 Jun 2008 22:24 GMT | 6 |
I have created a Main Form with 4 comboxes where the user can select from one of the comboxes or make mutiple selection from any of the four, then click the "Select Button"; where the results are displayed on a subform. This works fine, however I would like to add a combox for ...
|
| Subform not opening correctly | 25 Jun 2008 22:23 GMT | 1 |
I have a subform with one record in it. Allow Additions is set to yes. When activating the subform to open it only opens to the blank record. If I
|
| Default date for a calendar control | 25 Jun 2008 22:18 GMT | 2 |
When I pop up a calendar control form, the calendar control defaults to the date of 4/10/2008 being clicked after the form loads, which is not todays date. What setting can I change on the control so that when it displays, it defaults to today's date as appearing clicked when ...
|
| Foreground-Background Color Values in a module | 25 Jun 2008 22:09 GMT | 4 |
Given the following code: Private Sub REGION_LostFocus() 'change the label to this foreground/background 'color when the control has focus.
|
| Changing Form's View in VBA | 25 Jun 2008 22:04 GMT | 2 |
I have a form that does not display correctly. frm1 opens frm2 via a command button. My three problems with frm2: 1. Displays in form view when called from the button.
|
| Combining multiple IIf with Nz and DLookup | 25 Jun 2008 21:43 GMT | 1 |
Would someone mind taking a look to seek what order my code should be in. It's not working. Right now it is in the control source of field "associatedname", but I'm thinking it needs to be somewhere else like on change, enter, before or after....maybe not.
|
| DCount Help on Subreport | 25 Jun 2008 21:10 GMT | 5 |
I'm stuck with a Dcount function. I'm trying to count the number of choices for a given event where the choice=1. This is in the EventID footer of a subreport. This is what I have: =DCount("[Choice]","qryEventChoices","[Choice]=1" And "[EventID] = " &
|
| Sending a PDF document attached in a table | 25 Jun 2008 20:47 GMT | 2 |
Hopefully this is a simple one. I would like to use a number of form buttons to send specific PDF documents attached in a table. The table where the PDF document resides is called [EFORMS]. The table has two colums [DESCRIPTION] and [EFORM]. Each button on the form would link
|
| Form and subform filtered by list box and combo box vs 2002 | 25 Jun 2008 19:16 GMT | 2 |
I have a form and subform accessed from a non-access driven switchboard. The form is for data entry and search. Included on the main form is a combo that filters the main form by project owner and a list box that filters by the project name. The problem is that when opening ...
|
| simplified AfterUpdate? | 25 Jun 2008 19:08 GMT | 2 |
I have a subform with 2 "groups" of controls: IDLengthUOM IDWidthUOM IDHeightUOM
|
| Locking in a new record in a subform | 25 Jun 2008 16:40 GMT | 1 |
I have a subform (service tasks) that when I first create a new record on the main form (service reports), the subform shows just a blank record (the subform’s ID is still reading AutoNumber), which is fine, since there won’t always be a task for every service report.
|
| Updating a concatenated string | 25 Jun 2008 15:47 GMT | 1 |
I have a datasheet with info from multiple tables (SQL). Some of the columns hold concatenated data based on an id number i.e. the fruit variety column can hold multiple varieties, or the country of origin column can hold multiple countries. I need to allow users to be able to ...
|
| unbound control with old values and moving focus | 25 Jun 2008 15:36 GMT | 14 |
I have an unbound combo box as part of a form header, the value in this control effects the detail contents of the rest of the form. Due to its nature I want to put a user warning on this control “Are you sure you want to change this? - y/n”, sort of thing. Where the user decides ...
|
| Record the date a record was last updated via VBA | 25 Jun 2008 14:46 GMT | 2 |
Access 2003 Table name = Members Primary Key name = CID (a number) Field name = LastUpdate (date/time Now )
|
| Printing List Contents | 25 Jun 2008 13:31 GMT | 1 |
I have a list on my form and I want to print its content even if they don't appear (i.e. I have to scroll down to see all the elements). Is there a way where we can print the form and have all the elements of the list printed out as well?
|