| Thread | Last Post | Replies |
|
| How do I maximize word to full screen not tiled | 03 May 2005 10:02 GMT | 2 |
When I have got Outlook 2003 maximized and then Open Word 2003, I click Maximize and the window has a 1 inch gap at the top to allow me to see Outlook behind. I wasnt Word max'd to Full screen.
|
| Data format in UPDATE statement | 03 May 2005 09:40 GMT | 2 |
I have a syntax error problem with an update query. Here is the piece of code: dim strSql as String dim res as variant
|
| Connection to different back-end databases | 03 May 2005 08:52 GMT | 1 |
I have an application that looks up a number in a (backend) database and then closes the connection. Another database is actual if there has been any changes since last time it was opened .
|
| stopping a hyphen | 03 May 2005 06:47 GMT | 9 |
I'm using the following to populate my text box. If the acctbal is a negative number, it wraps it. How can I stop this from happening and keep the - with the number? Code:
|
| Problems with Sum function | 03 May 2005 05:24 GMT | 1 |
I am quite a new user to Access and require some assistance. I have a form with two (2) levels of sub-forms. The main form and the first level subforms are in Single Form format, while the second level subform is in Database format.
|
| Different record sources for one form | 03 May 2005 05:18 GMT | 10 |
I have a form that displays a list of quotes and invoices from a company. I'm trying to set the record source of my form through code, so I can use the same form. I thought it would consist of a simple sql statement that would match the fields with the controls, but it's not
|
| Make labels always visible as user scrolls right | 03 May 2005 03:08 GMT | 2 |
I am designing my forms to fit 600 x 800 resolution. I have more horizontal real estate on the form than the screen size can show, therefore my user will have to use the horizontal scroll bar to move left to right on the form. My problem is that I want the left most controls ...
|
| forms and recordcount | 03 May 2005 02:58 GMT | 4 |
How do i determine the number of records in the underlying table/query in an open form and then force a particular field to be either visible (or not) if the number of records is > 1 i am using the 'on current event' property to set this.
|
| Tabbing out of subforms | 03 May 2005 02:50 GMT | 2 |
Older versions of Access required you to ctrl+Tab out of subforms when jumping from a subform back to the main form. Later versions 2000? Seem to allow you to do it automatically with a simple tab.
|
| checking whether a record has been dirtied in the last 60 secs | 03 May 2005 02:44 GMT | 2 |
Is it possible to check that a record on a form has been dirtied in a the last lets say 60 seconds. I have a form which usually sits on the same record for most of the day. I want to check if a record has been changed recently as opposed to being changed earlier in the day. I am ...
|
| sub form | 02 May 2005 23:56 GMT | 2 |
I have a main form containing a combo box. Based on the combo box value, a sub form displays data. Everything is fine when I open the form or change records. If I change the value of my combo box, I need the sub form to display the information based on the new value of the ...
|
| What is acceptable error trapping? | 02 May 2005 23:22 GMT | 3 |
I was just reading another post and it was recommended to keep from getting duplicates in a field to set that field property Index to Yes, no dups. If you enter a dup then and error is generated. Trap this error and display a custom message.
|
| Looking for null values without results | 02 May 2005 22:54 GMT | 15 |
I'm using this code to populate a bound textbox [PopulationBracket] that yields a billing multiple based on population depending on which non-null population is choosen (City or County but never both): Private Sub PopulationBracket_BeforeUpdate(Cancel As Integer)
|
| Open form from continous form | 02 May 2005 21:31 GMT | 1 |
OK, I have tried almost all code and still can't figure this out: I have a form in continous view, a button to select the record next to it. This button I would like to open another form based on the selected record. Code i have tried:
|
| Change Label After Update of Combo Box | 02 May 2005 21:28 GMT | 1 |
I have the following code to change the label to the company name after clicking on the company name drop down. The records are populating, but will NOT update the label. How do I get the company name to populate the label based upon the company id?
|