| Thread | Last Post | Replies |
|
| Navigate subform using arrow keys | 09 Jun 2008 04:05 GMT | 1 |
I have an unbound form that contains two subforms. One of these subforms is a continuous form comprising rows of textboxes. What I need is to allow the user to navigate around the textboxes as if they are cells in an excel spreadsheet using the arrow keys.
|
| Save changes from popup to existing record in subform | 09 Jun 2008 03:03 GMT | 2 |
I have a form with a subform on it. When I click on the edit button on the subform item row, a pop up is shown with data prepopulated from the datasheet subform. I make my edits and then click save to save my changes to the subform, but it creates a new line item on my subform. ...
|
| groupon from a form | 09 Jun 2008 01:08 GMT | 1 |
I was wanting to change how a report opens based on a drop down box called "groupcriteria" in a form. Eg, I will have monthly, 1/4 and year as options. The report is called "MonthlyDataALL"
|
| Trapping the Enter Key | 08 Jun 2008 22:28 GMT | 4 |
I want a form to open when a row is selected on a list box and the Enter key is pressed but not sure how to trap the Enter key. Any help will be appreciated, James
|
| pupulate control from subform2 to subform1 | 08 Jun 2008 22:13 GMT | 1 |
II have a main form with 2 subforms MainForm Subform1 Subform2
|
| Auto Fill code not working | 08 Jun 2008 21:28 GMT | 4 |
I am using the below code to auto fill two fields. However I can never get column 2 to fill. I can switch the Phone and Email order and only column 1 will always populate but never colunm 2? Any idea why? Private Sub Contact_AfterUpdate()
|
| DSum Problem | 08 Jun 2008 15:42 GMT | 2 |
I have a Query. I'm trying to run a DSum() from it and I keep getting an error. What is the correct Syntax here? SELECT tblCheckDetails.CDItemID, Sum(tblCheckDetails.CDQuantity) AS SumOfCDQuantity, tblItems.ItemName, tblCheckDetails.CDPrice,
|
| DoCmd.GoToRecord , , acNewRec to Sub Form | 08 Jun 2008 11:48 GMT | 1 |
This is what I have for cmdAddRecord: Me!Mysub!EstAdmin = Me.TxEstAdmin Me!Mysub!EstBuilding = Me.TxEstBuilding DoCmd.GoToRecord , , acNewRec
|
| Open report based on check box values | 08 Jun 2008 07:46 GMT | 1 |
Hi I want to open up one report and be able to change the criteria I open it with. Dim stDocName As String stDocName = "MonthlyDataALL"
|
| Select Case Statement with values based on another fields value. | 08 Jun 2008 01:40 GMT | 1 |
Hi I'm new at VB. I want to write code with a Select case Statement that would validate data to be entered on a field lngAccountNum that would have an account number range i.e 1000 to 1999 if The txtAccountType field = "Asset", "Liability" would be "2000 to 2999, "Equity" "3000 ...
|
| Calendar Control 11.0 Locked | 07 Jun 2008 14:21 GMT | 2 |
A form contains a Calendar Control 11.0 in the formheader area. The form is a continuous form. When no records are present on the form the Calendar Control is locked.
|
| comparison | 07 Jun 2008 11:08 GMT | 5 |
Dear Friends , I have 2 querries viz qrybilllog & QryBudget qrybilllog is summury of state wise billing recorded for a period -with fields billed_date, bill_Amount, Branch_Name
|
| OnExit | 07 Jun 2008 10:24 GMT | 2 |
I often use the OnExit property of a control for example to look up the description for a Product Code. This causes problems when the Exit key is pressed if one of the controls that is checked has the focus. Does anyone know of a way round this problem please?
|
| Crosstab question | 07 Jun 2008 06:53 GMT | 6 |
I made a crosstab query, which works real nice, but in the first query that leads up to the final crosstab ( i have 3 queries before the crosstab) I have the item # field criteria linked to a combo box on a form, so the selection on the combo box is what is searched in the
|
| Error on Compact and Repair | 07 Jun 2008 05:38 GMT | 4 |
I'm trying to compact and repair and I'm getting this error message... "tableTEMPMSysAccessObjects already exist" Anyone know what this means? Thanks
|