| Thread | Last Post | Replies |
|
| How can I get a blank entry form to show when I open the database. | 12 Apr 2006 16:11 GMT | 2 |
I have created a database that users will enter data using an entry form. I want a blank form to show up each time a different user wants to add a record. I don't want the record that they entered viewable to other users.
|
| Export - with password more than one table | 12 Apr 2006 14:14 GMT | 2 |
i use this code: DoCmd.TransferDatabase acExport, "Microsoft Access", "\\server\pcg\pcg.mdb", acTable, "Kunder", "Kunder" 1. Can i in this code have a password to \\server\pcg\pcg.mdb so i don't get
|
| CopyObject from Passworded Databae | 12 Apr 2006 13:25 GMT | 3 |
I am trying to use DoCmd.CopyObject to copy a table from a database tha has a database password. After the path to the databse, I've trie adding: ;Database Password=MyPassword and
|
| calling class modules | 12 Apr 2006 12:58 GMT | 2 |
I have several class modules created from selecting modules on the menu. I need to now link them up. I don't quite understand how to call them without having them linked to a command button. I am pulling several queries and sending them via lotus notes to various
|
| Integrate Microsoft Access Database into Outlook 2003 | 12 Apr 2006 09:35 GMT | 1 |
Good evening. Is it possible for me to integrate my access 2003 into outlook 2003? I have an order database and I want all the ship/delivery dates stored or go into my oulook calendar automatically. And if it is possible, how? Any workaround on
|
| need help with using of functions | 12 Apr 2006 03:19 GMT | 5 |
Hi all, i searched for code in this forum for checking of existence of table before deleting, i found the code shown below but i don't know how to use functions, do i place this code in a module then invoke it in the form i want? if yes how do i invoke it? i would probably want to ...
|
| VBA email module | 12 Apr 2006 02:40 GMT | 12 |
I am having trouble an email module. When i run this it says that there are too few parameters. That it was expecting 4. I assume that these are the criteria that is feeding my query. Right now i have a form with 4 comboboxes that provide the criteria for the query. I have a
|
| Full Path name of CurrentDb | 11 Apr 2006 23:36 GMT | 13 |
If I use the code :- Set dbsAdmin = CurrentDb DBPath = dbsAdmin.Name The full path name should be say, c:\Folder A\Folder B\Mydatabase.mdb but
|
| Sel;ect CRiteria | 11 Apr 2006 22:45 GMT | 1 |
I want to slect 3 of the 12 months. how can I query at any time to give me 3 months and allow me to choose which months.
|
| Copy ADO RST to ACCESS TABLE (MDB) | 11 Apr 2006 20:34 GMT | 1 |
I need to copy an ADO recordset to an Access Table. How can this be done? Thanks!
|
| bind ado recordset to report in ac97 | 11 Apr 2006 20:32 GMT | 3 |
Hi, everybody! I know ac97 does not provide direct binding of an ado rs to a report. I want to do it manually. I have a form with a textbox and a button. On the button click event, I
|
| SendObject and excel format | 11 Apr 2006 19:16 GMT | 2 |
I have Office XP and Outlook 2003. Here is the following code in Access: DoCmd.SendObject acSendReport, "rptOutServiceAreaAudit", acFormatXLS When I run this, I get this error: The format in which you are attempting to output the current object is not
|
| dmax function question | 11 Apr 2006 17:51 GMT | 3 |
Im working with two fields: doc_num= format 05-01-1 The first 2 digits represents the year. The second two represent the month. The last part is just a record number.
|
| Update a description field from data entered into a form | 11 Apr 2006 17:45 GMT | 5 |
I have a form with 16 checkboxes. Each one Q01 through Q016 represent a quarter of a quarter of a square mile. They are layed out in a square with 4 checkboxes in each quarter of the grid. The description will be built for each quarter of the grid. For example, the upper ...
|
| Count number of records in all tables in a database | 11 Apr 2006 17:06 GMT | 4 |
Hello, how do I count the number of records in all tables in a certain database. I need a list with table name and count. Thanks in advance. George
|