| Thread | Last Post | Replies |
|
| Bounding Fields On A Form | 27 Jun 2006 21:04 GMT | 4 |
I am having trouble bounding form fields that I have created to show data. In summary: I created a Form with a bound table that will enable me to scroll thru records. When a record comes up I want to be able to use a combo box to bring
|
| Can't get frmLogOn to close - Please Help... | 27 Jun 2006 20:51 GMT | 5 |
Below is my code, everything works okay but frmLogOn remains open. I do not want to make it Visible = Flase because closing it later on causes other issues. I want it to close when the frmMainMenu opens. The event below is from the frmMainMenu.
|
| Line numbers in a query | 27 Jun 2006 20:50 GMT | 12 |
How do I assign a line numbers in a query....I have a table that lists events and the date of the event, this table contains many events and some events can occur twice in one day...in that case we use an event number such as 64050506-1 and 64050506-2. I have a parameter query ...
|
| Building a search form | 27 Jun 2006 19:55 GMT | 1 |
I want to build a search form. The search form will have one unbound combo box "cmbcompany" which is based on a table "tblcompany" and another unbound combo box "cmbmonth" (a date field format "mmmmyyyy") based on a table "tblmonth" When the user has selected both combo boxes ...
|
| Different Scroll issue | 27 Jun 2006 19:37 GMT | 2 |
I am trying to figure out why the mouse button exhibits different behavior depending on the database. The first action happens when I create an asset database from the new db choices and insert several records. I use the scroll button on the mouse and the asset form and the form ...
|
| data entry on a tab object | 27 Jun 2006 18:50 GMT | 2 |
I have a form with multiple tab objects. Is there any way to have the name of a tab, for example Status, be displayed in a different color, say blue, if any of the fields on the tab have data entered in them? A couple of text box names on the Status tab are Status_Code and ...
|
| Saving a Child Table Record | 27 Jun 2006 18:44 GMT | 2 |
I’m relatively new to Access, so maybe I’m missing something obvious, but I don’t understand something I’ve observed. I have several One to Many Forms that also have sub forms for the child table plus an additional subform based upon a query that is updated via the “After Update” ...
|
| Creating Templates in Access | 27 Jun 2006 18:43 GMT | 2 |
I have a database called Cost Analysis. It has a main form called Protocol with two text boxes. One is a for the Company Name and the other is for a Protocol. Right now, there are about 10 different companies. Each company can have several different protocols. There is also a ...
|
| the expression is typed incorrectly... error link child fields | 27 Jun 2006 18:25 GMT | 5 |
I have the following problem I have an inventory system DB. I am trying to combine my items form and my orders form so that the user can browse trough the items and see which orders are associated with them. I have a form that is based on a query and returns all the items. The
|
| Can you use the name of a sub routine within itself in vba | 27 Jun 2006 17:00 GMT | 2 |
I have 60 command buttons on a touch screen form. Is there a way to refer to the name of the sub routine. E.g. I have a command button - cmd1, with the code behind the form cmd1_click - AddItem Me.cmd1.Caption. Is it possible to have something along the lines of Left(SUBNAME ...
|
| debug calender in combo box | 27 Jun 2006 16:24 GMT | 1 |
I have a dialog box for selecting dates. It has two combo boxes programmed as calendars and the code is listed below. When the form opens the focus is on the first combo box and the calendar is visible. If the user selects a date from the open calendar an error message,
|
| How to show MDI Child Form in a SplitContainer Panel? | 27 Jun 2006 16:22 GMT | 1 |
I have the sample MDI application from Chris Sells' Book "Windows Forms 2.0 Programming" (www.sellsbrothers.com/writing/wfbook for the sample code). I have added a SplitContainer to the MDIParentForm. I would now like to have the MDIChildForms all be shown in the SplitContainer's ...
|
| How to assign values to the text fields? | 27 Jun 2006 16:20 GMT | 6 |
Douglas, I followed your method of passing values from a form to report and wrote code something like this- in cmdGenerateReport_Click event in form frmReports -- Dim strArgs As String
|
| Focus problem, don't understand what the problem is | 27 Jun 2006 15:49 GMT | 1 |
I have inherited an Access application, and modified it quite a bit. Within the app, I have a form with a combo box on it, which I populate with a list of files while the form is loading. When the user clicks on one of the files (entries) in the list, I read the file name select ...
|
| Can dialog box appearance be altered? | 27 Jun 2006 15:44 GMT | 2 |
I have a small sized form that users enter parameters into so they can view a report. Because it is used so often, rather than having it pop up when the report is selected, I have it displayed on another form permanently. I would however, like to change the appearance somewhat. ...
|