| Thread | Last Post | Replies |
|
| Merge records with Mail | 21 Oct 2005 03:45 GMT | 3 |
Hi! I wan't to merge records from a table to the microsoft outlook. The result is one draft for each table record that contains the email address. Each record as also a subject and text that it will be post in each email draft.
|
| Special effect Access 2000 | 21 Oct 2005 03:34 GMT | 2 |
Is there a way to highlight a field (by turning an inverse video or blinking effect) .. I want to highlight a field depending on the value of in another field. Any help would be much appreciated.
|
| add new item to combobox | 21 Oct 2005 02:21 GMT | 10 |
is there a way for a user to add an item to a combo box? lets say a user doesn't find what he is looking for in the combobox and wants to add new item directly to the combobox. can this be doen?
|
| Relating a value in one form to another form | 21 Oct 2005 01:49 GMT | 3 |
I have a combo box that draws from a table with many hundreds of records. So that the user doesn't have to scroll through all those records to select their value, I created a pop up form where the user can filter by certain criteria to narrow their search down to the find the ...
|
| Two Forms and New Record | 20 Oct 2005 22:59 GMT | 1 |
I have a database that stores Project Info in one table and Pictures in another. The problem I have is - When I add a new record using form A for Project Info, then click on Form B
|
| Help on Date Day problem | 20 Oct 2005 21:51 GMT | 12 |
What I need is a way of have the day of a short date put into another textbox. At the moment when I copy the date to the text box the dd/mm//yy comes with it, which I don't want, as when I click the field th date is diplayed when dddd is used. I need to use the day as a search ...
|
| Printing Access Report with Snapshot viewer control (SNAPVIEW.OCX) | 20 Oct 2005 21:06 GMT | 4 |
I have developed a Visual Basic program that uses the Snapshot Viewer Control (SNAPVIEW.OCX). The data was exported from an Access report into a .snp file. I have two questions: 1) I am using the PrintSnapshot method to print the reports. Is the some
|
| I'm SO close...stLinkCriteria | 20 Oct 2005 21:03 GMT | 4 |
Hi there! Using A02 on XP. Thought I had it. Can't get it to work. Probably something SO simple. I have a text field on my form [PolNum] and want to open a query of records related to [PolNum] (I have the field in my query also). The quotes get me every time!
|
| Updating a form with the most current information | 20 Oct 2005 20:40 GMT | 1 |
I have a main form showing appointment times filtered by date and staff person. To add an appointment, a button is clicked, a new form appears, and the user enters time, client, etc. I think I am saving the new record with If Me.Dirty Then DoCmd.RunCommand acCmdSaveRecord
|
| Subform Trouble | 20 Oct 2005 20:38 GMT | 1 |
I have a form with a subform, both of which work perfectly. The main form is a Projects form and is based on a query. The subform is based on a query as well and is a continuous form which shows all the Tasks per Project. When users create a new Project record, I want to have ...
|
| Changing ODBC Setup of Default Server Name | 20 Oct 2005 19:18 GMT | 1 |
We recently added a new server due to size restraints of old server. The database was moved to this new server, while all the reports we run off of the database, remain on the old server. The IT department has manually gone to each computer and configured the ODBC
|
| Convert Numbers to Words | 20 Oct 2005 18:50 GMT | 4 |
I have a form in which the user can type a dollar amount for a contract. The printed contract requires the dollar amount to be shown both in numbers and words (like on a check). Does anyone know how I can, through VBA, program the conversion to happen automatically instead of ...
|
| command button to save form data | 20 Oct 2005 18:23 GMT | 3 |
I must apologize if this is not the right forum for this question. I am not sure the problem isn't a field type mismatch, but here goes... I have a form to collect data for a student report card. It collects data from database tables by way of form fields as well as user-typed ...
|
| Need help coding action when Yes button is chosen | 20 Oct 2005 16:28 GMT | 2 |
On a form I have a command Button that, when clicked first gives a warning message stating what action is about to be performed. Here is the code for the Warning message... Private Sub cmdARCHIVE_Click()
|
| need help with adding items | 20 Oct 2005 16:19 GMT | 1 |
i have a form that needs to manage relationships thusly: case1 |- food-item1 |- venue1 |- venue2 |- brand1
|