| Thread | Last Post | Replies |
|
| exif data from jpg's | 21 Nov 2007 13:21 GMT | 6 |
Can someone please enlighten me on how to retrieve exif data from jpg's using vba? My app reads job photos and their path from a specified folder and adds the file and path data to a photos table where the user can add captions etc. The app also creates a copy of each photo much ...
|
| get response from command button | 21 Nov 2007 10:05 GMT | 1 |
Hi - I am trying to run a report with the function below. I wish to open the form 'frm_Trade_Param' to select some query filters and then run the report. Basically I wish to get a response from this form and continue my code as follows;
|
| Birthdays this month | 21 Nov 2007 02:39 GMT | 7 |
Hi, i have a form (frmbirthdays) with a combo box (cboMonth) with months of the year starting at January, February etc. I have a subform (subfrmBirthdays) with following fileds; client name, gender, Client_DoB, Current Age, Happy Birthday.
|
| Autocomplete in Access | 21 Nov 2007 02:28 GMT | 7 |
using Microsoft Access 2003 to create a large database that has lots of different text field values. In these cells, the information I need to type often repeats in separate fields. In Excel, there is an Autocomplete option that automatically fills in text that appears to be ...
|
| DateDiff | 21 Nov 2007 01:40 GMT | 5 |
Is there a way to calclate business dates between two dates without counting weekends or holidays? Ir eally don't want to have to update a table every year if possible. Thanks,
|
| find files on hard drive from a list field | 21 Nov 2007 01:17 GMT | 3 |
I have a need to move (or copy) certain files on my hard drive in a particular folder into another folder. Not all files in that folder will be moved/copied. I want to have only those files whose name is listed in a field in a table moved. I know can do this one record at a ...
|
| Rotate Tab Control | 21 Nov 2007 00:31 GMT | 3 |
Is there any way to rotate or otherwise change orientation of a tab control so that it's tabs appear on the left side rather than across the top? I've looked in several forumns with no luck. Thanks in advance
|
| Show me function | 21 Nov 2007 00:04 GMT | 2 |
How do I turn on the "Show me" function that Ouactrl.ocx update disabled?
 Signature Thank you, Del
|
| how to loop through all tables in an Access dataset | 20 Nov 2007 21:27 GMT | 6 |
Can anybody show me how to loop through all tables in a Access dataset? The object model for Access seems to be harder to understand than that for Excel, why is that? Thanks!!!
|
| Visible = True Vs Visble = False | 20 Nov 2007 20:42 GMT | 14 |
I have a report which returns a series of records for which I wish to suppress the duplicate values for a few fields. The "Hide Duplicate" attribute will only hide the duplicates on a single page of the report. I which to hide all duplicates for like values throughout the ...
|
| MS-Access - File Import Specifications... | 20 Nov 2007 20:38 GMT | 1 |
I have a rather large (2300 byte) file layout of Billing Data that I need to import into Access, field by field. The definition of this file exists in a Cobol Copybook. Assuming that the Copybook can be translated correctly into a form that represents the import wizard, can you ...
|
| When all records in a subform combo box are a certain value, flag. | 20 Nov 2007 19:54 GMT | 4 |
I have a form named EMAIL and on it is a subform named PURCHASE ORDERS. Each EMAIL has several PURCHASE ORDERS. On the PURCHASE ORDER subform, there is a drop down box that indicates Pending or Completed. I want to program this so that when all PURCHASE ORDERS are set to ...
|
| Help- Calling an ILX Excel function in Access | 20 Nov 2007 19:21 GMT | 1 |
I am trying to call an ILX function (i.e. =ILX|Q!'ONFD-GA,BID') in an Access Form. In Excel, this function pulls live data from a financial server (Thompson TradeWeb) and gives the current quote. I am attempting to move information to Access and was wondering if it is possible to ...
|
| Combo box based on anothr combo box | 20 Nov 2007 17:08 GMT | 2 |
i'm trying to generate a combo box list based on the selection of another combo box. I aslo need to requery the second combo box once a selection is made in the first combo box. the select query in the row source of the second combo box is the following:
|
| no option selected | 20 Nov 2007 16:16 GMT | 9 |
I have two option btns in an option group. When the form opens I want neither selected. What property controls that? is it a frame property or a property of each btn? I'm using Access 2007, but it must be the same for earlier versions...maybe!
|