| Thread | Last Post | Replies |
|
| operation not supported | 31 Jan 2007 22:40 GMT | 8 |
I have a form with a button that takes a ID from the form and searches for related records in a table in the mdb. If it doesn't find a match there, search on our server for data and append it to a temp table in the mdb. Then I want to search that temp table and copy the related ...
|
| Accessing field lable name for conditional formatting | 31 Jan 2007 22:32 GMT | 3 |
Field is Text Box: D17 Name is D17 Control Source is D17 Lable name is L17
|
| Protecting a Form | 31 Jan 2007 22:19 GMT | 2 |
I am using Access 2003 Is it possible to lock a form with a password so that no one can change the data except for 1 or 2 people? If so, how do I do this?
|
| Printing on Label | 31 Jan 2007 22:19 GMT | 3 |
Is there a way to use the report label wizard and rotate the text and label blocks 90 degrees???
|
| Open dialog form at mouse pointer | 31 Jan 2007 21:27 GMT | 2 |
I have a form in which you click on a field and a dialog form pops up with more info but it always opens centred on form. is there a simple way to have the dialog open near the field clicked by using the mouse pointer x,y, values or reference to the position of the field clicked.
|
| Apply filter based on the value of a field | 31 Jan 2007 20:24 GMT | 2 |
Hello - I have the following Procedure: Private Sub Course_IDFilter_Exit(Cancel As Integer) Dim StringWhere As String 'The criteria string.
|
| Combo Box problems | 31 Jan 2007 19:51 GMT | 6 |
I have created a form to input data to a table. The basic form works well. I use a ComboBox to select data from a different table, (The combobox looks up all customer IDs (CUSTID) from a second table (EPRCUST). The choice is made and stored as a foreign key. This works fine.
|
| Subform Requery | 31 Jan 2007 18:03 GMT | 1 |
I have a mainform (frmDrawings) and a subform (subfrmLastDwg). They ar linked. This will be a multi-user database that has been split. What want to be able to do is this: When a user enters a new drawing number, I want the subform t
|
| Formatting Hyperlink Field to Email | 31 Jan 2007 17:49 GMT | 1 |
Is there a way to set my hyperlink field so that when an entry is made it is always recognized as an e-mail entry? Currently, when data is entered into this field from my form it's default is to recognize it as an http:// address. Right now we enter the e-mail address and then ...
|
| MS access - is there a form length limit? | 31 Jan 2007 15:20 GMT | 1 |
MS access - is there a form length limit?
|
| Form Record Source Variable | 31 Jan 2007 15:20 GMT | 9 |
I have a form that needs to have a Variable for a Record Source. I have 4 temporary tables that are set up based on the TeamName a person is in at log in. Based on who is logged in TEMPTbl1 should appear in the Form. If someone else is logged in it should TEMPTbl2 shold be use ...
|
| Sum() in Form footer (again) | 31 Jan 2007 15:15 GMT | 5 |
Saw an existing thread - similar problem, but solution didn't work I want user to select records which are used to calc average; min; max values in form footer I use Continuous forms; In Detail I have an unbound text box Text10
|
| duplicates in combo boxes | 31 Jan 2007 14:17 GMT | 6 |
I have a simple reference library database based on one table. There is a combo box where the user is to select a topic and the publications that I have assigned to this topic are displayed in a sub form. The problem is that I want the combo box to list each topic just once but ...
|
| Zoom an Image Control | 31 Jan 2007 14:10 GMT | 2 |
Hi. I need to zoom in or out on an AXP form Image control. I've not a clue where to start. For example in the Northwind db employees form. Can I double click on the image to zoom in?
|
| Cascading combo query using "NotInList" event | 31 Jan 2007 13:52 GMT | 1 |
Hello all experts out there :-) I would like to end up with a normal cascading combo box set up except that I want to start with no options at all in either box. How would I go about doing this?
|