| Thread | Last Post | Replies |
|
| Run Time error 3077 | 31 Jul 2008 22:39 GMT | 1 |
I have an access 2003 database that has a combo box on a form. It was working for the past two days, but today it is giving me the Runtime Error 3077 when I search for a record in the list. Can you please help me out. Below is the error code.
|
| form fields into text body? | 31 Jul 2008 21:40 GMT | 1 |
Hello, I have built forms with several fields that output correctly when sent. However, when someone responds to the received form, all of the form data is lost and the result is basically an email thread. Is there a way to set up fields so the results output into text? ...
|
| Form issue with checkbox | 31 Jul 2008 19:55 GMT | 2 |
Have a form with a question. The check boxes are answer options. If they only select Q3_Friends, then the NextQuestion is enabled. If they select any other combination of checkboxes, then another question displays on the form. Answer that question and then get NextQuestion.
|
| option button in a form | 31 Jul 2008 19:35 GMT | 3 |
i am designing a form on 2003 version. I am using the option button not the group, but the value i get is -1 when checked. Is there a way i can get 1 instead of -1. thanks,
|
| Combo Box Problem | 31 Jul 2008 19:02 GMT | 6 |
I have a Text Box on a Form that I am trying to change to a Combo Box. I pull the last name and first names from the Employees Table to show in the combo boxes. Every time I do this, either with the wizard or manually, the last name still displays in the first name box. I ...
|
| Problem with Forms | 31 Jul 2008 18:45 GMT | 2 |
To make my forms as idiot proof as possible I need to add something. During testing, I entered test data through my forms and noticed out of habit I often hit the enter key instead of the tab key to move from one field to the next. I typed the date
|
| Back to the beginning of the form | 31 Jul 2008 18:30 GMT | 8 |
How do I get the cursor to start at the beginning of the form each and every time after going to the next (or another) record?
|
| Print concatenated formatted text in report | 31 Jul 2008 18:14 GMT | 2 |
I am attempting to print a concatenated text field consisting of a text field followed by a second text field which is a telephone number with an input mask of !\(999") "000\-0000;;_ If printed as a separate text field, the phone
|
| combo boxes and queries | 31 Jul 2008 17:57 GMT | 3 |
I have created 2 combo boxes in a form. the first combo box runs a query that gives me the choices for the second combo box. The query that I have have is as follows: SELECT TblDepartment.Department, [Tbl Job Positions].[Job Position]
|
| List box question | 31 Jul 2008 17:54 GMT | 4 |
I have a list box wich contains a list of my customers. Some customers have the same name with different addresses so they are displayed in there more than once with a different City listed next to the name. Is there a way to color the ones that are named the same in the list ...
|
| Remove Filter | 31 Jul 2008 17:43 GMT | 1 |
I would like to set up a command button to remove a filter that has been applied to a form. I can’t find any code that would achieve that. Any help would be greatly appreciated. Thanks Andy
|
| Filter | 31 Jul 2008 17:31 GMT | 7 |
I am using the code below to filter a form from an combo box. However all I am getting is all records filtered out or null return. Lets assume the combo box has a value of "C". This code is working down to StrTemp = combo8.text. but when applied in the next line
|
| Creating Combo boxes based on Criteria | 31 Jul 2008 17:11 GMT | 1 |
I'm trying to create a form that has 3 combo boxes that the user needs to select before they can create a report. I'd like for the selections available within the second combo box to be contingent on the criterea the user selects in the first combo box. Same for
|
| Forms | 31 Jul 2008 17:02 GMT | 1 |
I have a form with combo boxes bound to a table. As data in input, I will have duplicates. Can I hide the duplicates without altering the data in the table? (Ex: mulitple records will have "sugar pine" as the "species" but we don't
|
| Compile Error - Argument Not Optional | 31 Jul 2008 16:31 GMT | 2 |
I am trying to code a command button to do all sorts of things at once, as follows: Private Sub btnPrintReceipt_Click() DoCmd.SetWarnings False
|