| Thread | Last Post | Replies |
|
| DoCmd.TransferDatabase import "FORMS" | 22 Oct 2007 18:11 GMT | 7 |
I am trying to import new forms into a database using the following vb code. Of course it doesn't work. Any help here would really be appreicated; DoCmd.TransferDatabase acImport, "Microsoft Access", "C:\Folder\DBname.mdb", acForm, "FrmName, frmName"
|
| Master/Child | 22 Oct 2007 18:08 GMT | 3 |
I may be slow, but something keeps happening to the master/child properties on my mainform/subforms. How do I get to them? Thanks
|
| Closing and re-opening forms on exit | 22 Oct 2007 17:54 GMT | 8 |
Is there any method that when i exit a field on a form, that i canon the exit button tell the form to close and automatically reopen again. I use an "Udate" command in the form, and i need to write the date before i go to the start of the form again
|
| How do i use Conditional formatting for 3+ conditions ? | 22 Oct 2007 16:04 GMT | 2 |
I have a text box in a report which highlights in colour current members in a list of past and present member names. I have six types of current members that I want to highlight, but with conditional formatting I can only use 3 conditions in the members [Type] field. I have tried ...
|
| Insert data into 2 tables | 22 Oct 2007 15:23 GMT | 12 |
I had a form name "Purchases" which is based on table "Purchases" and a Table name "Transactions" In my form "Purchases", I have a "AmountPaid". I would like to do a "On Click Event" and then the value in "AmountPaid" will be recorded into my
|
| Control Source Question | 22 Oct 2007 14:50 GMT | 1 |
I have a form(MainForm) that has 4 subforms(Subform1,-4), I would like to add a text box in each subform that will give me a running total of records in that subform where Textbox(strEmailSent) is = Yes (This is a checkbox). I then want to take each one of those totals from ...
|
| Corrupt field in table? | 22 Oct 2007 14:35 GMT | 7 |
I have a table of vendor parts in a program that has worked for the past 5 months. I got a notice from my client that the vendors parts (PartNum) was not working right anymore. I told them of the possible causes on why it happened. But the big thing is, how do I fix it. This is ...
|
| List Boxes | 22 Oct 2007 12:24 GMT | 1 |
I have a form with free list boxes. The first list box is populated on the form load event with room conditions. What I want to happen now is if user clicks on the room condition in list0 it will display the corresponding rooms types which have the selected room
|
| Open A Sub-Form Using A Combo Box | 22 Oct 2007 10:43 GMT | 1 |
I have a main form, frmEmployee, to record employee detail, one of which is a combo box, Position. I also have a sub-form for each position. Is there any way of changing the sub-form in the main form to match the position selected?
|
| Resizing controls | 22 Oct 2007 07:53 GMT | 1 |
I am using Access 2007. I have created a form using the Form wizard. However, when I try to resize one of the controls, all of the controls resize to the width of the one that I am working with. How can I separate them so that I can work with them individually? I never had ...
|
| Getting errors in Access 2002 SP3 and restart program | 22 Oct 2007 05:13 GMT | 1 |
I am getting the error whenever i delete a record from my Order Form. And tries to re-enter new data. Access will halt and restart. The following error.
|
| Multiple Filters in a Form | 22 Oct 2007 02:02 GMT | 5 |
Hi, I need some help. I have a form based on a query which lists wine in a cellar. I want to allow the users to filter the content on the form by using multiple filters. The following code works well.
|
| Tab control question about updates | 21 Oct 2007 23:58 GMT | 2 |
Searched but couldn't see this discussed. I have a form with 5 tabs. Data can be loaded three ways, manually entered, imported from a text file, and imported from a Word template.
|
| calculate a control and store in table. | 21 Oct 2007 23:25 GMT | 3 |
I have this form which is bound to a table and shows the vacation days of an employee.Whenever an employee vacation details is entered the form's controls should be updated so I have this code which I used in the OnCurrent event.These are the controls
|
| text bow width | 21 Oct 2007 20:59 GMT | 2 |
since I know that a text field has a maximum allowable number of characters (let's say: 15), is there an easy way I can determine how wide a box (text, combo, list, etc) should be to accommodate all of the characters (at the moment, I use trial and error -UGH!)
|