| Thread | Last Post | Replies |
|
| Select listbox to another form | 06 May 2008 23:42 GMT | 1 |
This is probably simple, but I am just trying to have a list box on 1 form and the value populate a textbox on another form. Anyone have an example? Thanks
|
| Runtime problems | 06 May 2008 22:13 GMT | 8 |
I have a form with a tab contorl on which it has numerous pages with numerous subforms. For some reason, hopefullty someone can explain to me, on one particular page the subform appear for me fine (in normal mdb w/ full access). When I
|
| open word from access 2007 using a macro | 06 May 2008 21:40 GMT | 7 |
On a form, I had a button to open a word document in access 2003. The macro attached to the button ran RUNAPP I changed the folder to office12 from office11 - but it still does not work. Help!
|
| Conditional Drop Down Lists | 06 May 2008 20:41 GMT | 6 |
I have a table of Property Addresses, and a Table of Tenants within the properties, and I am trying to build a table for maintenance issues reported, populated from a form. The first Drop Down list in the form is a straightforward lookup combo box
|
| create a form from tables to enter data? | 06 May 2008 20:06 GMT | 5 |
I have a total of 6 tables. they all have a Item# as a PK. I have tried to create a FORM to enter all NEW data but no luck. I create a query from all the table, but could not enter anything in the form. my form is not even blank, is has all the data from the query. HELP, I have ...
|
| Change Font Color of a record in continous form view | 06 May 2008 19:29 GMT | 2 |
Is there a way to change the font color of just items that meet a certain condition within a listbox? I have a form with the default view on "Continuous Forms", for the the items that meet a set condition I would like just that record to be viewed in red font. Every attempt I've ...
|
| No current record? | 06 May 2008 19:13 GMT | 10 |
In a textbox of a continuous subform I have this code in the BeforeUpdate event: Private Sub EmailAdddress_BeforeUpdate(Cancel As Integer) On Error GoTo errSec
|
| Multi-Select LIst Box Not Appearing in Text Box | 06 May 2008 18:50 GMT | 3 |
tHello, I have a multi-select list box in which the selection should be stored in a bound text field on my main form. My problem is that when I select multiple items from my list box the selections don't appear in the text box. If I go
|
| Total of calculated field in a form | 06 May 2008 17:48 GMT | 3 |
How can I get the total of a calculated field in a form I have tried putting the textbox in the form footer but to no avail Is there a function I could use to calculate this form total. The problem seems to be because I am using a percentage in the calculation
|
| Combo Form Filter | 06 May 2008 17:35 GMT | 2 |
I have a combo and text box on a form, the text box holds the value of the combo on the 'after update' event. I want the form data to filter by the text box value but cannot get the filter to work.
|
| Hyperlink to a file | 06 May 2008 15:57 GMT | 2 |
Hello. I am trying to setup a command button on a form that will allow me to assign a hyperlink that will automatically open a file (word, excel, pdf, etc) when I click on it. However, I am unsure how to setup the code that will allow me to create the hyperlink. So far,
|
| Total of Subform | 06 May 2008 14:01 GMT | 1 |
Access 2007 I have a mainform which contains a subform The mainform contains details of the finished item the subform contains details of the finished items parts
|
| Help! Open and populate form based on selected data | 06 May 2008 13:38 GMT | 1 |
I need some help. I have thought about this so much that I have confused myself. I am creating a DB that is supposed to track errors commited on insurance applications. Each application has about 17 unique line items and the DB
|
| Listbox w/subforms | 06 May 2008 13:36 GMT | 3 |
I have a main form frmEmp and a subform sfrmEmpGeneral. They are linked via EmpID from tblEmployees. Both forms contain data from tblEmployees. On the main form i have a listbox that alows me to select the current employee. There are two problems that I cannot get past...
|
| order forms by date record created | 06 May 2008 13:20 GMT | 2 |
I enter my records on a form. I also use the form to retrieve individual records. I have a combo box to look up specific records, but sometimes I just want to flick through (using fwd/back keys) to see those most recently created. I can't seem to get them to appear in date ...
|