| Thread | Last Post | Replies |
|
| A month selector | 21 Oct 2008 14:45 GMT | 1 |
I'm needing a option (calendar, combo box, etc) that allows user to select the month/year. I tried to use the calendar, but couldn't get it to not show the days. I then tried a combo box looking at the date in my records and used datepart to extract only the month, then grouped ...
|
| controlling the cursor action | 21 Oct 2008 01:40 GMT | 5 |
I have a datasheet on a form that I will be entering numbers on from my keypad. Each time i enter a number, I hit the Enter button on the keypad to enter a new number. By default the cursor moves left. I don't want to change the default...I just want that action when I'm in ...
|
| how do I set make an option group set the value of some combo boxe | 21 Oct 2008 00:46 GMT | 3 |
I have an option group of four radio buttons: Section 1 Section 2 Section 3
|
| create string from column data | 20 Oct 2008 22:18 GMT | 7 |
Is it possible to create a text string of column data? For example, in [table1], I have a field [field1] that can have "x" amount of records. [field1] a
|
| Rotate Text and Select Nothing On Load | 20 Oct 2008 21:51 GMT | 5 |
I have two questions. They may be so simple that no one ever asked, because I can't find it in the post. Firse, I have a form that displays information only. I have a print button on it that prints a report that matches the form's information. The problem
|
| ISNULL not working for some reason | 20 Oct 2008 20:58 GMT | 1 |
Why is the LostFocus event not working. Nothing happens, I am able to click in any other control I want. I tried the Text21_Exit event and it did not work either. Private Sub Form_Load()
|
| DSUM in Form | 20 Oct 2008 20:43 GMT | 4 |
I have a textbox on a form where =DSum("Amount","TreasurerDeposits") returns the sum from a table...it works....why can't I do this for a query? What do I do to get total from query....is there any SQL that will do it? i have a subform showing records from a query and I want a ...
|
| New Record Insert | 20 Oct 2008 17:20 GMT | 2 |
I have a form bound to a table in A2003. When the user wants to insert a new record, I want to set one of the fields to a certain number (similar to autonumber). I tried setting it in the Before_Insert event, but the event's not fired until the user types in the first character ...
|
| Default Values for initial DB user | 20 Oct 2008 17:17 GMT | 10 |
I have looked through the posts, but haven't quite found an answer to this. I have a database where separate copies will be used by different people. When they first begin I would like an easy way to ask them for some text or numerical values that will be used from that point ...
|
| me.filter small problem | 20 Oct 2008 15:24 GMT | 1 |
Hi I have a form containing a combo box that contains department names and a text box containing a value that is linked to the department via a department table.
|
| Force a tall form to always load with top part visible. | 20 Oct 2008 12:50 GMT | 2 |
My main form is quite tall as most of my users have large screens. On smaller screens however it must be viewed using scroll bars. This is fine but when the form loads it always displays the form half way down and the user cannot see the top of the form without manually
|
| If Excel open then close | 20 Oct 2008 10:58 GMT | 1 |
Is there a way to check when clicking on a button in my form that it check if a specific Excel document is open if yes then close that document only? I know there is way to close Excel but that closes all Excel documents open but I just want the specific to be closed and not all ...
|
| How do I get a form to display itself before a msgbox on Form_Load? | 20 Oct 2008 09:06 GMT | 2 |
I have a form that displays a single record's data. On Form_Load I check that all the data is present for this record (as we have legacy data) and then issue a msgbox that tells the user that something is missing and please fill it in.
|
| subfrom on a subform - Access 2007 | 20 Oct 2008 05:08 GMT | 3 |
I'm receiving #name? on a subform on a subform in Access 2007. The subform on a subform works great in Access 2000, 2002, and 2003. Any idea where I can go to fix this? It's not an invalid name or anything like that.
|
| Button to insert boilerplate text into field in a parent form | 19 Oct 2008 21:13 GMT | 9 |
I have a form with memo fields and it contains a subform with buttons to insert boilerplate text into the fields in the parent form. If the button were in the same form as the memo field, this code would work: Private Sub Command1_Click()
|