| Thread | Last Post | Replies |
|
| Resize(): Reliable way to determine bottom padding? | 15 Mar 2005 09:27 GMT | 3 |
Whenever I write a Form_Resize() routine, I define a constant "botMargin" and set it to something that works. Problem is, I don't have a clue as to what values are involved and it's usually a trial-and-error process. Works...and it goes pretty quickly with
|
| OUTLOOK 2000 - CALENDAR | 15 Mar 2005 05:35 GMT | 1 |
OUTLOOK 2000 - CALENDAR The day of the week not appear next to the date on the top bar for day and week views? Monday - Sunday is visible only in the month view. Is there a setting? I
|
| PETITION: Help save VBA | 15 Mar 2005 04:15 GMT | 13 |
Sorry if this has already been posted, but a quick google search did not show it in the Access newsgroups. Please read here for an important petition regarding the long-term future of "classic" VBA:
|
| Newbie Question | 15 Mar 2005 03:10 GMT | 2 |
In my form I have calculated a field to show years of service. It is calculated as follow, =DateDiff("d",[Hire Date],[Todays Date]) Formated: yy"Y "mm"M "dd\D
|
| Windows Font Size | 15 Mar 2005 01:25 GMT | 2 |
I have found from experience and from posts to the group that a change to the Windows font size under Display Properties often trashes the appearance of forms in Access. Is there a way to programmatically check if the Windows font size had been changed by the user to
|
| Checking for missing cheques | 15 Mar 2005 01:14 GMT | 2 |
Can anyone help with some code which will enable me to enter the first cheque number and the last cheque number and to determine if there are any cheque missing from the sequence? Any help would be greatly appreciated. TIA - Chesne
|
| Create MDE CRASH | 14 Mar 2005 23:45 GMT | 9 |
I have encountered some interesting crashes lately (Access97). Here is the symptom (after several days of different kinds of rebuilds including import and LoadFromText, all resulting in databases with the same symptoms).
|
| call a report from another mdb | 14 Mar 2005 22:06 GMT | 1 |
Hi. I have a Microsoft Access 97 database (DB 1) that contains some tables and a report. There is another Access 97 database (DB 2) that is linked to some of the tables in DB 1. After the user presses a button on a form in DB 2, I need DB 2 to make a call to run the report
|
| Base report on form listbox? | 14 Mar 2005 22:03 GMT | 1 |
I have a small form that pops up when a user moves off the current record of a rather sizeable data entry form. The purpose of this form is to list warnings about various fields on the entry form that may be incomplete or inconsistent before the user exits the record. These
|
| Populating a text box with text string of table contants | 14 Mar 2005 21:39 GMT | 1 |
Can anyone help me with the following ? I have a table like this.... User_ID User_name User_email 1 Steve stelil@test.com
|
| Creating random letter combinations. | 14 Mar 2005 21:22 GMT | 7 |
I am looking at creating list of letter combinations. letters a-h 6 letters per combination letter can repeat its self in the combination, but not next to its self
|
| Carry data over to new record | 14 Mar 2005 19:49 GMT | 1 |
I need some help. How can I automatically fill my combo box in a new record with data from previous similar record. My form has a option group button with two check box. What I'm trying to do is that a user will first select a record, then click the inactive check box, a new
|
| expression, text fields, and drop down menus | 14 Mar 2005 19:24 GMT | 1 |
Is it to build an expression in a query that puts several, text field together. For example I have client information and I have their home address, school address, court house address, doctor's address etc. What I want to do is create an expression in a query, that "puts" these ...
|
| Database slow down due to query? | 14 Mar 2005 19:18 GMT | 1 |
I have made some alterations to my company's database so that variable rates are calculated on postcode area. This is currently been expanded from a query which featured 12 IIf statements to one which now features 48 IIf statements. The basis of
|
| Determine the size of the Windows screen MINUS the task bar? | 14 Mar 2005 19:11 GMT | 9 |
Is there a way to determine the size of the user's screen minus the Windows task bar? I am trying to maximize an Access popup form that is also resizeable and it is causing me problems since it maximizes to full screen size
|