| Thread | Last Post | Replies |
|
| Tabs disappear | 24 Sep 2007 20:40 GMT | 2 |
I have a form that has 4 tabs or pages in it. When I open the form, the tabs do not show up. I have to scroll up to see the page tabs. I am using Access 2003 with Windows XP. Anybody have a solution?
|
| Form to open after launching Access | 24 Sep 2007 19:12 GMT | 3 |
Where do I set it up such that when I launch Access, a specific form, ex. main form, would be opened ? Thanks in advance.
|
| Multiple If Then statements | 24 Sep 2007 18:00 GMT | 5 |
I am using Access 2007 I have a Main form and a subform. The main form has 10 text boxes where allergies can be entered. all1, all2 to all10.
|
| Newbee needs help Access 2007 Calculating Fields | 24 Sep 2007 17:35 GMT | 3 |
I have the following fields on a form InvoiceAmountline1 , InvoiceAmountLine2 ect.. the total of these is to be stored in a field call total I have tried to use the expressino buildrer to no success(Field Total)
|
| Revision to form VBA Error | 24 Sep 2007 16:12 GMT | 6 |
have a form, where if needed a change button is pushed and a new form opens listing all the records. The list box allows the user to scroll and select the record in which he/she wants to revise. upon selection the chosen record should open and changes can be made, And than it is ...
|
| auto create a record. | 24 Sep 2007 15:44 GMT | 1 |
I am quite new to Access and would appreciate any help provided. I have a form that is created by an update query. I have a subform linked into my main form which I would like to create 2 records in at the same time as I run the update query to populate the main form.
|
| Object or class does not support the set of events Error | 24 Sep 2007 15:33 GMT | 2 |
This post is for anyone who has seen this problem. I have posted a solution below. Situation: The error message "Object or class does not support the set of events" occurred in my database just after I received a "database
|
| subforms/combo boxes | 24 Sep 2007 15:28 GMT | 2 |
I have form1 that has a subform and a macro that opens up form2. Form2 has cascading combo boxes, with the final choice needing to be represented in the subform on form1.. How can I input the final choice on form 2 to that of the subform on form1???
|
| multiple screens and data capture | 24 Sep 2007 14:30 GMT | 5 |
I wonder if anyone can help. I am trying to design an Access database with a front-end that multiple users can capture data on whilst talking to customers on the telephone. The part I am struggling with at the moment is that I have to model this on
|
| Default value | 24 Sep 2007 14:10 GMT | 13 |
I need several form fileds to change the default value based on selecting a state. So If I choose FL or TX or MA from the drop down box several other fields prefill based on this selection.
|
| combo box choice to feed into subform | 24 Sep 2007 13:39 GMT | 2 |
was able to finally make cascading boxes.. thanks forum. however, have ran into another issue. I would like the final choice of the cascade option to feed into a subform. how is this done
|
| Subform button characteristics | 24 Sep 2007 08:08 GMT | 3 |
I have a subform that shows data from a table in continous view. I have created a button on the subform that goes with each record. When clicked, the button adds data from the record to a second table. I would like to set it up so that the button in disabled if the data from ...
|
| Image in form..? | 24 Sep 2007 04:17 GMT | 2 |
I would like to put different images (my collegues) to all records and move through in the recordset in a form. How can I do this? If I design a table I cannot find the appropriate datatype.
|
| Print Current Record | 24 Sep 2007 01:48 GMT | 9 |
I want to print the current record in the form, I am using the following code: Private Sub cmdPrint_Click() Dim strWhere As String If Me.Dirty Then 'Save any edits.
|
| Tabbed subform question | 23 Sep 2007 22:15 GMT | 1 |
I have created a form based on a query that selects all entries of a single day. The maximum entires is 6 so there would only be 6 rows returned max for a single day. What I have been able to do is do a summary section of the day and that all works just fine in listing out all ...
|