| Thread | Last Post | Replies |
|
| code to open an "xyz"exls file | 18 Jun 2007 19:04 GMT | 2 |
dearfriends i would ile to the code for command button on a form which can open pre_mentioned xls file plese
|
| Field Type Change | 18 Jun 2007 18:59 GMT | 3 |
I am trying to change a free text field to a drop down menu in my current database, that already has data entered for this particular field, in order to avoid multiple versions of the same organization that are just typed in differently.
|
| New passtive shutdown/connection center control | 18 Jun 2007 18:41 GMT | 3 |
We just upgraded to Access 2007 from 2000 and are running into lots of challenges. One of the biggest is that when one person filters some records, no one else can access the database, even after the filter person unfilters. They have to completely close their program to allow ...
|
| SQL Server 2000 | 18 Jun 2007 18:41 GMT | 3 |
I am a very new user of Access (just one day old!). When I look at the Sample Data Base (NW access project), I was asked to install SQL server 2000 from the MSDE2000 folder in the Office CD. I did. When I try to install (setup.exe) it asks for the password SAPWD which I
|
| opening word from access | 18 Jun 2007 18:00 GMT | 4 |
I have a DB for my contacts. For each contact I have one or more template for fax and letters. What I'd like to do is to open word using the contact's template and when I save the word file to store in the DB a link, so that I have an historic of
|
| My code... | 18 Jun 2007 17:23 GMT | 4 |
What is wrong with this code? Can you help? Private Sub Form_Open(Cancel As Integer) If Date = DateAdd("d", -10, Me.DueDate) Then MsgBox "The reminder mail will now be sent", vbOKOnly, "E Mail Due"
|
| group emails from the database? | 18 Jun 2007 16:16 GMT | 1 |
I would like to know if and how it is possible to send group emails out form the database please?
|
| Printing Lables from Database? | 18 Jun 2007 15:17 GMT | 2 |
I would like to know if you are able to print labels from the database and how?
|
| Passing data from one form to another | 18 Jun 2007 13:39 GMT | 3 |
Hello I have a form called frmMaindB and it has 5 text boxes on it (txtEmployeeTime, txtDTRegular, txtDTReason1, txtDTReason2, txtDTMaintenance) when I double click on the text box it opens up a form named frm_DecimalConversion. On this form I have two text boxes one box I enter
|
| Parameterize validation rule and text? | 18 Jun 2007 11:53 GMT | 5 |
I have an application which is highly parameterized. That is, values in a table drive a lot of what's going on, such as "maximum score." The one thing that seems to require hands-on non "dumb user" manipulation is the validation in the tables themselves. If I change the value ...
|
| Delete doesn't delete | 18 Jun 2007 09:08 GMT | 4 |
I have a table that combines the data of two underlying tables. The underlying tables are EMPLOYEE and LOCATION. These are combined into a table WORKPLACE. I have a form for entering new workplaces (through two combo boxes, selecting records from EMPLOYEE and LOCATION on unique ID ...
|
| Where is the Pounds Sterling sign? | 18 Jun 2007 08:10 GMT | 6 |
I need to write Pounds Sterling ...where is this sign?
|
| Convert hours to decimals on a form | 18 Jun 2007 01:07 GMT | 4 |
Hello, I want to add a pop up form to some of my text boxes on my frmMaindB that will bring up a conversion chart if double clicked on. On this form I need two text boxes and a close button I want to be able to enter minutes in one text box called (txtMinutes) and in the other ...
|
| Design Trade Company Database | 17 Jun 2007 22:47 GMT | 6 |
I need to design database for Trade Company, use Access 2003or SQL Server 2000? Access 2003 Northwind Sample Database Sheet
|
| HELP, HELP!!! CONVERT A DATA STRUCTURE IN C# TO A ACCESS DATABASE | 16 Jun 2007 22:33 GMT | 1 |
Recently I’m migrating from data structures to databases. I’ve converted a Customers, Products and PendingOrders collections into a Microsoft Access 2003 data base. But I must convert many other data structures. Now, the problem is a graph. In this project, there are cities and
|