| Thread | Last Post | Replies |
|
| Small Pop Up Form to Calculate Mileage Reimbursement | 03 Jun 2008 19:22 GMT | 3 |
I created a database to track my travel expenses. One of the reimbursement categories is mileage on my own vehicle. The reimbursement rate is not static, it changes periodically. In light of that, while filling out my expense form, I would like to click on a button and have ...
|
| Coding dates difference in VBA for Access 2003 | 03 Jun 2008 19:08 GMT | 11 |
I'm a New Access Developer learning to create a Tracking Data Application with MS Access with VBA. I'm stock with my project because I can't see any result in my coding. Would you please help to write a VBA code into Ms Access 2003 to calculate difference days between days minus ...
|
| compile error - expected expression | 03 Jun 2008 18:22 GMT | 2 |
I'm trying something new and not sure if I'm on the right track. I have an unbound text box on a form and I'm trying a calculation in the AfterUpdate event: Private Sub BlankArea_AfterUpdate()
|
| Form hopping | 03 Jun 2008 17:26 GMT | 1 |
I have a form (frmVocalArrangments) with a button that when pressed opens another form (frmDiscs) in data add mode - but keeps frmVocalArrangments open. On frmDiscs, when the new record is added, I have a "Return" button
|
| Editing a saved record from a linked table w/o leaving it | 03 Jun 2008 15:48 GMT | 3 |
I have a linked table to an SQL server. If I save the record on my form with a button and then try to edit more info I get the following error: "The data has been changed. Another user edited this record and saved the changes before you attempted to save your changes. Re-edit ...
|
| subform syntax | 03 Jun 2008 13:43 GMT | 1 |
In the following code, I would like to set the sub form but get an application error with the second line. frm, frmsub and strTab are all declared prior to this. What is the correct syntax? Thanks so much!! Set frm = Forms("frmBrMain2")
|
| Disabling/enabling a text box in the form | 03 Jun 2008 12:33 GMT | 2 |
I am facing a problem after disabling the text box based on the value of another text box. The problem is the text boxes appear disabled or enabled based on the last form selection of the text. I have used the following code for the same. And
|
| Can I use a hierarchical recordset chapter as a subform recordset? | 03 Jun 2008 04:50 GMT | 3 |
I can't seem to find much info at all on this one.. I'd like to to bind to a disconnected recordset on my parent form and use the chapter to bind to in the subform. I thought this would acheive automatic synchronization since navigating through the parent set filters the
|
| Query Criteria | 03 Jun 2008 02:55 GMT | 2 |
In Access 2000, I have a multi-select list box on a form. This list box has 3 columns, 1 hidden. I want to execute a query that can select a criteria for the list box. I don't want to write the query in code. I don't know hoe to write the
|
| Rotating a Button Control | 03 Jun 2008 01:35 GMT | 7 |
Hello, I was wondering if you guys could help me out. Im currently working in Access 2007. I have a picture of my companies floor plan. What they want to be able to do is click a workstation and see a Hardware inventory of that
|
| Trying to set textbox value in continuous form | 03 Jun 2008 01:13 GMT | 7 |
I have a form that opens in Continuous Forms view. In the detail section is a textbox called [stmt_datee], and in the form header is a textbox called [recs] with control source =Count([ID1]) (ID1 is the key field from the underlying table, so [recs] is a reliable count of the ...
|
| Dbl Click to Open Form | 03 Jun 2008 00:21 GMT | 1 |
What am I missing? Do I have the syntax correct? Is there something required in the filter property of the form to be opened? The field [FileNumber] is the field on frmSearch to be double clicked.
|
| Table not editable after db corruption | 02 Jun 2008 22:44 GMT | 2 |
One table out of 5 suddenly will not allow any additional rows to be added to it. Is there anyway to find corrupted records in Access?
|
| syntax on ADODB recordset | 02 Jun 2008 20:28 GMT | 1 |
In the following code, I get an error "type mismatch" on the last line where I am trying to establish a new recordset. What do I need to change? Public Function fblnRecordNav2(frmActive As Form, _ intDirection As Integer) As Boolean
|
| OpenForm will not work | 02 Jun 2008 20:03 GMT | 4 |
I have a form (Form1) in datasheet view that is made from Table1, and has a field (which is the primary key in the table and is an autonumber) named "ISSUEID". This shows all the records of Table1. I have also created Form2 which shows a single record from table1( This also
|