| Thread | Last Post | Replies |
|
| Limit ability to resize grid columns | 12 Aug 2005 18:10 GMT | 2 |
I need to have the grid subform that I placed not have the abilty to resize either vertically or horizonally. Thanks in advance.
|
| Desparate-Need Assistance with Images in Forms | 12 Aug 2005 15:56 GMT | 8 |
Hello, I am working with Ken Getz's saving images in external files and have been moderately successful getting it to work. My problem lies in trying to get the image to attach to the path on a form or a report. I can get the image to view on the initial attachment when I go to ...
|
| Basis Question | 12 Aug 2005 15:41 GMT | 4 |
In short; I have a table in my database that is not related to any other table(s). I would like to pull data into a form from that table. That table is not part of the form query. Can I use the Dlookup function for this?
|
| open form multiple criteria | 12 Aug 2005 15:33 GMT | 3 |
I need help with the syntax of a Docmd.openform procedure I want to open a form with 3 criteria I am able to open it with 1 criterion at the time , but I can't get the syntax right for concatenating the 3
|
| open to same record as when form was closed last | 12 Aug 2005 14:42 GMT | 6 |
When I close my form I have a code to save to a table, the last record I looked at - that one works fine- but when I want to open the form again. It doesn't open to that record. help please? My code is:
|
| Using Dlookup to format reports | 12 Aug 2005 14:26 GMT | 3 |
I'm trying to use some dlookups on the onFormat event of the detail section of my report to hide certain parts of the report on a record-by-record basis. The dlookup always seems to return NULL even when the item exists. Dim test As Variant
|
| Can't make mde-file | 12 Aug 2005 14:01 GMT | 2 |
When trying to produce an mde file out of a mbd-file I get the error-message "MS Access can not make an MDE file". I have made sure the database is compiled, I have used the Repair utility and even created a new database and imported all the object from the old
|
| AllowEdits=False, but want a few cmd buttons to function | 12 Aug 2005 14:00 GMT | 2 |
I have a cmd button that switches between Me.AllowEdits being true an false. When its false, nothing is editable, which is a good thing, bu I can also no longer use one of my command buttons that changes th access window's size and position. I will click it and it will do non
|
| Value from combo box in message box | 12 Aug 2005 13:48 GMT | 3 |
Below you will find my code. On my Parent form I have a CmdButton that opens a report. What I have so far works, But I would like for the value chosen from a CboBox in my subform to show up as well. All I can get is the ID Number "AutoNumber"
|
| Add reference from file | 12 Aug 2005 12:41 GMT | 1 |
I programatically add references from file at startup, and I just wonder if it's necessary to restart Access after they're added? My clients uses Access 2000, Access 2000 Runtime and Access 2003. Bjarne
|
| Date entry | 12 Aug 2005 05:55 GMT | 1 |
I have been trying to create a form that would have a date box above a persons name. The problem is that i want the current date to be entered as soon as i enter a persons name. I already have the current date to be entered as soon as i go to the next entry page, but i want it ...
|
| keep tables in a separate db? | 12 Aug 2005 05:52 GMT | 1 |
I tried to post this in .tabledesigns, but I could not get a "NEW QUESTION" form to pop up, so I posted this here. I have maybe 30 forms and queries in a DB with a dozen tables on a laptop. I would like to try taking only the dozen tables out of this DB and place
|
| Storing an OCX in a table then registering it | 12 Aug 2005 04:35 GMT | 4 |
I am using the Microsoft Common dialog control v6.0 in a database (COMDLG32.ocx) and have found that some users do not have this OCX file on their PC so I have to copy it to \windows\system32 then run regsvr32 to register it.....I would like to automate this within the app.
|
| Updating sub form | 12 Aug 2005 04:03 GMT | 1 |
I am using Access 2002 and in my form I have a combo box the control source is a text called reviewedtype. The combo box look up the values from a separtate table (TypeA). I have a command button next to the combo box when the user press the button a subform will appear, which ...
|
| Rollback Save Operation... | 12 Aug 2005 03:23 GMT | 2 |
Hello... I am frustrated... I have a form that I am using to enter in client information. If for some reason that the person entering in the data clicks "close" the record is stilled saved regardless if the person clicked the
|