| Thread | Last Post | Replies |
|
| Selecting multiple entries under a combo box | 14 May 2005 14:26 GMT | 9 |
Hello, I have a drop down combo box that only allows me to select one name per record. Is it possible to select multiple names at once...I would like to have multiple names in the report.... Regards,
|
| query bound to combo box doesn't sort correctly | 14 May 2005 14:19 GMT | 3 |
I'm maintaining an Access app that was written by someone we no longer can contact. I have a form that contains a combo box that has a query associated with it. The query is the Row Source property for the combo box. The query is quite simple in that it selects two columns (1 ...
|
| use VBA to open a form in datasheet view | 14 May 2005 13:16 GMT | 1 |
I am trying to open a form in datasheet view using DoCmd.OpenForm "frmVisitAll" Can any one show me the syntax? Thanks
|
| Title bar grayed out | 14 May 2005 07:29 GMT | 3 |
I'm doing some processing in a maximized non-modal popup form. When the user clicks a certian button, I open a second maximized non-modal popup form to get some additional info. I leave the first form the way it was (maximized) although it isn't visible to the user because the ...
|
| How do I set up a hyperlink in a form that's a text field in a tab | 14 May 2005 03:56 GMT | 1 |
I have created a text field in my database and I want to show it twice in my form. Once as a text field that can easily be edited and again as a clickable hyperlink. Nothing I've tried seems to do both. I am not a coder and would appriciate any help anyone could offer. Also, ...
|
| Detect a form closing from the Close button | 14 May 2005 03:44 GMT | 1 |
How can I tell if a form was closed by clicking the 'X' in the control box ( the X in the upper right hand corner of the form)? In Visual Basic you can use the query_unload event.
|
| descriptions for my label fields | 14 May 2005 01:01 GMT | 1 |
I've created a table in access and added descriptions for several fields. I'd like to be able to use the form wizard to create a form that used the descriptions rather than the field names. Is there a way to do this using the form wizard or using design mode?
|
| Need Help with Stephen Lebans "justification" code used with sub-sub-forms | 14 May 2005 00:12 GMT | 3 |
I have a list box in the subform of a subform of a form (I know ... I'm crazy!). Anyway, I want to right-justify the third column. I built an Access Query for this as it was too complicated to build by hand and anyway I didn't know
|
| Open a different form at startup | 13 May 2005 23:26 GMT | 3 |
I have a form that is tied to a macro. The macro is names "AutoExec" so that it runs automatically when the program starts up. I want the startup form to change to another form if an option button is selected. Any possible way to do this or manipulate an action to do this?
|
| How to change text color based on date value? | 13 May 2005 22:42 GMT | 2 |
I have a form that displays a datasheet, with one of the fields being an expiration date. When the form loads and / or the data is changed, I want to be able to change the text color of an entire row to red when its expiration date is within one month of today's date. Can
|
| PhotoAlbum | 13 May 2005 22:41 GMT | 1 |
PhotoAlbum crops landscape jpegs if they follow on from a "rotated" jpeg. Anyone know a fix for this?
|
| inputmask password | 13 May 2005 22:30 GMT | 1 |
I've designed a login form containing a textbox and a command botton(OK) . And an IF code in Timer of the form ,when you add the password , OK botton is set to enabled and it works beautifully ... But when the textbox inputmask is set to "Password" it doesn't work any more ...
|
| Eliminate Duplicates from reports | 13 May 2005 21:52 GMT | 1 |
I have several reports that have duplicate information (invoice number, cost center). On the report, there are gaps because of these dups. I used the "Hide duplicates" which makes the report cleaner but now I want to make it neater. The "Can Shrink" is not working. Is there any ...
|
| How can i have multiple user using access at once | 13 May 2005 21:43 GMT | 1 |
I have a database set up and 7 people working off of one form. If one person enters a record in record "1" the next person's record to be in a different record. Can someone help me?
|
| Limit to list set to no does not work for non-owner | 13 May 2005 21:36 GMT | 2 |
I have a combobox that displays a list of fee values (numbers) that is pulling from a look up table containing one column. Users need to be able to enter a value not in the list, so limit to list is set to no. The combobox works as designed for me, the owner of the database. When ...
|