| Thread | Last Post | Replies |
|
| Tab Control & Sub Forms | 30 Sep 2008 00:50 GMT | 3 |
I have a tab control with 9 tabs that I want to control a sub-form. Is there a way to make the sub-form query a table by an ID based on which tab is selected?
|
| How to Correctly Enable/Disable controls with Form_Current | 30 Sep 2008 00:11 GMT | 1 |
Hi, I have a form containing a tabb control. On one of the tabs I have some controls which I want enabled or disabled depending on the value in 2 checkboxes. ONe checkbox refers to a subform which I want to enable/disable and the other checkbox is for 5 text boxes which I want ...
|
| Need 'entered' value added to list | 29 Sep 2008 23:27 GMT | 8 |
I have a combo box that when a value is selected from the list (query) it autofills an unbound text box with another value in the same row of the query return. The combo box has for example Employee Names and the unbound text bound will show the Employee ID Number.
|
| Dont Move to Next/Save form if any Null field | 29 Sep 2008 22:47 GMT | 7 |
Please advice a code for the following situation: Only to applicable for the new records entry: Dont move/save the record if any of the fields are null (the fields contain numeric, text, date etc). And move to the cursor to the null fields after a
|
| DSum Question | 29 Sep 2008 18:48 GMT | 2 |
Which way does DSum calculate. I think it's down? Example Down.. Iget = DSum("Amount*Tax",tblMoney") Amount Tax
|
| Open or enable a tab control | 29 Sep 2008 18:46 GMT | 3 |
I have a form with two tab controls and another tab that is a sub form I want to be able to click on a cmd button on the tab that has a sub form and show another tab that has data linked to it.
|
| Record add from combobox | 29 Sep 2008 17:49 GMT | 5 |
Note: KMaster fields are Key Fields, KSlave Fields are the connections to the tables where KMasters are located. Hi have a couple combo boxes connected to two tables. In both first column has keymaster, second column some data to be selected. Both
|
| writing in a memofield | 29 Sep 2008 17:08 GMT | 1 |
I want to write some text in a memofield. Going to a new line is done by ctrl-enter. Is it possible to go to a new line with an simple "enter", just like in a Word or whatever.
|
| Cancel button in a form | 29 Sep 2008 17:04 GMT | 5 |
I have a database where you first select a task by clicking a button from a menu I created using a form. There is a report, query, form and macro all connected to complete this task. When you click that button another form pops up for you to insert information to run a report. ...
|
| Access 07 Use multiselect listbox to filter report | 29 Sep 2008 14:42 GMT | 6 |
Hello, Im trying to adapt one of Allen Brownes great examples. Everything works fine except i cannot find out how to add an additional field to the strwhere so that the report opens based on the [ItemNumber] & [Sub]. Both fields are in the listbox and the report opens fine but ...
|
| Cascading Combo help | 29 Sep 2008 14:32 GMT | 6 |
I have two combos on a frmEmployees. 1st combo is cboCity, 2nd is cboZip. Both are based on the same table. I'm trying to get the second combo to be limited based on what is chosen in the first combo, but it doesn't appear that the After Update Event is firing at all. That or ...
|
| Go to control | 29 Sep 2008 13:29 GMT | 3 |
I am new to coding and hope someone can point me in the right direction. I have a form [stock requisitions] on which is a sub form [stock requisition detail], when a user wants to add a new record I have included a command button on the main form to add new record but want the ...
|
| Comma In VBA Value List | 29 Sep 2008 12:28 GMT | 13 |
I can't get this comma in this listbox without starting a new row. Any help Appreciated. Thanks DS
|
| Module ignored on users' machines | 29 Sep 2008 00:46 GMT | 4 |
I have a module called (for want of something better..."AutoExec") that sets up a few Public variables. One of the variables is set up thus: "Option Compare Database Option Explicit
|
| Adding a page to a tab control | 29 Sep 2008 00:40 GMT | 1 |
I have code that is supposed to add a new page to a tab control but I am getting an error: Run-time error '2147': You must be in Design view to create or delete controls.
|