| Thread | Last Post | Replies |
|
| Hiding Database Window | 30 Aug 2005 03:06 GMT | 7 |
I have read the posts on how to hide the database window through the startup tools options. However, when I uncheck show database window, it only minimizes it, a user can still maximize it and see it. Is there some way to make it totally not visible (unless the admin user holds ...
|
| Possible to Add Horizontal Line to Embedded Graph via VBA? | 29 Aug 2005 23:42 GMT | 5 |
We have an Access 2000 database (don't leave yet!) with a report that is basically just an embedded (OLE) graph object. It is a simple line graph, based on an Access pivot query, showing three lines (series) with numerous data points.
|
| incrementing records in linked parent/child (main/subform) situati | 29 Aug 2005 23:08 GMT | 24 |
have a pair of linked (parent and child) forms; the child is I guess what you’d call the subform. They are linked by LN, FN, MI, MR_Number, IRB Number, where the first three fields record the last name, first name and middle initial of each patient.
|
| Non code interrupting msgbox | 29 Aug 2005 22:15 GMT | 6 |
Does anyone know if there is a way to display a message to a db user that will not halt the code from running until the user dismisses the message as the regular message box does? Some back ground, I've built in my application the ability to shut it down
|
| Setting values | 29 Aug 2005 22:12 GMT | 4 |
Here is the code Private Sub Form_Close() MsgBox (Me.Subform1_Sel.Value) MsgBox (Me.Subform1_Sel_Field.Value)
|
| Enabling subform | 29 Aug 2005 21:56 GMT | 2 |
Hi. I have a form that has 2 subforms, and based on values in the form I'd like one subform activated and the other grayed-out. The main form, Individuals, is a tabbed form, if that matters. I always hate to show my code, as it is usually very bad, but here goes:
|
| Need Help Event Procedure for OnClick Command Box | 29 Aug 2005 21:55 GMT | 7 |
I have to apologize for asking some real "simple answered" questions but I need more advise on this: I have a form with a new record button (user clicks on the button and an empty version (new record) of the form opens.) I want to double check that
|
| If field is changed other 4 fields are set to Null | 29 Aug 2005 21:50 GMT | 2 |
Just a little over my head with this project... I have a date field that has 4 quieres off it. One notification 25 days before date, one date of, one 31 days after, and one 45 days after. After the first notification is sent out the "First Notificatoin" field is updated
|
| SQL Problem: reserved word | 29 Aug 2005 21:43 GMT | 5 |
I am trying to programically insert this sql into a report's record source, but I the "enter parameter value: currency" dialogue appears. The sql works fine in a query. Currency is a reserved SQL word. Is this my problem? If it is, how do i overcome it when the field name is ...
|
| E-Mail | 29 Aug 2005 21:09 GMT | 1 |
Anyone know of a pager/email program tool made for access? I am presently using Outlook Express - giving me trouble. I have an access db with pager numbers and employee names, it would be nice if I had a paging control that I could add. Any ideas??
|
| Splitting a database | 29 Aug 2005 19:17 GMT | 3 |
I had seen in a previous post that there was a site that could give information on splitting a database and an update file that would create code to deploy an updated front end when it has a different version than the main front end. I am lost in one portion of the code, it is ...
|
| listbox date display | 29 Aug 2005 16:23 GMT | 2 |
Greetings. I have a form that has a listbox on it. The table it draws from stores dates as mmddyyyy. In the txtbox on the form I have the dates show as mm-dd-yyyy. How can I have the dates in the list box also show as they do on the form rather then the table? Here is the ...
|
| updating filtered duplicates | 29 Aug 2005 14:49 GMT | 2 |
I have a form that the users copy multiple items in datasheet view. When finished I do not let them exit untill they have fixed duplicates. They want to filter for the duplicates on the form then fix them. When I change my me.recordsource to a qry that gets a count of the records
|
| text formating | 29 Aug 2005 14:26 GMT | 1 |
I have a form that will xfer data to an email - this works perfectly... i would like to know how to do the following though: 1) bold [First Name] in the MessageText field (leave the rest unbolded) 2) increase the size of the font of all the fields in the MessageText -
|
| SQL statement no generating errors... | 29 Aug 2005 14:15 GMT | 4 |
I have some code that updates a record in a table. I am using an "on error" clause expecting that if there is no row to update, it would go through the "on error" routine and the code there then "inserts" the correct record into the table. However, obviously, updating a row that ...
|