| Thread | Last Post | Replies |
|
| requiring two fields to have non-null values | 01 May 2006 00:31 GMT | 13 |
I have two fields in one of my tables that should only be populated if they're both populated. If either one is null, they must both be null. The fields are named "Action" and "Approval." The form used to enter the data displays both fields at all times, so there
|
| Changing Focus from Subform to Main Form | 30 Apr 2006 23:26 GMT | 3 |
I am trying to use the same subform - subfrm1 on 2 separate main forms - Form1 & Form2. I have set the following Event Procedure on subfrm1 last field's On Lost Focus property: Forms!Form1.Form!Control.SetFocus
|
| Repost: Desperately need some guidance please... | 30 Apr 2006 22:50 GMT | 1 |
I recently posted a question about how to go about tracking pickup truck usage but got no response, so I'll try and trim it down and hopefully someone can point me in the right direction. Basically what I need to do is track the ins and outs of our pickup trucks
|
| Find or Filter a record on a form? | 30 Apr 2006 18:42 GMT | 1 |
I'm having a tiny problem, maybe very easy but I haven't coded in a couple of years and I'm rusty. I have a tabbed form with filtered subforms each. I need to find/filter a record from a table. If the record exists then goto that record to allow updates; if it doesn't ask for ...
|
| Change field of a subfrom while in another subform | 30 Apr 2006 18:35 GMT | 6 |
I have looked for existing thread on this one but could not find my answer. Here is my problem I have a main form and several subforms. One is Review and the other is Date In the review form I have a button that will send a report but I need to
|
| maximizing the form | 30 Apr 2006 17:04 GMT | 1 |
I want the form to be of max. size after removing all the unwanted things(tool bar , menu bar, tool box) when I make an MDE. How do i do it? -------------
|
| choose multiple items from a form in access | 30 Apr 2006 16:20 GMT | 1 |
I have what I hope are two simple questions. I'm helping a non-profit try to keep track of a fundraiser (selling geraniums). I have an order entry form that starts by using a combo box to pick a customer. I want the combo box to be bound by the customer ID, but I'd like it to ...
|
| Printing a Form using a Report | 30 Apr 2006 16:13 GMT | 2 |
How can I create a Report that shows the exact layout and data on a Form - (without ptinting directly from the Form view)?
|
| Listbox Multiple Colums! | 30 Apr 2006 15:11 GMT | 4 |
Hi! I have a listbox with two colums. I'm trying to add data into each of the columns using... List6.Column(0).AddItem rsName.Fields(0) List6.Column(1).AddItem strCost
|
| printing a form | 30 Apr 2006 14:44 GMT | 2 |
I am trying to print a form and have encountered 2 problems: 1. The form is too big for a single page. However, I would still like it to fit into a single page. Is there a way to FitToPage or something like that (I would like this option to be remembered for this form only if ...
|
| printing a word document | 30 Apr 2006 14:08 GMT | 2 |
is there a simple code for printing a word document, say "c:\directory\trial.doc"? thanks
|
| Country with current time | 30 Apr 2006 12:40 GMT | 3 |
I want to make a form in which i put country name, I want to know what i do for detect the country's current time.
|
| Table's Required Properties for field not enforced on form | 30 Apr 2006 09:51 GMT | 7 |
Hello again, I have a textbox on a form and at table level the settings for it are as follows...... Data Type = text
|
| Input Mask - Short Time Question | 30 Apr 2006 04:45 GMT | 1 |
When I add a short time mask to a form, then test it, the curser starts at the end of the time (all the way to the right) I would like it to start all the way to the left (like it should)- so the user doesn't have to arrow-left 3 spaces every time they need to type in a specific ...
|
| 2subforms | 29 Apr 2006 22:47 GMT | 1 |
I have two forms where I would like to see all records for a GIVEN on the one one screen - but two tables- tied together with a common field. Right now I have one as a main form and one as a subform. The subform is fine but the main form ony show ONE record for the day. Would ...
|