| Thread | Last Post | Replies |
|
| Not In List Event | 28 Nov 2005 23:11 GMT | 6 |
Using MS Article ID 197526 August 11,2005, to add a record to a combo box that has not in list event. The event updates the table, but does not allow the item to refresh the combo box. It appears the "Response = acDataErrAdded" function is not being used.
|
| Identifying a popup's "root" form | 28 Nov 2005 23:09 GMT | 4 |
Using Access 2003 I have a popup that I access from several different forms. When a change is made to this popup and it's closed, I would like it to requery the root form it was opened from (which contains some of the data).
|
| Populate Excel Workbook | 28 Nov 2005 23:05 GMT | 3 |
What seems to be a simple task, is driving me nuts. All I want to do is open an existing Excel workbook and populate certain cells with values from my db. I can't get the syntax for sheet names and cell addresses right. Thanks in advance
|
| A button alternative to double-clicking a subform | 28 Nov 2005 23:02 GMT | 2 |
I have a subform viewed in datasheet display where a user can conveniently view the details of that record in single-form view (pop-up) by double-clicking the subform.
|
| Changing properties of field in backend table | 28 Nov 2005 22:44 GMT | 8 |
I am trying to change the Indexed property field of a backend table from 'Indexed (No Duplicates)' to 'Indexed (Duplicates OK)' . I am trying to do this through code from the front end. I am trying the following code below. I realize there most probably substantial errors in ...
|
| scaling forms on open | 28 Nov 2005 22:25 GMT | 3 |
The application I am currently working on will be used by many different users, most likely with different screen resolution settings. I was looking around and I came across an article in the Access2000 Vol. 1 Desktop Ed. ADH. I am using Access 2003 for development.
|
| Browse, Open file, assign number on file, and print | 28 Nov 2005 21:36 GMT | 1 |
I have one letter on the shared drive that need to be printed several times with different sequence numbers each time the letter is printed. I need to be able to 1. browse and OPEN the letter. (PROBLEM:the browse window opens, but I can’t
|
| formatting a cell that was created by using the concatenate formula | 28 Nov 2005 21:23 GMT | 2 |
I'm trying to format a column of cells that were created by combining 2 different cells using concatenate command. The result is a phone number, but when i go to format it (so it displays as a phone number (###) ###-####), nothing happens.
|
| I need help with combo box contents 'editability' | 28 Nov 2005 19:34 GMT | 4 |
yep im sorry 'editability' is not a real word but it helped convey my point, so i used it :) I'm using Access 2003 (SP1) and am coding for it in VBA. 1. I have combo boxes from which the user is expected to make choices.
|
| form | 28 Nov 2005 19:32 GMT | 1 |
I have 4 tables and each has its own forms e.g. tab1 - table1, tab2 - table2,tab3 - table3, tab4 - table4 tab1 linked with tab2 primary - second. rela. tab3 linked with tab4 primary - second. rela.
|
| Check box on or off capability | 28 Nov 2005 19:27 GMT | 2 |
I have 7 check boxes per row. I only want the user to check one of them. If the user checks checkbox1, none of the others are checked and if checkbox4 is checked, then checkbox1 is unchecked. Is this possible with check boxes? Please help with the code to turn on or
|
| Is it possible to do.... | 28 Nov 2005 19:26 GMT | 5 |
Hi to all, I would like to know if it is possible to have a comment box or msgbox popping up when a user place the mouse pointer over a specific label and when the the cursor is moved away the comment box or the msgbox disappear,
|
| prepare form for new record entry on open | 28 Nov 2005 19:11 GMT | 12 |
Hi, I hope that someone can help me out with a problem I have encountered with my Access database which holds details of clinical studies. I have a start-up form which has a combo box where you can click on the primary key, StudyRefNo
|
| Problem with kill in a form | 28 Nov 2005 19:07 GMT | 2 |
I have a routine that prints a series of reports into PDF files. From them it combines them to a single PDF and saves them under a new name in another folder for emailing at will. I have a the following lines to delete any old PDF files in the group folder and I'm having a ...
|
| ListBox Checkbox | 28 Nov 2005 18:26 GMT | 1 |
I have a listbox, when you click on it, it filters the contents in another listbox. This works fine. my question is, instead of having the second listbox I want a series of 7 checkboxes, one for each day of the week. I want to be able to display whether that checkbox is ...
|