| Thread | Last Post | Replies |
|
| Linked form vs. Subform | 07 Jul 2005 16:16 GMT | 1 |
My apologies if this question has been asked and answered previously (I did search!): I have two tables that are related via a one-to-many relationship. I would like to create a system for data entry into these tables. I've created a
|
| please help, just one more thing about listbox/combo box | 07 Jul 2005 16:09 GMT | 1 |
I have found info on how to make a list box/combo box selection and add to an unbound combo box but I can't find info on how to add those selected to a seperate table. Can anyone help? I need to be able to select from a combo box one training event then from a bound list box ...
|
| download dictionary from language to language | 07 Jul 2005 15:57 GMT | 1 |
how can I download dictionary from turkish to russian
|
| Why does my Outlook address book for e-mail not sort as file as | 07 Jul 2005 15:57 GMT | 1 |
My contacts file does alphabetize according to the File As option, But lately when it transfers to the outlook address book, it will only alphabetize as first name, last name. I don't know why it changed, and would appreciate help in solving the problem.
|
| DLookup Run time error question | 07 Jul 2005 14:06 GMT | 2 |
Good Morning all, I have the following code on the After Update event of a combo box: Private Sub biennium_AfterUpdate() Dim varBiStart As Variant
|
| Input mask problem | 07 Jul 2005 12:45 GMT | 2 |
I'm sure this should be simple but I can't seem to get it. I need an input mask to make it so that the first character of each word entered in a text box is capitalised, and the rest are lower-case. All characters will be alpha-numeric, and there will be anything from 1 to 4 'names' ...
|
| Set the required record to display in an Access continuous form. | 07 Jul 2005 11:07 GMT | 3 |
In a continuous form the requirement is to programatically set the displayed record to one that is not initially visible unless the user scrolls down to it.
|
| re-sort continuous form after insertion | 07 Jul 2005 10:25 GMT | 1 |
What is the simplest way to have a continuous form re-sorted on the text in a dropdown after every insertion? The dropdown is bound to an integer field, so it must be the display text, not the value. T
|
| Command Button does not work properly | 07 Jul 2005 06:06 GMT | 4 |
I have a form, Customer Orders, and a command button at the bottom of the form set up to preview the invoice. When I click on the command button "Preview Invoice", I get that message in a box that pops up. I close that box and I get another box that says it is
|
| Why is field list greyed out when designing a form | 07 Jul 2005 06:06 GMT | 2 |
When i opened the form in design view and attempt to click on the field list icon it's greyed out. I can't click it and i don't understand why
|
| how to invoke existing query as record source when coding? Thanks a lot! | 07 Jul 2005 04:33 GMT | 5 |
i have built some queries named "query1, query2....", now i want t build a subform's record source based on those queries....my questio is how to invoke those queries in coding? for example, i code it as
|
| Disable Pg Up and Pg Down | 07 Jul 2005 04:01 GMT | 1 |
I need to disable the Page Up and Page Down buttons for a sub-form only. Any assistantance will be appreciated.
|
| drop down box | 07 Jul 2005 00:21 GMT | 1 |
I created a form and have included names of family members and a drop down box to choose their age/group category. When I choose a category for someone in record one, it also changes all records after that with the same item that was chosen in the drop down box. How do I ...
|
| Copy and create a new subform | 07 Jul 2005 00:18 GMT | 1 |
I have a subform with several fields, one of which is designed to take a date. What I'd like to do is create a button that will automatically create a new record with the same data, except adding one week to the date entered. So, for example, if I had a record with the ...
|
| Show All Records button?? | 07 Jul 2005 00:12 GMT | 2 |
I have a button that sets a filter via a custom query. This will show the records the user searched for via a Table on a form. My question is: How do I remove this filter or "Show-All" records again, using another button for the user?
|