| Thread | Last Post | Replies |
|
| Plugging a primary key into a foreign key field of another table | 26 Aug 2005 15:24 GMT | 5 |
What I have is this, I have three tables and forms; (1) the main table behind the parent form, (2) the secondary table behind first level a child form (embedded) set to "Continuous Forms" taking it foreign key value from the main (Parent) form primary key. Now the (3) third ...
|
| Application Window | 26 Aug 2005 14:46 GMT | 7 |
Is there any way to disable the main Access Application Window ability to be resized? I have the application window automatically sized to a form when the database is opened, and do not want the users to be able to stretch the application window.
|
| Invalid Argument | 26 Aug 2005 14:33 GMT | 2 |
When I click on a toggle button on a form I get an Invalid Argument error. I've read through the other posts and tried some of the suggestions, such as compact & repair and importing to a new db. However, none of these have worked. The worst thing about this is, is that it ...
|
| Read data from several excel workbooks | 26 Aug 2005 11:31 GMT | 4 |
I have a folder named c:\wrkbookcollection I need to read the contents of one cell in all the workbooks in that folder and write those contents to a table in my database. I have used automation before, but am not sure how to collect the list of workbook names in that
|
| variable height listbox | 26 Aug 2005 10:40 GMT | 7 |
On my reports I usually set text boxes to a nominal height (depending on font-size) and use the 'can grow' property to accommodate several lines of text as required. I also have a list-box on the report and am having trouble achieving the same effect. I can't find a 'can grow' ...
|
| Converting VB6 to Access VBA | 26 Aug 2005 07:15 GMT | 3 |
Hi does anyone know anything converting a VB6 applet into a Access VBA project? Tips, tricks converters anything of the sort? Thanks DS
|
| Display custom icon on message box | 26 Aug 2005 06:47 GMT | 2 |
Is it possible to replace the standard icon with a custom icon for a msgbox? If not, what are my alternative?
|
| Subform Problem - How do I update the Record Source. TRYING 4 Days | 26 Aug 2005 05:24 GMT | 1 |
I have been trying to code a record source for a Sub Form. The query cannot be coded directly in because it has a sub query that Access wants to change when the subform is saved. It puts brackets around fields, puts in periods, etc.
|
| form tab visibility based on security group | 26 Aug 2005 04:42 GMT | 4 |
I have a secured database with a switchboard with three tabs. The third tab is named Administration. I understand how to use the User and Group Permissions dialogue box to limit which groups have what access to what whole objects, but how can I code the switchboard form so that ...
|
| list box selection filters report? | 26 Aug 2005 04:00 GMT | 2 |
I have created a listbox on a "menu-like" form with a "go" button that opens a report. How do I set this up so that the selection(s) in the list box are used as a filter for the report, so that only those selected IDs show up in my report when it opens?
|
| programatically changing your Access password | 26 Aug 2005 03:36 GMT | 15 |
What are the calls to implement into an Access 2000 app that would allow me as the programmer to give the user a form where they can set/change their password instead of using the "Access Security and GRoups" area? I have removed all of the Access built in menus etc... and ...
|
| ListIndex Incorrect | 26 Aug 2005 03:23 GMT | 5 |
I'm Running this code and I get an Error 7777 saying that I used the ListIndex incorrectly. After I click end It shows the Printer attached in the combo box. What am I doing wrong? Thanks
|
| Code Stopped Working | 26 Aug 2005 01:24 GMT | 1 |
I Have this code on One form, when you click on next it opens a second form, setting the name of the printer as well, it worked once and now I can't get it to work again. Any help Appreciated. Thanks
|
| Please Help!!!! Last Modified records in a form | 26 Aug 2005 01:23 GMT | 6 |
I'm trying to build a text box into my form that will automatically update to today's date when a record has changed. I have followed the online help via this link. http://office.microsoft.com/en-us/assistance/HA010345351033.aspx
|
| Listbox problem | 26 Aug 2005 00:11 GMT | 3 |
I am trying to make my list box, depending on how the form is opened, either select only one or many, so I have this code in my on open of the form (for this one, to make multiselect none). Me.Selectapp.MultiSelect = 0
|