| Thread | Last Post | Replies |
|
| saving data from switchboard | 01 Jun 2006 19:29 GMT | 2 |
i have a switchboard that have already been built,my goal is to open the same form with diffrect data(diffrent queries) depending on the button that pressed the buttons are connected to a switchboad table and some of them are
|
| Slow network on connection | 01 Jun 2006 18:18 GMT | 6 |
When I start my program that accesses data from my server all works great until someone else is also accessing the same data, then the program takes 3 minutes to load. Why is this?.
|
| How do I remove existing doc. in Works?? | 01 Jun 2006 18:16 GMT | 1 |
I am not using some of the existing doc. in microsoft works, how do I remove them??
|
| Combo boxes in a form | 01 Jun 2006 18:00 GMT | 3 |
I have 3 combo boxes in a form. The first combo box is a "yes" or "no" value list option. The second combo box has a value list with four choices but I only want those four choices to show if the first combo box has "yes" select if not it would be blank. The third combo box is a ...
|
| Calculated Hyperlink | 01 Jun 2006 17:16 GMT | 2 |
It appears as though a "calculated" hyperlink does not work in forms. For example, I have a document name in a hyperlink field within a table. As long as this document name is fully qualified (full path name) it works. However, if I have a textbox with properties set to ...
|
| Hide textboxes if checkbox selected | 01 Jun 2006 16:31 GMT | 4 |
My form has a check box for Coin and one for Currency. When you click the check box for coin, I would like it to hide the currency denomination textbox. When you check the box for currency, I would like it to hide all of the coin textboxes.
|
| Help with IIf statement | 01 Jun 2006 16:25 GMT | 9 |
I thought I had cracked if statements but I'm getting a syntax error with this = IIf ( [tblInstitution1]![txtInstitution] isNull," [tblInstitution1]![txtInitial]" & " " & "[tblInstitution1]![txtlastname]" ,
|
| Option Group problem with macro | 01 Jun 2006 15:31 GMT | 2 |
I have a form which has an option group. This is the where condition of the macro of a choice on the option group =[tbldocument]![txtExpirydate] Between [Forms]![frmreports]![txtfromdate] And [Forms]![frmreports]![txttodate]
|
| Fetch Records, limited | 01 Jun 2006 15:24 GMT | 2 |
I have a Master/Detail form. As the database grows my Form becames slowly as I navigate throught the records. Doesn't happen if I open directly the table master and the details.
|
| Toolbar | 01 Jun 2006 15:17 GMT | 3 |
I added Mail Recipient under File on my toolbar. However, it looks as though it is only available to me. When other users log in the Mail Recipient option is not available. How can I get this available for all users?
|
| listbox multi select | 01 Jun 2006 14:59 GMT | 1 |
I have read some of the other posts and it seems there is no option to enable multi-select of dropdown menus on forms, or it's a bad idea as it results in having multiple values in one field. I would, however, love to be able to do this. I am using access to
|
| lookup number single data type in access | 01 Jun 2006 14:54 GMT | 1 |
I have created numeric field size - single format fixed, decimal 3 with some of the values eg. 9001.121, 9001.122. 9001.123 etc. When I look up this field as a foreign key from other table, all the above values are displayed as 9001.12. With a limit to list option I am unble to ...
|
| Order Entry | 01 Jun 2006 14:04 GMT | 3 |
I have a basic Order Entry form, where the line items are in a one to many relationship with a header. The subform is based on an "order details" subform, basically identical to the form in the Norhtwind database. The Product ID field on the subform, looks up the product from a ...
|
| Cannot add record in subform | 01 Jun 2006 13:38 GMT | 3 |
Hi, folks. I have a main form linked to a subform, and I'm unable to add or modify records in the subform. I don't get any error messages; there's no "*" button on the subform to add a new record, and I can't edit any existing records.
|
| Rounding Down | 01 Jun 2006 08:52 GMT | 1 |
I have a form which calulates and shows my VAT on each product and labour charge. The problem is when a value is equal to or above .5 ie 4.25 This is automatically changed to 4.26 which throws out my VAT by 1 every
|