| Thread | Last Post | Replies |
|
| Conditionally Format control on continuous form | 01 Sep 2005 07:36 GMT | 1 |
I want to conditionally format a textbox to 'hide' a button in my continuous form that is not applicable if certian criteria is met for another field in that record. It is working fine except that even when the box is conditionally formated to show the button, when I click on that ...
|
| Access Drop Down List on Forms | 01 Sep 2005 05:06 GMT | 2 |
Can anyone tell me how I could control the options of one drop down list by the results of another drop down list on an Access Form? I have one location table that populates the drop down list options and whatever the user selects as the location, they will only see the options
|
| HOW to Setfocus to a Required Field | 01 Sep 2005 04:55 GMT | 1 |
Instead of geting the error msg. How Setfocus to a required field that is blank. I want that field to to blink with a color. Thanks
|
| Controlling Excel cell format at export | 01 Sep 2005 04:47 GMT | 1 |
In Acces97 and Excel97, I have a button which exports a table with the following command: DoCmd.OutputTo acOutputTable, "work", acFormatXLS, , True In the resulting file, I try to add a Sum() function for a column, and
|
| Insert a date using a runsql | 01 Sep 2005 01:21 GMT | 1 |
When I try to run the following, the date field in the table is 12/30/1899. I know this should be simple, but I can't figure it out. ssql = "INSERT INTO tblca_status " & _ "(txtIDEA_NO,dtmdate,txtSTATUS_CODE,memNOTES) " & _
|
| Popup won't go "behind" windows taskbar | 01 Sep 2005 01:05 GMT | 3 |
Using Access 2003 - I have a form that starts with a popup window that maximizes on opening. It is NOT modal. The border is set to none. Here's the problem... when the popup opens I can't access the windows taskbar. I added a button that minimizes the entire app so users can ...
|