| Thread | Last Post | Replies |
|
| Import outlook custom form fields data into access | 04 Aug 2004 23:29 GMT | 1 |
I have creatd a custom Outlook form with a few custom form fields. When completed the form is sent to me and goes into my Inbox. This works fine. Now Iam trying to write some code in Access to import l;oop though my inbox and pick up all the usesr defined field data
|
| How to sort records in a subform control? | 04 Aug 2004 23:07 GMT | 12 |
I have created two forms: frmBrowseNegsMainform and frmBrowseNegsSubform. I put a subform control on the first of these. The SourceObject property for the subform control is, of course, frmBrowseNegsSubform.
|
| Won't open Common Dialog Box using API call | 04 Aug 2004 22:39 GMT | 1 |
I'm trying to open the Common Dialog box to allow the user to navigate to a folder and select a file. The users are accessing the application on a single Citrix server, so the enviroment is the same for everyone. This function has been in place for several months and
|
| Trying To View JPEGS: Microsoft Access Doesn't Support The format of the file | 04 Aug 2004 22:22 GMT | 6 |
I have Access XP, and the following code which is supposed to assign a JPEG to an image control: Me.Image9.Picture = "F:\Pictures\CP775_SonyDSCP50\FingerRockNight_Resize.jpg"
|
| Open new instance of Word from mdb. | 04 Aug 2004 21:46 GMT | 4 |
Hi! I need help opening a Word document from within an Access 2000/XP mdb. I'm using Shell to open the document, but the Access code continues to run past the Shell statement. What I need is the ability to stop the code from executing until the
|
| Download | 04 Aug 2004 20:08 GMT | 3 |
Does anyone know where i can get a free download of access? Im desperate - but cannot afford the package. Regards Andy
|
| Clear Database | 04 Aug 2004 19:17 GMT | 2 |
I have a database that needs to be cleared (no records in it) once a week on a specific day. Is there some way to generate a command that will do this or some other way perhsps? Cheers
|
| text box visibility in report | 04 Aug 2004 18:33 GMT | 1 |
how can i make a text box in report not visible when the value is null. thnx in advance J.J.
|
| Adding Multiple records using Relational Tables | 04 Aug 2004 18:08 GMT | 1 |
I currently have 3 tables, Clients, Events and Event Status as follows: Clients: ClientID, Name, Address Events: EventID, Name, Date
|
| calculated form | 04 Aug 2004 17:39 GMT | 2 |
Friends, I have a table with a field named Initials which has its record source to another table named Initials. I would like to add on a form named Welcome two controls: A combo box, which displays the initials of all my database users and
|
| report+truncate | 04 Aug 2004 16:39 GMT | 1 |
I have in my report SUBTOTAL=Sum([AmountPaid]), then TAX=[SUBTOTAL]*0,22 and TOTAL=[SUBTOTAL]+[TAX] The SUBTOTAL is 6029,80. I sholud get the following values for TAX=1326,556 and for TOTAL=7356,356. I don't need the third decimal and the access
|
| elegant solution to many-to-many table/form problem | 04 Aug 2004 16:13 GMT | 3 |
once again apologies if I'm covering old ground. I've looked through lots of previous posts and tried some code but nothing works as yet. However, the problem must be a very common one so I'm slightly surprised there isn't more on this (unless I'm missing something -- if
|
| margins setup | 04 Aug 2004 14:58 GMT | 1 |
how can i change the margins of a page in access with VBA
|
| Tab control within another tab control | 04 Aug 2004 14:53 GMT | 5 |
I am creating a form with a tab control containing 10 tabs. and what I want to do is on only on of the tabs, I want a sub section of tabs. So what it ends up being is one main tab control with another tab control embedded into only one of the tab pages. The problem I am
|
| Switchboard? | 04 Aug 2004 13:55 GMT | 5 |
Someone told me in order to make a front end search on an access database, I would need these switchboard macros, how do I do this? Is it possible to do something like this with Access 2000, or do I need a more recent edition? HELP!
|