| Thread | Last Post | Replies |
|
| Why is sorting in the database view bad? (Form Properties > Datasheet View) | 27 Oct 2005 01:54 GMT | 2 |
Why would one not want to sort records in a form using Form Properties
> Datasheet View > Sort Ascending? It's the fastest way, isn't it?
|
| Finding the true binary structure and contents of MS-Access files | 27 Oct 2005 01:53 GMT | 9 |
Hello world; I have two questions with respect to MSAccess database files (*.mdb and assorted helper files): 1) Is there documentation (presumably imperfect, achieved by
|
| Help with Expression Builder | 27 Oct 2005 01:15 GMT | 1 |
I'm trying to build a simple report. It will show debtors, budgeted amounts and how much was actually paid to those debtors. I've tried using the expression builder, though I've never used it before I somehow believe I know how, apparently not! I chose the location of where the ...
|
| DoCmd.PrintOut .... Doesn't | 27 Oct 2005 01:02 GMT | 2 |
Question about DoCmd.PrintOut in A97. I have a form on which all the controls are unbound. There is a large textbox that the user can type stuff in and a couple labels. I am trying to code a Print button to simply print out the form.
|
| License Required to use this ActiveX Control ? | 27 Oct 2005 00:16 GMT | 2 |
I tried to add the "Microsoft Common Dialog Control, version 6.0" (also known as COMDLG32.OCX) to an Access97 application I am developing and received error "You Don't Have a License to use this ActiveX Control". I Googled around and the closest thing I could find only applies to
|
| "Jet engine" error in A2000 | 26 Oct 2005 23:43 GMT | 4 |
(new to access / databases) I have just installed MS Access 2000 on an XP Sp2 based PC. Each time I try to create a new database or project I get a series of error messages.
|
| Problem with Totals on Sub Forms and Main Forms | 26 Oct 2005 22:03 GMT | 1 |
I have an access data project (MS-SQL Svr 2000 backend and MS-Access 2003 Front End) that has a sub-form based on a query view. On the sub form I have several column's in which I have a running total on the sub-form footer. This part works fine.
|
| Need to increment a non-standard number | 26 Oct 2005 19:41 GMT | 1 |
I have a field in a table that needs to be automatically incremented but the number is non-standard. There is already existing data in the table but for future records, I need a certain number and it's increment to appear.
|
| Deselect a Radio Button at Lotus Note | 26 Oct 2005 17:31 GMT | 6 |
I have 2 fields with Radio button Data Type, and both fields with more than one options. On Field1, I want the user to select option1, then Field2 is shown and able to select. If the user selects Option2, then Field2 is not shown.
|
| Date Format Issue | 26 Oct 2005 15:59 GMT | 2 |
I have a problem with the date format of one particular date field. I want it to use the english UK/australian date format ie 26/10/05 and not the U.S. format of 10/26/05. For some strange reason, other date fields are fine... I've checked the
|
| Error message when opening a database | 26 Oct 2005 14:55 GMT | 4 |
I am running a database on a file server from a pc operating Windows XP Pro. MS Office 2003 is used. When I open the database, below error message appears. The expression On Click you entered as the event property setting produced
|
| ADP database name? | 26 Oct 2005 14:39 GMT | 2 |
Is there a way to programatically retrieve the current .adp file name from within an Access data project without DAO? I know if I referenced DAO I could simply use CurrentDb.Name for this, but is there a way to get this information using the Application object or some other means?
|
| Class with custom event as subform wrapper | 26 Oct 2005 14:36 GMT | 3 |
I am trying to figure out how to use a class with a custom event as a wrapper for a subform so that I can automatically trigger things to happen on the parent form when the custom event is raised. I am new to custom events, so please bear with me...
|
| A97 - Experimenting with Nz - getting return values that are strings rather than numbers??? | 26 Oct 2005 13:57 GMT | 37 |
For example: Nz([LaborCost],0) returns "300" if the value in [LaborCost] field is 300 (currency data type) and "0" if the value is zero or null. I get strings in the query output - they are all left aligned and I cannot add them without first converting them to
|
| Creating a unique number from a text string | 26 Oct 2005 13:15 GMT | 3 |
I am trying to create a registration system in which a unique text string accessible in a table of the program is turned into a unique number which will be matched with a number sent to the customer to type into the program to reregister it. The idea is that this key will not ...
|