| Thread | Last Post | Replies |
|
| How to build meu bar with drop down by code | 17 May 2008 15:04 GMT | 3 |
Is there a way to make a menu bar with drop down with some of the form name by the help of code. The same I am doing it manually through Views-ToolsBar-Customise and dragging and making it.
|
| Showing specific records on a form | 17 May 2008 14:59 GMT | 6 |
I am working on a database and have records for different people on it. I want to have a table that shows a list of events that have or will take place that will be easily editable for the administrator. However I would like it that on each person's record it would show the
|
| RE: Need record to be displayed based on the string search | 17 May 2008 13:06 GMT | 5 |
I need help. Here are the details: I have a txtBox and a cmdFind button. When I enter a unique search string which is also a primary key into the text box and click the Find button. I would like it to display the approprite record in the fileds of the form.
|
| How do I print all pages of a subform embedded in a form? | 17 May 2008 12:18 GMT | 1 |
I created a PivotTable view and saved it as a form. Then I created a form with form header/footer and page header/footer. Then I placed the PivotTable view on the form as a subform. Now I want to print (form is 1 page, but the subform is multiple pages) but I only get one page to ...
|
| need help with syntax | 17 May 2008 07:43 GMT | 1 |
I was hoping someone could help me with a rather simple syntax question: I have a variable called "partnum" and "partslist" ... "partslist" is a currency value amount.
|
| Boolean variable not holding state | 17 May 2008 00:14 GMT | 7 |
I have a form that calls another sub to validate text boxes. I am having difficulty with getting my boolean variable to carry back to the original sub. Code:
|
| Open form Order based on IDCustomer on new record | 16 May 2008 23:57 GMT | 3 |
with the following code associated to a button I open the form Order DoCmd.OpenForm "Order", acFormAdd, , , , , Me.IDCustomer It works fine, but it opens the form "Order" on an old order. I would like that the form "Oder" open on new record, based on IDCustomer.
|
| appending text in memo field | 16 May 2008 22:36 GMT | 3 |
I need to build a description in a bound Memo Field by choosing existing text phrases from a list. I've tried using a List Box, but any item I choose simply replaces the one already in the Memo Field. I want each item I choose to append itself to existing items in the
|
| Mouse Location on Form with Linked Picture | 16 May 2008 22:19 GMT | 1 |
I'm trying to pinpoint the mouse location on a form while moving the mouse over a picture. Does anyone know how to grab the form mouse location rather than the picture mouse location in a situation such as this?
|
| Multi select list boxes to pass selected results to a report | 16 May 2008 21:47 GMT | 1 |
i currently have a multi select list box which is populated from a query. i need to be able to use my selections to pass the results to a report which runs from the same query. could anyone give me som assistance. my VBA coding is very basic.
|
| Delete records with VBA | 16 May 2008 21:39 GMT | 3 |
I have a query that shows terminated employees that need to be deleted from a specific table in the database. This query runs off of three tables (two are not updatable, one is updatable). I have a form that displays the names of the employees to be deleted in case there are ...
|
| Search a large recordset | 16 May 2008 19:36 GMT | 5 |
Initially, I was using the following for users to search records on a form: Private Sub cboMoveTo_AfterUpdate() Dim rs As DAO.Recordset
|
| display totals on subform | 16 May 2008 18:02 GMT | 9 |
Access 2007 I have a MainForm that includes a SubForm. I can enter values into the SubForm. On the SubForm (continuous form) there is a button that opens up another
|
| Search function with two combos and "and" | 16 May 2008 16:56 GMT | 2 |
I am using two combo boxes so that the user can search a large recordset. Initially I used: Private Sub cboMove1_AfterUpdate()
|
| Subform | 16 May 2008 15:36 GMT | 1 |
Access 2007 I have a form (TopLevel) that contains a subform(HeaderLevel) - the subform is header information for another form(ItemLevel). Data construction
|