| Thread | Last Post | Replies |
|
| Display gif with transparent background | 13 Dec 2005 14:07 GMT | 1 |
I have a gif image that has a transparent white background. When I place this image on a form, the "transparent" portion shows up as white. Is there any way to get Access to display this transparency?
|
| compile error - module not found | 13 Dec 2005 13:51 GMT | 3 |
Can anyone help please - I seem to have a corruption - Access is looking for Form1 which doesn't seem to exist - the error occurs continually and opens the code window which also has the name Form-Form1 - As I don't know where this is I can't delete it - if anyone can help I ...
|
| use part of a field as a parameter | 13 Dec 2005 13:31 GMT | 2 |
I am trying to trigger a messagebox if a user enters a name which may refer to two or more different customers from a combo box on the input form. (CustID is primary key) . I tried to run query on the after update event, use the Name as a parameter( "*"&[parameter]&"*" ) then use ...
|
| Deselecting items in a ListBox | 13 Dec 2005 09:31 GMT | 5 |
I have a ListBox in which I only want to be able to select 1 item. No problem you say. Turn off Multiselect and away you go. The problem is that, once an item has been selected, the only way to deselect it is to select another item. Hence it is impossible to deselect all items
|
| Compiler miscounting parameters in a private function | 13 Dec 2005 03:55 GMT | 4 |
Access 2002 Can someone help me fix this problem? In a form module I have a Private Sub addReplacementKey(key_chain_id As Long, unique_id As Long)
|
| The form can not be closed if the data entry is incomplete | 13 Dec 2005 03:07 GMT | 7 |
I have a bound customer form and the user should input customer code and customer name. I have validation code at the Form_BeforeUpdate. I want the form can't be closed if the validation rule is violated.
|
| dynamic check boxes | 13 Dec 2005 02:47 GMT | 3 |
I need to create a form (obviously query based) which will track meeting attendance. I already have a table with all possible attendees. What I would like is a form that displays all possible attendees with check boxes beside their names. This form must be dynamic, as the list ...
|
| Help: When adding a user it adds a duplicate | 13 Dec 2005 02:28 GMT | 1 |
I have a form that has three feilds, one being a drop down menu that are used to add a user, password, and security level to a database. When you open the form those fields bring up the first record in the table and can also be used to browse and delete entries in the table. The ...
|
| Display Radio Button Value on Report | 12 Dec 2005 23:47 GMT | 3 |
I have a form that tracks gender values, by a radio button group. By virtue of the wizard, these will assign either a value of 1 or 2 in the option group. Does anyone know how I can take the option value, to display in a
|
| How To Select Entirerow? | 12 Dec 2005 23:21 GMT | 1 |
In a datasheet view, how can you automatically select the entire row when the focus changes? I've done this before, but can't remenber the method to use in the OnCurrent event.
|
| Could use so code help! | 12 Dec 2005 22:40 GMT | 1 |
I could use a little help from a good code writer out there. I found some code and modified it a bit for my needs but, I need a little help to finish it up. What I am trying to due is to get a number to fill out a text box on my form. I want it to look at the form and get the
|
| >> Open form then run code | 12 Dec 2005 21:05 GMT | 2 |
Hi, in Access 97 I have a form with progress bars. I want to open the form and then automatically run code. How do I have the form open and all the controls visible before running the code (and not require a user to click a button)?
|
| Define Option Group by Lookup Table | 12 Dec 2005 20:53 GMT | 1 |
I'm curious to know if this can be done, and if so, how. I'd like to have a dynamic option group (with radio buttons) which grows and shrinks by the values in a "lookup" table for this group. I imagine a table having a number as the tableID which would represent the
|
| Display contact photos | 12 Dec 2005 20:34 GMT | 9 |
Can someone shed some light on an easy way to display contact photos for each contact that contains a picture on a network drive. I would like to see some code that will display the picture using the a path. The pictures are named the same as the ContactID. I.e. 1234.jpg (1234 = ...
|
| ACCESS 2003: coloring words in columns or rows | 12 Dec 2005 19:25 GMT | 1 |
Is there a way to color segments of an access database verbiage or rows or columns?
|