| Thread | Last Post | Replies |
|
| Calculation Help Needed | 18 Mar 2006 01:25 GMT | 3 |
I have a querie that needs to use multiple calculations (...I think...) Fields: TransID TransDate
|
| Access default menu missing | 18 Mar 2006 01:03 GMT | 2 |
My default menu in Access 2003 is completely missing. I've tried reset the toolbars and programatically enumerating all the toolbars/menus in order to revive it. I've also tried reinstalling Access on the PC and just cannot get the default menu to return.
|
| Very odd new error message in A2K3 app | 17 Mar 2006 21:57 GMT | 5 |
We have a user who is suddenly getting the following error message when they start our very mature application. Other users of the same version are NOT getting this error: "Error 3075 - Function is not available in expressions in query
|
| Datasheet view Subform Totals | 17 Mar 2006 21:29 GMT | 7 |
First a quick background on the form: I have a form that is normally viewed in Single form mode. It has a subform on it that is in datasheet view. The main form is for work orders and the subform is for parts used on the work order. On the main
|
| Adding in an "All" option in a combo Box | 17 Mar 2006 21:21 GMT | 6 |
I first read about this in mvps.org, but the code he gives doesn't seem to work for my form. I"ll post my code below. I'd love it if someone could point out the error in my code. BTW, this is my very first time here and I will look forward to sifting through all of the posts and
|
| Leading Zero in Report | 17 Mar 2006 21:19 GMT | 5 |
I have a database that allows the user to input a department code and get all the employees within the department. The table is generated from another script that places the numeric code as a text field, which is fine.
|
| Is there a developers kit for A2003? | 17 Mar 2006 19:44 GMT | 10 |
What is the name of the version to create run-time's for Access? I don't know where it's located at the MS web site. Do you have any idea what the MS model number is? Do you need to Office as well as the developers kid or is the kit include office too?
|
| ADP Project gives error when using the filter by selection option on a stored procedure | 17 Mar 2006 19:09 GMT | 1 |
I have a funny issue. I have a stored procedure that opens up as a datasheet. User can use the filter by selection option in Access to filter records. For some reson, some of the columns cannot get filtered. I get an error "Cannot apply filter on one or more fields
|
| Can anyone give us a clue about this Access error? | 17 Mar 2006 19:01 GMT | 2 |
We have a user who is suddenly getting the following error message when they start our very mature application. Other users of the same version are NOT getting this error: "Error 3075 - Function is not available in expressions in query
|
| ODBC parameters and system resources | 17 Mar 2006 16:22 GMT | 1 |
I cannot make sense of the ODBC error messages my VBA application throws at me. I connect to an Access database of about 500MB in size. First, there is the "Not enough space on temporary disk". This happens when I insert many rows to my Access database. If I increase the ODBC
|
| is null not working for date/time | 17 Mar 2006 14:04 GMT | 4 |
I have a Access 97 query that has in its where clause: And ((tbl_01_LoanData.PayOffDate) Is Null) Upon execution, all records returned have no PayOffDate except 1. When I include PayOffDate in the select list one record shows a date of
|
| Download file from full URL with VBA? | 17 Mar 2006 13:55 GMT | 1 |
is it possible to download files from web site, if list of files is given as full URL, for example: http://www.somewebsite.com/file01.jpg Thank you!
|
| DatePart not returning name of month correctly | 17 Mar 2006 13:41 GMT | 2 |
I am using the DatePart funtion in a query to extract the day, month and year in separate fields in a query. The function works fine but I am only getting a number for the month even if the field type is a long date and the month is stored in the table. I tried the following to try
|
| option button required code needed | 17 Mar 2006 12:53 GMT | 1 |
In my form I have an option group with 3 option buttons. My form is tied to a table. the options are Temp, Permanent and Overtime. I have these inside a frame. I have an AddRecord button to enter the data into the table. After the record is Added the option buttons are
|
| wildcards are driving me nuts! | 17 Mar 2006 10:53 GMT | 6 |
I've got a form in datasheet mode. Access 2002, English language. Windows XP in German language. This form gets it's data from an Oracle View. I've got a field 'text' on my form, the field's contents looks like
|