| Thread | Last Post | Replies |
|
| Too many expressions in ORDER BY Clause | 01 Aug 2005 00:14 GMT | 3 |
I am getting an error message "Too many expressions in ORDER BY Clause" on several different macros that I am trying to execute that just open a form with a Query and display some records. What is odd about this is that I haven't made any changes to any code or forms. When I ...
|
| Multiple Columns on Form?? | 31 Jul 2005 23:07 GMT | 5 |
Is it possible to create 2 or 3 columns on a form? I have a form with a single field in the Detail Section and an Option Group/various buttons in the Form Footer. Instead of scrolling the detail section up/down in Form View mode; I would prefer to contain the whole dataset in ...
|
| Open a specific MSWORD doc from ACCESS form? | 31 Jul 2005 23:03 GMT | 1 |
I know how to open MS word, but I want to be able to open a specifi msword Doc using a button on an ACCESS 2000 form. Any tips?
|
| Transfer Data From One Form To Another | 31 Jul 2005 20:27 GMT | 5 |
I've been trying to do this for some time but just cant seem to get it right, please help. I have one form called"Job Details" which is like a work order. On this form i have a feild called"QuoteNumber". From the Job Detail form i have a command
|
| Reading data from nested forms in Access 2000 | 31 Jul 2005 18:23 GMT | 2 |
I am having dificulty reading data from a nested subforn i.e mainform - subform - subform. I can read from the main form "Forms![customer].customernameI ". I can read from the 1st subform "Forms![customer]![equipment
|
| How to set the recordset of a subform of a subform? | 31 Jul 2005 17:57 GMT | 11 |
I use the following methods but fail, #Name? appears...... [Forms]![History Result List]![Holdings].Form![subform_control].Form.RecordSource = sub_subform_sql history Result List is a Form and Holdings is the control name of the first
|
| Forms | 31 Jul 2005 17:31 GMT | 2 |
I'm unable to save the data entered in a form after it is closed everything disappears. I would like to be able to enter certain permenant text in the design view also but when I switch to form view it says #name?. Please Help!
|
| open an excel file | 31 Jul 2005 17:19 GMT | 2 |
what is the visual basics code to create a command button to open an excel file?
|
| How do I make external application visible? | 31 Jul 2005 17:16 GMT | 2 |
I currently have a macro that populates a Word Doc and and Excel Spreadsheet based on values from my form. However, I would like Word/Excel to be visible after the macro is completed, so the user will be able to see that a document/spreadsheet has been generated and is ready for ...
|
| Help with code joining two criteria | 31 Jul 2005 14:21 GMT | 2 |
Private Sub GetEIDDate_Click() Access 2000. I'm trying to get this code to work by joining [EID] and [Current_Date] below. I have two textboxes and a cmd button, hoefully will send my form to the record with the two criteria selected.,Thanks...Randy
|
| Refer Subform Control | 31 Jul 2005 09:37 GMT | 1 |
Hi, using Access 2003, I like “DPN” to be populated in Form [ReceivingLog14] control [TransActionType15] when data is inputted in ReceivingLog14 Subform [DeptNonStock Number Subform] control [Description]. Thank you for your assistance.
|
| auto fill address | 31 Jul 2005 01:42 GMT | 1 |
How do I get an address from a table to automatically populate in a form
|
| debug error | 31 Jul 2005 00:15 GMT | 1 |
I have a form FOfferTransform and I have put a button to do the following: ******************************************************************* Dim x As Integer x = DCount("OrderID", "Orders", "[OrderID] = Forms![
|
| update current form with query | 30 Jul 2005 22:32 GMT | 1 |
I have a form with various text boxes displaying the data in each. The REGION is selectable by the user. I set up a query That retieves data based on the region selected. When the query runs it pulls the data I need and pops up a table. I want the data it retrieved to update the ...
|
| paste a value into a combo box instead of typing it in | 30 Jul 2005 18:46 GMT | 12 |
My users often use other applications (Excel, proprietary apps on the server, etc.) to do their work. They work with drawings that have numbers ("123XYZ45678") as identifiers. They are used to using a cmd button that opens the ctl F find dialog and then pasting the # in there to ...
|