| Thread | Last Post | Replies |
|
| setting value of unboud check box | 15 Aug 2005 21:40 GMT | 3 |
I have a form that is bound by a query. The query joins two tables. One table is not updatable and the other is. One of the on the form is a shipping indicator (Yes/No Field). The problem is that shipping indicator is not updatable on the form. How can I accomplish allowing ...
|
| Why close a Recordset? | 15 Aug 2005 18:52 GMT | 8 |
Why do we need to close a recordset used by code into a procedure, since a variable declared into a procedure has a life time of the procedure, therefore it doesn't exist anymore in the memory.. does it? Thanks for any good clarifications!
|
| Replace password with **** | 15 Aug 2005 16:55 GMT | 5 |
I have an input box which requests a password to open an administrator menu page. Currently when asked to input the password, the actual password appears. I would like to be able to see ****** instead of the actual password being typed.
|
| Navigation buttons - subform | 15 Aug 2005 16:12 GMT | 5 |
I have a subform based on a filtered query within my main form. I would like to remove the display of the navigation buttons at the bottom of the subform. I have determined that if I wanted to do this for the main form I would change the property navigation button to No but this ...
|
| Where does this code go wrong? | 15 Aug 2005 16:11 GMT | 3 |
I have a main form with a subform. Each has its own table. They are not linked. My aim is to stop at each subform record and run MakeChanges(), which processes all the records in the main form table. My immediate problem is that when intTick = 2 and MakeChanges() starts its
|
| Place contect of clipboard into a form field | 15 Aug 2005 15:54 GMT | 2 |
Is it possible for me to place the content of the clipboard into a field on a form using code behind that form. What I'm trying to accomplish is an automatic paste into a field when the form gains focus.
|
| Conditional Format records in continuous form | 15 Aug 2005 14:45 GMT | 2 |
I have a continuous form that displays records that will be in various status. I would like to somehow highlight records that are in various status. eg Hightlight red those recs that are in status 1, Blue for those in status 2 etc.
|
| Detect If Subform Is Dirty From Main Form | 15 Aug 2005 14:29 GMT | 4 |
Access 2003/WinXP How do I detect whether a subform is Dirty from the main form? I've tried the following: Forms("subformname").Dirty --> Error: Access cannot find the form
|
| IIf statement on a report control source | 15 Aug 2005 14:01 GMT | 2 |
I am attempting to create a case on a report, dependant on a check box. Basically, it will output a prefix to a part number only if the appropriate checkbox is checked. The first part works, but it fails if the check box is not checked. Any ideas?
|
| Leban's Coloured Tabs (Tabsver7), use more colours | 15 Aug 2005 13:43 GMT | 1 |
For example, I changed the Tag.property.value of the tag 'december' to '15567984' The colour of the Tabpage will be changed correctly, but the color of the Tabbutton
|
| Need a way to show a work in a form after verify the status in a T | 15 Aug 2005 13:37 GMT | 3 |
I had a table with a list of check. That table has a yes/no field attach to a check box in a form. The check box is to specify if the transaction(check) was cashed by the bank. I want to add a field in a different form for serching purposes to show a
|
| BackEnd Question | 15 Aug 2005 12:57 GMT | 16 |
I need a way to keep people from opening the backend database files except when they use the frontend. I have a split system that works fine, the database are connected via mapped drive from each pc(no server software here).
|
| Tab Order in Subforms | 15 Aug 2005 11:28 GMT | 4 |
I have two subforms on one form. One being the Parent of the other. When I tab through the Parent subform I would like the focus to move to the child subform after I tab from the current record on the Parent subform. What is happening is the focus will tab down through all the ...
|
| Removing data recursively | 15 Aug 2005 08:27 GMT | 3 |
On an Access database, I would like to recursively remove all data for each table. Some of the tables are linked with relationships. If it possible to write a procedure to remove all data for each table while ignoring their established relationship? If so, would I go about it?
|
| Eval function | 15 Aug 2005 06:09 GMT | 5 |
I have a popup form I'd like to potentially call from more than one place. So I'm trying to pass it the path to the calling subform and have it set a control value on the calling form when it is closed. So what I have is this:
|