| Thread | Last Post | Replies |
|
| DCount and NZ | 29 Jul 2005 20:04 GMT | 6 |
I tried both of these expressions to get a 0 when there are no records...neither works. Any suggestions? =NZ(DCount([SalesID],"UnPaidChxQ"),0) Text10=NZ(DCount([SalesID],"UnPaidChxQ"),0)
|
| Code to refer to the caption of a label bound to a control | 29 Jul 2005 19:19 GMT | 2 |
I use controls’ tag property and BeforeUpdate code to validate missing data on a form. How can I edit the MsgBox below to show the caption of the label that’s bound to the control, instead the name of the control (ctl.Name) that’s currently used? Thanks. - Kurt
|
| "Variable Not Defined" | 29 Jul 2005 18:06 GMT | 6 |
I've been shoehorning some objects from a sample "Images in Access" mdb into one of my mdbs, both Access 97 and mostly successfully. But when I use a certain form as a subform in my mdb and run it, I get a Compile Error: "Variable Not Defined" message. This does not occur when the ...
|
| Root Drive | 29 Jul 2005 17:46 GMT | 1 |
How would you use object.RootDrive I am trying to determine what drive a specific file is installed on.
|
| Changing back color of subforms when main form is in Data Entry mo | 29 Jul 2005 16:45 GMT | 2 |
My purpose is to give the user an unmistakable sign when they have opened a form in Data Entry mode by changing the back color of the form and all subforms. Rather than hard coding the name of each subform, I would like to loop through the controls of the main form and if they ...
|
| Create auto Invoices Numbers | 29 Jul 2005 16:04 GMT | 4 |
On my customers form I have a comand button that opens another form for the orders. how can I auto creat invoice numbers for each order? I tried seting the default on the [table.invoice#] to 1000+1 and that works if I only place 1 order per customer. I think it would be better in ...
|
| Checking size of a file on disk | 29 Jul 2005 14:47 GMT | 3 |
Hi -experimenting with FTP/Download of files using Access - i've been able to get the FTP.exe working but i'm using txtboxes to capture the filename,username,password, etc. and it is possible to download an empty file from the FTP server, if
|
| HELP: Populating a TextBox from a ListBox | 29 Jul 2005 14:39 GMT | 1 |
How do I code a button's OnClick command that will populate a TextBox with a highlighted item from a ListBox?
|
| Creating Product Activation... | 29 Jul 2005 14:28 GMT | 1 |
I am creating an application in Microsoft Access 2000. I want the users to have to enter in a product code in order to use the application. Is there some type of built in function to accomplish this? If not, has anyone done something similar? If so, how may I implement this ...
|
| Repost: Access97 Third Party Spell Checker | 29 Jul 2005 14:17 GMT | 1 |
I have posted this before. However, I am yet to find an answer to it. Is there any product that will allow me to spell check Access 97 memo fields and possibly other fields in an application? Is it possible to try the product before I buy it? Any help in this matter is highly ...
|
| Can you apply a filter to a list box | 29 Jul 2005 14:10 GMT | 1 |
I am using a filter to find all the records where Project Type = Asbestos Survey. However, iv made the field into a list box, as i understand that if somebody incorrectly spelt Asbestos for example, it would not display in the form.
|
| Linking to Advantage database | 29 Jul 2005 14:09 GMT | 1 |
Hi; I am trying to, in code, link to an Advantage database using Access 2003. I try to setup a current connection along the lines of: With CurrConect
|
| Suppressing delete warning | 29 Jul 2005 13:09 GMT | 2 |
On my form I have a button, which runs code to delete records from a temporary table: DoCmd.RunSQL "DELETE myTMPtable.* FROM myTMPtable" Is it possible to programmatically suppress the delete warning?
|
| SetFocus and Comments Box Behavior | 29 Jul 2005 12:47 GMT | 2 |
I am developing a form with page breaks & subforms and am trying to do the following: In a subform, I have a comments box. When the user checks the "Other" check box, I have the comments field highlighted & move the focus to the comments
|
| Got a TabControl. Add a page. Now create a new control and glue it to the page | 29 Jul 2005 11:39 GMT | 5 |
Access forms coding: Ogle this sample code from threads of yore: Public Sub NewTab() Dim newpage As Page
|