| Thread | Last Post | Replies |
|
| Query based on dropdown selection | 21 May 2008 22:22 GMT | 2 |
Access 2003 I have very simple form with one ComboBox to select software titles. I just want to see every computer with a specific piece of software installed. If someone could explain why queries run from the form return nothing, I'd sure
|
| Error deleting records in sub-sub-forms | 21 May 2008 22:12 GMT | 12 |
Microsoft Access 2007 wil not delete a record in a sub-sub-form. I am sure that this is a bug in Access 2007. I have tried to isolate the problem by creating a new database with to simple related tables. And no code.
|
| Form using multiple tables | 21 May 2008 20:38 GMT | 5 |
I have a form with three tables. In design view everything looks okay, but the form is blank once you leave design view. Nothing but the title. How do I see the form outside of design view in order to enter data?
|
| List Box or Combo Box Better? | 21 May 2008 20:28 GMT | 2 |
Currently I have a Form where I have to enter the Employee Number, Name, and Pay Rate each time I enter a record. I have another table that lists just this information for each employee. Would it be possible to change the Employee Number to either a list box or combo box to ...
|
| Requery Subforms | 21 May 2008 20:15 GMT | 1 |
I have a list box on a main form. When the list box is updated it should requery within per the after update procedure two subforms [sfrmAgency] and [sfrmEmployment]. The after update procedure is returning an error stating that it "can't find
|
| setfocus to textbox | 21 May 2008 19:54 GMT | 2 |
I am having trouble getting the setfocus command to work. I have a textbox that is linked to a database field. I want to make sure they have entered something in the textbox before the move to the next field. I put vb code in the loseFocus event. I looks like this.
|
| Control Source Property for TextBox | 21 May 2008 18:57 GMT | 4 |
I have faced this problem a lot and I tried every possible solution with no clue. I just want to bind a textbox to an expression and everytime I do so, I realize that instead of showing the result of my expression, the textbox shows #Name?. I have tried to eliminate any space and ...
|
| ODBC | 21 May 2008 17:37 GMT | 1 |
I am inserting new record into ORACLE DB. Whenever I add the record the Unique Constraint violation message is displayed. "ODBC Call failed [ORACLE][ODBC][ORA]ORA-00001: Unique constraint(MGR.TRACKHD_PK) violated" An append query is used to insert the record from event trigger ...
|
| Message Box Problem | 21 May 2008 15:07 GMT | 2 |
I need a message box to appear when the command button “AddIncident” is pressed and one of the following: Long Distance Medical Transport
|
| Limit on number of records | 21 May 2008 13:29 GMT | 1 |
I have limited experience of using subforms and coding, so I wonder if someone can help me with this one please. I have a database with 2 tables; one for courses, one for students. What I want to be able to do is have a form for my courses and include a subform to
|
| Blinking tab control | 21 May 2008 12:30 GMT | 3 |
I have noticed that tab controls blink (or flicker, or something) when I navigate from one record to another. This happens whether I use custom navigation buttons (in particular, Lebans navigation buttons subform that allows Auto Repeat for the Next and Previous command buttons) ...
|
| how to insert '&' text label | 21 May 2008 10:47 GMT | 1 |
How to put the character & eg R&D in text label of Access report
|
| Combo Box Refresh problem | 21 May 2008 10:09 GMT | 18 |
I'm using a combo box to select records to display. Only problem is it doesn't work! The Combo box is called PropertyChoice and is derived from Addresses.Property. The rest of the form then selects Addresses.* and should
|
| Conditional formatting only works on some pc | 21 May 2008 01:13 GMT | 2 |
I have set up conditional formatting on all text box & combo box in continuous form view which disables fields. the formatting works on my pc winxp with access2003. But for everybody else in my office it doesn't work mostly pc with win xp and access 2003, some just have runtime ...
|
| Refresh | 20 May 2008 23:59 GMT | 1 |
I have a command button on my "PO" form that opens a projects form. I want my PO form to be automatically updated when the projects form i closed so that I don't have to close then re-open the form. The info that I want refreshed is in the detail subform. And the refresh wizard ...
|