| Thread | Last Post | Replies |
|
| Use of Default Value property | 05 Jan 2006 17:16 GMT | 4 |
Hi, I have a form in which I have a combo box in which if a user selects "Yes", the corresponding text box becomes visible and the default value (which was set up at the table level) reads "Enter details here". If the combo box selection is "No", then the box goes away, which is ...
|
| Condo Boxes | 05 Jan 2006 17:05 GMT | 2 |
How do I synchronize a condo box with the rest of my form? It is the primary key and is used for Client Name. When I pick a client from the drop down list, the corresponding information for that client does not change.
|
| Help!!! Severe prob on unchanged db. | 05 Jan 2006 16:33 GMT | 4 |
I've had a frontend/backend system going at a notforprofit for about 5 years. I've made no recent code changes. I was called in last night because they got a 'gray screen' when they tried to open an input form on a returning client or merely to look at data on a current or previous ...
|
| Rounding | 05 Jan 2006 15:57 GMT | 2 |
I have a form with 2 subforms in it... Subform A has a record source that is a totals query. Within the detail section of Subform A the Amount field correctly displays the currency value, for example 123.45. Within the form footer I have an expression = sum([Amount])... the ...
|
| adding multiple tables as record source to a form | 05 Jan 2006 15:52 GMT | 2 |
I already have a form created. I have about 19 tab pages on the form. I would like to use a different record source table for each tab page. How can I do this?
|
| BASIC INSTRUCTION about Open Event | 05 Jan 2006 15:39 GMT | 4 |
I'm feeling pretty dopey here. I want to open a switchboard form maximized. I searched for that and found out that in the VBA code page behind the Form's Open event, I can put the code: DoCmd.Maximize
|
| Linking a Text Box with a Combo box | 05 Jan 2006 15:31 GMT | 1 |
I have a combo box that I use to select a record on a form and I want to have a text box show a certain field when that record is selected. How can I link the two boxes together?
|
| How do I get the combo and command button wizards to work? | 05 Jan 2006 15:31 GMT | 1 |
In Access 2003 with all updates including the reference to SP 8.
|
| Long Date and UCase | 05 Jan 2006 15:11 GMT | 3 |
Why does Me.FieldName = Ucase(Me.FieldName) in the after update event not work when the format of the texbox in a form is set for long date? How can I capitilize a long date in a textbox on a form?
|
| How do i update or refresh my forms after an update query? | 05 Jan 2006 15:03 GMT | 3 |
I have added a number of records to a table with an update query, but i can't seem to get my form to reflect those changes. How do i update or refresh my form so that i can access the new records in my adjoining table?
|
| Access Too Slow? | 05 Jan 2006 14:41 GMT | 2 |
I have a subform in a subform on a main form. The query that supplies the lower level subform gets one of its criteria from a toggle on the same subform. All works great except when i accidentally scroll the wheel on my mouse. I then get asked for the criteria that should be ...
|
| US vs UK date format | 05 Jan 2006 14:31 GMT | 3 |
I'm using the following filter in a form "[OLP Call Date] = #05/07/2005#" and all date formats are set to UK. However the results show data for the 7th May 2005. How do I get them to show the 5th July 2005
|
| Creating dynamic query but NOT in code. | 05 Jan 2006 08:49 GMT | 4 |
I want to do simply this in MS Access. PARAMETERS pTableName; SELECT * FROM pTableName; This doesn't work ( if it did I wouldn't ask you :) ) but is it clear
|
| adding a form to a table already linked to several forms | 05 Jan 2006 08:20 GMT | 2 |
Help !! Sorry if this is probably a bit basic, I'm a novice at Access I'm afraid. Anyway...I have been tasked with adding a form to a table which lives in a large(ish) relational database.
|
| Mouse wheel work around | 05 Jan 2006 05:58 GMT | 1 |
All- I have been struggling with the need to turn off the mouse wheel so that users are only able to add a single record to a form. I know there is an add-in or something you can download to turn the mouse wheel off, but the
|