| Thread | Last Post | Replies |
|
| Sync Multiple Combo Boxes | 06 Jun 2006 18:32 GMT | 3 |
I have four Combo Boxes: Customers, Contacts, Project Managers, and Superintendents The other three Combo Box values are based on what is selected in Customers using a SQL statement. For example The Contancts SQL statement is:
|
| Basing One Combo Box on Another--Question | 06 Jun 2006 17:13 GMT | 6 |
Okay, I got my combo boxes to be limited by what is entered in another and used the following code: Private Sub Insurance_Company_AfterUpdate() Me.Insurance_Contact = Null
|
| POPULATING A TEXT BOX ON A FORM | 06 Jun 2006 16:41 GMT | 5 |
As you can tell, I've fairly new to Access. I have a problem with a form. I've tried everything I can think of, but I can't seem to get this to work. On my form, I have a comb box that listes a variety of menu items, and this is connected to my table (Menu). This part works great.
|
| MS Access database does not open | 06 Jun 2006 16:28 GMT | 1 |
Record(s) cannot be read; no read permission on 'MSysAccessObjects'. I have checked all do have full access and access is also reloaded. What can I do to fix this problem. It is created in MS Access 2000 and also tried to viewed and added data in Ms Access 2000. Can you help. ...
|
| Form Bound to Query problems | 06 Jun 2006 15:44 GMT | 2 |
OK, I've got my form bound to a Query. My pulldowns don't work when I'm entering the form. They are blank. When I open the query and enter data, they work, but not when I'm inputting into a new form... Should I make the control source the original table for those instead of the ...
|
| New user-import & query question | 06 Jun 2006 15:34 GMT | 1 |
I need to import 2 excel tables (I already know how to save them in the correct format) into Access then create a query to find the codes that do not match. I can't get both tables to import in and I can't figure out how to create
|
| Are You Crazy - How can one use a bunch of unknown Pictures - | 06 Jun 2006 15:17 GMT | 4 |
Paid for Office 2003, so I can open files and look at my personal emails, and not a thousand pictures, unknown by me. Where is the privacy of this product? AND why don't you send the adobe print outs, I download?? After I paid, I can't
|
| Information is not there | 06 Jun 2006 14:24 GMT | 2 |
Someday I will have this database done! I have downloaded a template from Microsoft.com for shipping information. When I input information into the form regarding the customer, the person taking the order and the dates of the order and shipping I am fine. When I input the ...
|
| Maximize Database from Auto Exec Macro | 06 Jun 2006 14:02 GMT | 1 |
I am aware of the macro Maximize command, but it doesn't make Access itself maximize. Is there a way to ensure that the database itself is maximized when opened.
|
| Newbie question regarding blank fields in web database | 06 Jun 2006 09:01 GMT | 10 |
Unsure whether I should ask this question here or in the asp forums anyway here goes... Access is not my strong point but I have got it to do most of what I need apart from the fact that when I create an update page in asap and then try
|
| Printing a report from a form | 06 Jun 2006 08:58 GMT | 2 |
without opening to preview the report I would like the report to print from the command button on the form. this is the last field before going to the next record. the autonumber field is the unigue identifier. i keep getting all the records printing out instead of just the one ...
|
| How to add new record in VB Form using Dao Library | 06 Jun 2006 03:45 GMT | 2 |
Hi i developed some database in access. now i had planned to convert in to vb6.0. i had designed my form and i linked the tables also. when i m using data control. when i will open that form its going to first record. But i don;t want like this. I need to add new record when i m
|
| connecting tables | 05 Jun 2006 21:28 GMT | 2 |
how do I connect a data set in one table to another table that has an information I need. for example how do I get the address of a client from one table and attach it to another table that has the rest of the client's details.
|
| Generating word documents from Access | 05 Jun 2006 21:01 GMT | 3 |
I am working on a database used to store information, and then generate customized letters. I have most of it working, (Thanks to the posts in this group =)) I have a button which can be clicked and it opens word and fills in the blanks of my template appropriately, with the
|
| Lost my delete confirmation... | 05 Jun 2006 20:04 GMT | 1 |
For some reason, Access 2000 no longer asks me to confirm when I delete a table or query, and this makes me very nervous. I have checked off the option box, but that seems not to change anything. I am working on some code sections which toggle DoCmd.SetWarnings True/False. If ...
|