| Thread | Last Post | Replies |
|
| More Subform Questions... | 13 May 2006 09:59 GMT | 5 |
I have a main form that I run from a query joined to three tables (to get the related ID's to use in my form) Next I have a subform that is linked on the Mainform by the Parent/child fields Emission_ID. This field is an autonumber field in the Emissions table, and is related to the ...
|
| Connecting Payment Data In Two Forms | 13 May 2006 05:14 GMT | 2 |
On my trip reservation form I have calculated fields of: Trip Charge+Additional Charge+10%STC+20%Gratuity=Total-Payment=Balance Due. I also have a 'payments' form that I am using for additional payments when a customer makes multiple payments on a trip. How do I connect this form ...
|
| Mouse Cursors | 13 May 2006 00:34 GMT | 1 |
Hi. A while ago I was pointed to a web sit that has a function that can be called to change the mouse pointer from the On Mouse Move event of a label. I have lost it somehow while doing some disk maintenance.
|
| Application without any menu bar? | 13 May 2006 00:16 GMT | 4 |
I have unchecked all the check boxes in Startup window.For the menu bar, I think, I didn't find the option of turning off the menu.The (default) menu is always there if I don't select the custom menu bar created by me.Can I have an application without any menu bar?
|
| Excel worksheet object | 12 May 2006 23:51 GMT | 1 |
Hello, is it possible to insert an Excel worksheet into an Access form and make it editable on the form itself. I know how to insert the Excel worksheet object into the form, but the only way I'm able to edit it is to open the actual Excel file itself. Is there a way to make it ...
|
| Use selection from one combo box to fill-in another | 12 May 2006 22:58 GMT | 4 |
My apologies if this topic has been discussed, but I searched and could not find an answer to my specific inqury. I have two tables (tblSeries and tblDocTypes). The only thing they have in common is a field "Series Code".
|
| default field design in code design | 12 May 2006 22:25 GMT | 1 |
In the Access 2003 form designer, the default design of a table or querty object is a text field with the label on the right. Is it possible to create a new default design with the label directly over the text field? Best,
|
| Help w/text box on form | 12 May 2006 21:18 GMT | 3 |
I am trying to see if I can do this....I have one text box in my form that has a number that I will enter myself and I want another text box on this same form but in another place to be populated after I fill in the number from the first text box. Can this be done and if so, how ...
|
| End of File | 12 May 2006 21:03 GMT | 1 |
I am using the DoCmd.FindRecord and FindNext commands to locate records on a form. I want to exit with a message box when the last record is reached. Does the FindRecord and FindNext commands return a value. Thanks
|
| Disabling the main window's close button. | 12 May 2006 20:54 GMT | 1 |
how do I disable/invisible the Application's main window close button because I don't want the user to close the application using this button.Rather I would like the user to click close button defined by me to do so because the user's logout time is recorded when he quits using ...
|
| Starting a form from another form | 12 May 2006 19:31 GMT | 4 |
Sorry to bother you with simple questions, but it's a long time since I did Access VBA... I have a main form which is kicked off by the Autoexec macro. But before this form is opening, I'd like to:
|
| Activate another field off of drop down list | 12 May 2006 18:23 GMT | 4 |
Hi all.. I have a two drop down list on a form (populated from another table that is linked to main table). Drop Down List #1
|
| Disabling Databound Checkbox if its value in table is null | 12 May 2006 17:49 GMT | 1 |
I have created a table which represents a simple Questionaire. The Questions and various options (answers) form columns and there are additional bit columns which represent whether the respective option is selected or deselected. One problem I am facing is that my questions
|
| Combobox doesn't show what query listed... | 12 May 2006 17:47 GMT | 1 |
I have next problem: I have two comboboxes on form. Dependant on choice in first combobox, query should list certain values from table (this is working ok - when I open query after choosing a value in combobox, all values are listed there).
|
| How to get full menus when working with friends MDB | 12 May 2006 17:34 GMT | 3 |
When I open a friends mdb if fires into the app. I can press the F11 to get to dev objects. But the Runtime menu is displayed. How do I get the Dev or standard Access menu? TIA
|