| Thread | Last Post | Replies |
|
| GRAPHS | 28 Mar 2008 18:05 GMT | 2 |
I created 3 graphs on a form. Using Vista and Access 2007. Problem is that the graphs will not show at all or only partially show at times UNLESS I 'pull' the access window larger or smaller or move the form on the screen off the screen and then back again. I have coded a forced ...
|
| Calculating percentage in a field | 28 Mar 2008 17:04 GMT | 4 |
I have a report that shows results of a customer service survey. One field is [Survey sent], one field is [survey returned]. The [survey sent] indicates the date that the survey was mailed and the field [survey returned] has a number that indicates the level of satisfaction (i ...
|
| Properties Box shows in Form View | 28 Mar 2008 16:45 GMT | 2 |
When I switch from a form's design view to its form view the properties box remains displayed. How do I stop this from happening?
|
| Message Box Font Size | 28 Mar 2008 16:33 GMT | 2 |
How can I change the font size and font color in a message box?
|
| addition in listbox | 28 Mar 2008 16:02 GMT | 2 |
List is like this in Listbox(Me.PalletIDOrTrackingNo_ListBox) LONO----|PalletNo|Description-----------|BatchNO--|CRTN|Pcs|Total| Remain|Location ->1------|2---------|3---------------------------------|
|
| Set focus makes the field shaded with black color | 28 Mar 2008 13:29 GMT | 2 |
Is it possible to make a set focus color not black? coz it makes not clear in viewing. This is my VBA: Private Sub Form_Open(Cancel As Integer)
|
| Combo Box not displaying | 28 Mar 2008 10:46 GMT | 2 |
I have a combo box whos item list is populated via a parameter query. The query parameter is obtained from another control on the form. The query is a lookup which maps an ID number from the table to a text colum. The combobox is formatted for two columns with the second text ...
|
| Link Tables Add-in | 27 Mar 2008 23:35 GMT | 3 |
I installed the ms office professional 2003 I choose complete installation. When I go to menu bar \tools\Database Utilities\Linked Table Manager The wizard to link tables doesn't show. I just remove Access and a installed it back but the problem still exist.
|
| Auto Populate text field | 27 Mar 2008 21:46 GMT | 1 |
i have a court tbale which includes the fields courtname, courtaddress, courtnumber. on the form I have a combobox where you select a court name. i then want the address and number to display automaticallly in a textfield
|
| Screen Report differs from Print Report | 27 Mar 2008 21:36 GMT | 4 |
I've created a form in Access 2003 that uses the Calendar Control. It grabs a date, then on a Button Click event, the following line is executed: DoCmd.OpenReport "Report X", acViewPreview
|
| Form Scrolling | 27 Mar 2008 21:08 GMT | 1 |
Is there a way when you use your wheel on your mouse when you are on a form that it doesn't scroll through the records but scrolls on the actual form? Thanks. Lisa
|
| pop up form not relating to main form | 27 Mar 2008 20:19 GMT | 2 |
i want to try and create a pop up form that relates to the main form. The problem that i am having is that when i click on the pop up form, it goes to the first record which is not what i want. i want it to go to the correct record.
|
| Date() function and Notice when sending email | 27 Mar 2008 20:10 GMT | 7 |
I have used the DATE() as my default value, however when I go to run the form, it returns #Name? in that text field. I have looked at all the possible problems that may cause this and can not figure it out. Also, when sending an email from my form, it comes up with a Microsoft
|
| synching subforms - The object doesn't contain the Automation obje | 27 Mar 2008 19:29 GMT | 6 |
I want to be able to link a continuous form to another continous form/subform (but not contained withing the master form). Access will not allow me to do this, but I was wondering if there was a manual/pseudo way of doing this? I have managed to link/synch the two forms, but when ...
|
| Select item from combobox that displays rest of info automatically | 27 Mar 2008 19:05 GMT | 3 |
I have a main form where i want the user to select a court name from a combo box and once they do it automatically displays the address underneath. i've created a seperate form and table which displays all the court names, addresses and telephone numbers.
|