| Thread | Last Post | Replies |
|
| Unwanted message when image loads - Acess 2000 | 27 Jul 2005 09:35 GMT | 2 |
I have created a form which includes five images. They are about 300 x 400 pixels. I can call the images required by setting the path and filename as the picture property of the image. When I call the images, an informational box appears on the screen, with the
|
| forms and restrictions on adding records | 27 Jul 2005 08:06 GMT | 1 |
I have a form with a sub form embedded. Based on information on the main form I add data to a table within the subform. I can add upto 15 records to the table in the subform. I can restrict this to 15. but once I hit the 15th record the form still displays the 'add new record' ...
|
| Tools for record locking | 27 Jul 2005 08:00 GMT | 1 |
Is there any tool to achieve record-locking in MS-Access(2000). Thanks, Swapna.
|
| Listbox does not refresh immediately after requery | 27 Jul 2005 07:18 GMT | 4 |
I have a list box which should be updated with me!listbox.Requery, but is not doing so immediately. I have to wait say 15 seconds, and if I hit F9, it finally refreshes. If I hit F9 constantly for the same amount of time, it still does not refresh/requery immediately. Why should it ...
|
| Button for Search and GoTo | 27 Jul 2005 05:36 GMT | 5 |
I have a very basic two form database and the main form is only an opening page that is mainly for looks and has a section to enter a rego number to look up a vehicle that is on another form. I would like the person making the enquiry to be able to merely enter the rego number ...
|
| Autofilling a subform from a drop down list. Second request. | 26 Jul 2005 23:43 GMT | 1 |
I have an orders database and I need to have standing orders for some clients. I want to put a dropdown list on the order form with a list of clients with standing orders.
|
| Link subform with wildcard | 26 Jul 2005 22:57 GMT | 1 |
I have a main form with a subform. The sub form and main form are linked Master: Combo1 Child: [Field1]
|
| Form Headers - Adding Text | 26 Jul 2005 22:55 GMT | 4 |
Having a problem getting this to work. I add a text box to the Form Header section, then type in our company name, but it's not showing up in Form View. Is this a glitch, cuz I'm thinking it should show up? Thanks.
|
| Form Background - Change | 26 Jul 2005 22:49 GMT | 2 |
I used a wizard to create my form. Now I want to change the whole scheme: I changed Background Color but it does not take. When I look at the property it is the chnaged value but the new color is not there. I suspect that the style (Stone) is using a graphic but I don't see ...
|
| How to do a Status bar scroll | 26 Jul 2005 22:36 GMT | 1 |
I would like to have the status bar msg to scroll. Right now am using the code SysCmd acSysCmdClearStatus SysCmd acSysCmdSetStatus, "My Message"
|
| Bound Column property | 26 Jul 2005 22:23 GMT | 1 |
I am creating a combo box in a form and setting its properties. What does the 'bound column' property do.
|
| Chart Report | 26 Jul 2005 22:14 GMT | 1 |
No offence. Wrong computer clock in previous email. I re-post the message. I am using Access 97 report - chart type. After the creation thru wizards, the report preview sometimes show the normal chart and sometimes show the 4 quarter - East, West and North chart which I have no ...
|
| combo box auto fill problem | 26 Jul 2005 21:29 GMT | 8 |
Here is the situation. I need to fill in two fields in a form after a combo box choice is selected. I pulled in the 3 fields in the query that the combo box is based on. The Combo box list, the Next field, and the one after that. Next, I wrote the code that was given to me by ...
|
| show record based on selection from combo box | 26 Jul 2005 21:00 GMT | 5 |
I have 2 tables T_Owner and T_Owner Contact. Each owner may have 1-5 different contacts. I would like the user to select which owner from a combo box and then be able to pick which contact from a another combo box - and have the address, phone, etc for that contact filled in as ...
|
| AfterUpdate event of Form | 26 Jul 2005 20:59 GMT | 3 |
I need save new/updated record but just after when user of database decides to save it. I think it muss be done with a pop up window with Question "Do you will save changes/new record?" with 2 Buttons "Yes" or "Not". Can someone help me??
|