| Thread | Last Post | Replies |
|
| random number | 06 May 2008 10:37 GMT | 1 |
i want to pull records based on random sorting. i want that each time when user asks for the report, the records are shown in different behaviour. how can i apply it in my access database using VBA?
|
| How to set up HTML in Body of Outlook programmatically. | 06 May 2008 09:51 GMT | 4 |
I can send vanilla text in the body of an Outlook message but I have no idea how to construct a HTML message with pictures. Any ideas?
|
| Concatenating Values | 06 May 2008 04:53 GMT | 5 |
I have a recordset that has multiple "CustID" values for a grouping. I want to concatenate the "CustID" values into a string. I can do this via code by opening the recordset and advancing through the records, creating a concatenated string and adding each string to a table.
|
| Loop Code | 06 May 2008 04:18 GMT | 3 |
I have the code below that would copy data from one table (rsSource) into another table (rsTarget). Is there a loop code that would enable me to do something like the following: Loop for N =1 till 40
|
| Outlook/Outlook Expresss Installed | 05 May 2008 22:57 GMT | 5 |
How can I determine whether or not Outlook or Outlook Express has been installed locally on a pc (VBA code)?
|
| Exclusive Lock msg on Database in Access 2007 | 05 May 2008 22:08 GMT | 3 |
How to deal with the message that Access requires an exclusive lock on the data base (for example when I come back to modify VBA code in a standard module)? The message says that the user, "admin" (which is me!) has done this? The file extension does not indicate that it is ...
|
| Auto Folder Identification | 05 May 2008 20:53 GMT | 3 |
We have 3 thousand vendor folders with 10 subfolders in each folder. Many of the subfolders are blank and need to be identified so we can aquire the information from that vendor to make the folder complete. Could a script or macro be created to identify the empty folders, either by ...
|
| Access Versions - why upgrade ? | 05 May 2008 20:28 GMT | 3 |
I'm currently using Access 2003 and quite satisfied with what I can get from it. I am just thinking if upgrading to Access 2007 will offer any improvements apart from the UI (from a programmer's point of view). Can somebody please tell me a few good reasons why I should upgrade, ...
|
| Outlook Automation - Defining Data Types | 05 May 2008 19:51 GMT | 2 |
I have a module that uses Outlook automation such that I need to define the following, Dim objOutlook As Outlook.Application Dim objOutlookMsg As Outlook.MailItem
|
| How to get a DLookup control updated in a Group Header? | 05 May 2008 17:17 GMT | 1 |
I have a report in Access 2007 with Grouping on BungalowNo and I am trying to display the Name related to BungalowNo in the Group Header using DLookup. However as the BungalowNo changes, the Name does not change. How can I get the looked up value to change as the group value ...
|
| Showing Records - Sql Question | 05 May 2008 15:42 GMT | 6 |
Can somebody please show me how to do this ? I'm using Access 2003 (mdb). I've two tables 'tblCustomers' and 'tblAccounts', which have Many-To-Many relationship, ie one customer can have many accounts and an account can be linked to many customers.
|
| Macro or Code? | 05 May 2008 14:27 GMT | 3 |
Can someone please tell me the best way to accomplish the following: I have a subtable with fields (Department, Job Title, Date In, Date Out, and a Service Time field that automatically computes the weeks between the Date In and Date Out fields). If the Date Out field is Null, ...
|
| Count within class | 05 May 2008 13:54 GMT | 3 |
I have a access table with a mere two vairables one uniqly identifies the individual and the other identifies the group i.e: John Doe Alpha John Roe Alpha
|
| Backup Linked BE Tables | 05 May 2008 05:23 GMT | 2 |
I have my database split into a FrontEnd (FE) containing all the modules, forms, queries, etc., and a BackEnd (BE) containing all the tables. The BE is linked. I am trying to write some VB code that will automatically back up the BE when the user is running the application. ...
|
| Odd String Behavior with '>' | 05 May 2008 04:03 GMT | 1 |
Can someone explain this to me? I sure hope this isn't something obvious.... I have a VBA statement: strWhere = "" strWhere = strWhere & "((BAND([Availability],1)) > 0 )"
|