| Thread | Last Post | Replies |
|
| MS Access through Internet VPNs? | 10 Oct 2005 20:32 GMT | 9 |
I have created an Access 2000 (all office patches are setup) application (MDE + MDB file) which is run through an Internet VPN. The application uses SQL wherever possible, to eliminate the full data
|
| Me.Dirty - not catching changes | 10 Oct 2005 19:25 GMT | 9 |
I have a form with a tab control and three pages (tabs) under that control. Each page has a subform on it. What I'm trying to do is check all the controls located on the subform on page 2 for any changes (dirty) when I click on another tab (page).
|
| if else | 10 Oct 2005 17:24 GMT | 1 |
I'm triyng to fild checkoudDate and InOrOut field but I can't because everytime that the CheckoutID is empty keep filling out the other two. my ? is if the field is empty is suppose to leave empty the other two. Private Sub CheckoutID_AfterUpdate()
|
| Primary Keys w/ Multiple Columns: Dual Combo Boxes | 10 Oct 2005 17:12 GMT | 2 |
I have a table that describes different tour promotions at a resort. The primary key is made up of a Keycode and a Promocode. Other columns include Source, Program, and Company, Price, and Premium. I am trying to make a form that uses two combo boxes to choose the primary
|
| Problems with Combo Box Value - Before the Update and After | 10 Oct 2005 16:30 GMT | 1 |
Morning, I've been hacking away at this for a week now and am just not getting anywhere! Some help would be greatly appreciated.. I have a form (P_Test) with a subform (P_Fault)
|
| clear button? | 10 Oct 2005 15:10 GMT | 2 |
I'm a little stuck with the syntax for this one. it used to be something simple like cmd.cls or something which cleared everything in text boxes on the selected form. Anyway, what I have is a Database for Equipment so I know what's being taken out and the user selects the item ...
|
| HOW TO... set a combo box to NULL which is part of a PRIMARY KEY | 10 Oct 2005 15:04 GMT | 3 |
HI TWIMC I have two combo boxes that hold employee id and role id, both of which are a part of the PRIMARY KEY for their table. The problem is that when a user selects an employee name from the combo box and decides to delete the
|
| Correct code for Looping? | 10 Oct 2005 14:37 GMT | 1 |
I have the following code. I would like to write code to loop through Step1 until the conditions have been met. Once those condition have been met I would like to do the same for Step2 if the code passes on to that level instead of going directly to Step3. How do I code this ...
|
| Open Records Search | 10 Oct 2005 10:16 GMT | 3 |
Hi I have a form called Incident Data which records all the details of our claims, is it possible when updating the field "Bodyshop", the on lost focus event function searches for any other claims that are still open with a matching Registation Number. The search would be carried ...
|
| Carry forward a fields value | 10 Oct 2005 05:19 GMT | 4 |
I have a grid on form 1. I have detail records for the same table on form 2. I want to doubleclick the row on Form 1 and carry forward the ssnumber to Form 2, populate the combo box, refresh the combo to select the employee that i clicked on in form 1.
|
| Re: Form Swapping Not Working | 10 Oct 2005 01:43 GMT | 1 |
Hey guys: I have this application which is supposed to swap sub-forms, if I just drop the sub-forms on the parent's form control, then, things swap out fine. The moment I link the sub-form (child) to the parent (main form) via the child
|
| select case | 09 Oct 2005 23:00 GMT | 2 |
Code not working any ideas? Form will not load selected table when choosing team name. E and d clients are tables. Dim teamX as string
|
| Form Swapping Malfunction.....HELP? | 09 Oct 2005 21:40 GMT | 7 |
I am working on the application which has a number of sub-form being swapped out during data entry. The object control name is: "fra_Embed_fsub_Dataforms" and here is a sample of the code behind the toggle buttons doing the swapping: Select Case Me![fraSwapForms]
|
| Printing a form with Landscape Orientation | 09 Oct 2005 21:34 GMT | 5 |
Is is possible to specify in VBA that I want the form to print in Landscape orientation? The following is the code generated by Access when I used the wizard to create a button to print the form. Thanks. Matt Private Sub cmdPrint_Click()
|
| Query to Look-up Value in place of SNo | 09 Oct 2005 21:14 GMT | 1 |
I need help on this urgently. I have synchonized combo boxes on a form, which show the value, and when submitted, the ID of the value gets captured. How do I create a query which will display the values instead?
|