| Thread | Last Post | Replies |
|
| Are these bugs in access 2003 forms? | 15 Oct 2005 04:36 GMT | 1 |
Hi, I have two reproducible errors in access 2003 forms. 1) I have a form with a sub form set to be datasheet view. In design view I set the background colour of a text box on this subform to blue and it goes blue. However when the form is displayed, the textbox is still white. ...
|
| MS Access 2002 auto completer from selection in Combo box | 15 Oct 2005 01:58 GMT | 1 |
I am trying to get my main form to pull information from my tables bu I want it to auto fill in. The best way I can descrbe it is Product name selected from a combo box and I want it to auto fill i the cost
|
| data doesn't commit when pasted into subform datasheet | 15 Oct 2005 01:45 GMT | 2 |
The paste works, but the data doesn't commit until some sort of action is taken - I don't know exactly what type of action commits the data, but a "remove filter" will do it. When the data commits, it "falls" out of view, and the subform returns to an
|
| Use one form for two tables | 15 Oct 2005 01:13 GMT | 10 |
Help... I want to use one form to enter data into 2 tables. One table called Car1 One called car 2
|
| sorting data on a form | 15 Oct 2005 00:44 GMT | 4 |
I have a simple form with seven fields, based directly on a simple table with seven fields. When the form is opened, I'd like the records displayed in alpha order on the field [LastName]. I've typed "LastName" and "[LastName]" (without quotes) in the order by property, but it ...
|
| Colour of active control | 14 Oct 2005 23:02 GMT | 2 |
My form is black with white lettering. When one of my controls gets focus it turns into a white box, totally obliterating the text. Is there any way of changing the colour of the focused control?
|
| Passing a Value to my Subform and Create a new Record. | 14 Oct 2005 22:51 GMT | 1 |
I have the following code behind the After Update event of my Option Group: ----------------------------------------------------------- Private Sub Frame15_AfterUpdate() Dim strRetVal As String
|
| Button on subform | 14 Oct 2005 22:35 GMT | 1 |
I'm trying to create an application to keep track of client computer inventory/software. I have a Parent form (SystemProfiles) that keeps general company information with buttons that open up forms to keep track of router and server information. I also have a subform (Client) ...
|
| Filter List box from List Box | 14 Oct 2005 22:26 GMT | 1 |
I have 2 list boxes on frmGradeEnter. lstGroupSelect, lstStudentName I have a list of groups in lstGroupSelect, got that no problem. I want the selection in lstGroupSelect to filter the Students in
|
| show 2 cols in dropdown? | 14 Oct 2005 22:05 GMT | 3 |
I have a dropdown on a form and can't seem to figure out how to display the value of BOTH columns once the selection is made instead of just displaying the bound value. ?? I know it can be done, and I used to do it eons ago, but I can't figure it out! Help!
|
| Why does my command button requires two clicks? | 14 Oct 2005 21:54 GMT | 5 |
I have a form with a continuous forms subform. For each record in the subform there is a command button which opens a popup form to make changes to the data on that record and some related records. But, when I click on the command button nothing happens; I click again and
|
| One Last Combo Box Question | 14 Oct 2005 21:28 GMT | 2 |
OK, Combo Boxes are more or less working the way I want them to, but..... When the record changes new one, the values stay in the combo box and a couple of display fields I am using. I need these to be cleared so that the combo boxes and the display fields (text boxes) have ...
|
| Combo Box Size | 14 Oct 2005 20:52 GMT | 6 |
Is it possible to have a combo display at a wider width than it's resting state. I want to have it display all 3 columns when it drops down, but it only needs to be .5" wide to display the selected code. Seems like a waste space to make it 2" wide. My cheat is to adjust the ...
|
| Resolution | 14 Oct 2005 20:47 GMT | 6 |
Is there a way to find the resolution being used in Access threw code? I do not want to change the appearance of the form, rather give the user a message that the application is best viewed at 1024 x 768. I do not want the message to appear for everyone, as that can be annoying ...
|
| Adjust Resolution | 14 Oct 2005 20:40 GMT | 1 |
The forms in my database are created based on resolution 1024 x 768. Is there a way in Access that I can do so that the forms in my database will automatically adjust themselves based on users' resolution? Thanks.
|