| Thread | Last Post | Replies |
|
| Combo Box on Form putting numbers not names in main table | 28 Sep 2007 15:30 GMT | 3 |
I have combo boxes on my forms with names for distribution. In the wizard I told it to put what I select in the main table however it is putting the numbers and not the names from the distribution table. I have the names displayed in the form. I want them to translate to the
|
| Combo box text is invisible | 28 Sep 2007 15:18 GMT | 2 |
Hello, I am working with Access 2003, XP. I generally save my database on a USB memory stick when I use different computers. A situation occurs that causes the text on some of my database combo box to become invisible, but when I click on a section of the combo box where I ...
|
| Assign key value to orphans | 28 Sep 2007 12:56 GMT | 2 |
Unfortunately, I don't see a way around this. Basically, I am dealing with 2 seperate databases. tblPermit (a disconnected copy from the permit database) has the PK of PWPermitID.
|
| Repost - Subform Problem | 28 Sep 2007 11:36 GMT | 6 |
Please help. In an Access 2003 Asset database (based on Microsoft’s template) I have the following tables - tblAssets, tblAssetDescription, tblDepartments, tblEmployees, and tblAssetAssignment that contains the fields
|
| Help using conditional count in form header | 28 Sep 2007 02:04 GMT | 1 |
Is it possible to have a textbox in the form header to count the number of a conditional textbox in detail section? I get #Error. Thanks
|
| Update field on form to show progress of processing data | 28 Sep 2007 01:26 GMT | 1 |
Access 2003 - As part of a script that builds a table from another table that was imported, I would like to update the text field within a form that will show progress as the script is stepping through all the records of the table.
|
| Set value of a field based on a value in a subform | 27 Sep 2007 23:48 GMT | 4 |
Hello - I have a form to add a new record to a record set. I would like to create an AfterUpdate procedure that will set the value of one of the fields in the main form to the value of the related field in the sub form. The forms
|
| Why this command is not working anymore????? | 27 Sep 2007 23:45 GMT | 2 |
Hi. I had this com my form, this command alowed me to open another form into a specif record. Sudently it stop working. Now is not opnning the specific record anymore. it open in blank I think.
|
| Disable form is field is null | 27 Sep 2007 23:27 GMT | 1 |
Problem: Main Form with 2 subforms If users input data in subform without inputting data in main form, the subforms "orphan" (and data inputted into Main Form is then lost also)
|
| Calculate record fields in table from form input | 27 Sep 2007 20:28 GMT | 1 |
I was just wondering if it was possible to have Access calculate a field in a table upon creation of a new record. Specifically, the user is going to enter an inspection date (mm/dd/yyyy) on a form. I would like to have two fields in the table for quarter and fiscal year. I ...
|
| where can i get templates for wage slips? | 27 Sep 2007 19:41 GMT | 1 |
Blank wage slips for small businesses.
|
| INSERT INTO Part 2 | 27 Sep 2007 19:02 GMT | 2 |
After messing with it, got the following to work: Dim SQL As String If CDRLID = 9 Or CDRLID = 10 Then DoCmd.SetWarnings (0)
|
| No More Controls | 27 Sep 2007 17:53 GMT | 2 |
I'm updating an older form that has many controls with most of them corresponding to a column in a table. I've split the single form and placed its sections on 3 newly created tabs. PROBLEM: The entire tab control at some point ended up in the Page Header
|
| Form Property Question | 27 Sep 2007 17:41 GMT | 2 |
Does anyone know if there is a property you can set in your form so that if a user scrolls down on their mouse it does not proceed to the next record?
|
| INSERT INTO | 27 Sep 2007 17:10 GMT | 2 |
I've got the following code built onto an AfterUpdate event on a form: Dim SQL As String If CDRLID = 9 Or CDRLID = 10 Then DoCmd.SetWarnings (0)
|