| Thread | Last Post | Replies |
|
| Calculated fields | 11 Jul 2005 13:14 GMT | 1 |
This one's pretty basic, but I really need help. I have two tables, one with customer information and another which looks up prices depending upon size in united inches. It works fine if I input the united inches value in the form, but if it
|
| getting the name of the current field on a form | 11 Jul 2005 12:51 GMT | 2 |
Im using abbreviated field names on a form to optimise space, but would like to display for example, the status bar text of the control, onto the form header, when the control has the focus. I'm trying to use the screen.activecontrol, with the oncurrent event, but am
|
| SQL to query value from field of current record only | 11 Jul 2005 12:31 GMT | 2 |
I am hoping you can help me. I am using MS Access 2000 for this. Here is the scenario: I have two tables: tblMain
|
| Programatically Get A List Of Subfolders | 11 Jul 2005 08:26 GMT | 9 |
How do you programatically get a list of subfolders in a folder? Thanks! Tom
|
| How to extract OLE Object (Bitmap Image) to file system? | 11 Jul 2005 04:57 GMT | 2 |
I have a table that contains a bunch of pictures. When the user selects a particular image in a form, I need a way to extract the selected bitmap image (stored in an OLE Object table field) to the file system so the user can do stuff with "somePicture.bmp", for example.
|
| Question on Access 2000 Report Design | 11 Jul 2005 03:27 GMT | 3 |
Is it possible to use two different tables with the Report Design Wizard? My report requires data from two different tables and I can't figure out how to get the wizard to accept the second one. Also, my report uses a bunch of fields which I then rearrange so that
|
| What's wrong with this get last day of month function? | 11 Jul 2005 03:21 GMT | 7 |
Public Function GetLastDayOfMonth(ByVal dtDay As Date) As Date '************************************************************************** ' Accepts a date. Determines month & year of the date. Returns ' the date of the last day of that month (in the same year)
|
| Report Error: Multi-Level GROUP BY clause is not allowed in a subquery | 11 Jul 2005 03:11 GMT | 1 |
A2003. I am getting this error message when I try to set a report's recordsource to an SQL statement or a saved querydef that uses sub-queries. I've debug.printed the SQL, and run it as a stand alone query, as a rowsource for a list box and as a recordsource for a form. There's ...
|
| Access vs. SQL for audit trail of record changes? | 11 Jul 2005 02:40 GMT | 13 |
I've been playing with Allen Browne's audit code and found it very useful. I need to track record insertions, deletions, and edits for several tables. I am planning to replace Access with Microsoft SQL server for my back end, but continue to use Access for the front end.
|
| Image viewer controllable by Access via OLE Automation? | 11 Jul 2005 02:20 GMT | 2 |
Before I go on, let me just say I'm fairly new at this so excuse me if I say the wrong thing or use the wrong term. Anyway, what I am trying to do is to set up something where I can have a database of images and associated details. I want to run the system on a
|
| Poll: How many of you feel inconvenienced by inability to use dbl-click to select a string in A97? | 11 Jul 2005 01:03 GMT | 10 |
A97 incorporates a new twist on the use of db-clik. If you use A97, you know what I mean. Maybe it deserves explanation... Let's say you have a macro and you open it to browse. Lets say it has an OpenQuery action in it and the query name is
|
| Example of an access update query | 11 Jul 2005 00:51 GMT | 1 |
Could someone please show me how to write an update to: Set the daily.Expense field to the total of the transactions.amount field where transDate = #07/05/04#? I have tried this with the query builder or wizard and it says my
|
| 6 digit Date Format | 11 Jul 2005 00:47 GMT | 1 |
I have a report that shows a date along with many other fields, I am trying to keep this date field as small as possible to make room for other fields so I want it to be a 6 digit date. My problem is that Windows default Short Date uses 8 digits not 6 so when I
|
| Amateur would like code critique | 11 Jul 2005 00:34 GMT | 4 |
I'm strictly an amteur. Self taught via the help files. Here is an example of a DB I've done. It is quite simple to some of the ones I do for my workplace, but it is an example of the way i work. I have received enormous help from this NG over the years, and I was wondering if
|
| Dynamic Choice - Print or Preview | 11 Jul 2005 00:20 GMT | 3 |
I'm trying to set an (within options table, tblOptions) a setting that can be read, whehter all reports should be printed or previewed. I'm happy to email a sample db if required. When I use the setting I get a Run-time error '13' Type mismatch!!
|