| Thread | Last Post | Replies |
|
| Copy to clipboard | 15 Oct 2007 23:19 GMT | 3 |
I am working with a small database that I reference a lot. I am trying to create a command button where I copy the contents of a field to the clip board to speed things up. I expect this is a simple thing... but I can't find any example
|
| suppressing a message | 15 Oct 2007 23:18 GMT | 2 |
My combobox is set to Limit To List. When there is no match, Access produces its standard message: "The text you entered isn't...". To give my own customized message instead, I use code in the NotInLst event. Here's my problem. When there is a 'no match', my customized message ...
|
| requery | 15 Oct 2007 23:17 GMT | 3 |
Is there any way to requery information in a form without specifing every field that new information was entered? I know that as soon as I go into a new record the information will be updated and appear in the Report. Can you get around having to move to a new record they back ...
|
| Need a software in MS Access, some template for clinic | 15 Oct 2007 22:46 GMT | 1 |
Hi I need some project in Microsoft access where a user can enter name of patient, general details like address, phone, age etc etc is there anyone who has such a working thing ..
|
| Easy Way to Pull Forms Record Source Into Combo Box | 15 Oct 2007 22:34 GMT | 2 |
I'm using a combo box to perform filters and sorts on a form. Is there an easy way to pull the fields in the record source into a combo box? Thanks BW
|
| Send emails ... | 15 Oct 2007 22:04 GMT | 2 |
I would like to send emails for accounts stored in access database. Email may have a word or pdf document as attachment. How can this be done in Access or if not how can it be done? Thank you,
|
| Recordset error | 15 Oct 2007 21:11 GMT | 5 |
Private Sub SetForm_Click() Dim sqlGroup As String Dim i As Integer Set rs = New ADODB.Recordset
|
| Call Same Function for multiple controls | 15 Oct 2007 20:54 GMT | 3 |
I have a function that generates a SQL statement based on selections (checkboxes) the user makes on the form. I want to have that function be called whenever any of the checkboxes are changed (afterupdate event). I know that I can create 23 different AfterUpdate event Subs, one ...
|
| Change color of forms caption bar | 15 Oct 2007 19:06 GMT | 2 |
Is there a way to change the color of a forms caption bar without chaning the overall look of Windows? I have a form that I am creating for use on a classified system. I toyed with changing the background color of the entire form to red, but this is
|
| search form not giving desired results | 15 Oct 2007 18:24 GMT | 2 |
I am using a search form with text values. when i enter a text string and hit the search button values corresponding to the selection would be queried and displayed. This search form works for all the values except for Stock no . I have a feild called stock no - Input mask ...
|
| Creating a Email Message from Field | 15 Oct 2007 18:06 GMT | 5 |
I have a form that displays eMail address. It is displayed in a text box, the control source is a hyperlink field in my table. How do I create a new email message, directed to the email address, and display the email message for further editing by the user?
|
| ADD Mode | 15 Oct 2007 17:47 GMT | 4 |
Could someone please help me with the code I need to add to the below code to have the fome open in ADD-Mode. This command button links the forms by "ICNNO" opening the form "f_ProvADD" It currently opens the from with populated information. I need to have it
|
| Access Main window's size | 15 Oct 2007 17:09 GMT | 4 |
Is there a way to get the main Access window's position and size compared to the screen display? Thanks in advance for any suggestion.
|
| On Deactivate event does not fire when switching forms | 15 Oct 2007 16:27 GMT | 2 |
I have a parent form and a child form. The child form is filtered to show only records related to the current record shown on the parent form. If I have both forms open, and enter a new record in the parent form,
|
| close without saving - HELP | 15 Oct 2007 15:47 GMT | 2 |
I have a database that is working perfectly with one exception. The database is used to store links to pdf files. The one problem I run into is that if an image is viewed access' program wants to save the file and I get an error message that says the file cannot be save (over and ...
|