| Thread | Last Post | Replies |
|
| refresh sub form | 17 Apr 2006 19:23 GMT | 8 |
Is there a way to refresh only the sub form and not the main? I tried forms![subfrmname].refresh and it says it cannot find subfrmname?
|
| Office 2003 should let me merge a 50+ row spreadsheet | 17 Apr 2006 18:41 GMT | 1 |
I have a 60 something row by 14 colums spreadsheet in MS Excel 2003. When I try to use it as a merge data source in MS Word 2003 it ignores all but the first 49 rows in the spreadsheet. ----------------
|
| Changing Sequences for Table Input | 17 Apr 2006 18:11 GMT | 1 |
Hi Everyone. I have a database for tracking audits and one table has basic information about the audit - reference, business, dates, auditors, etc - and another table in which I hold the risks / recommendations. In the second table, I have a field which mimics the reference ...
|
| how do I require entry of a field in a subform | 17 Apr 2006 16:43 GMT | 7 |
I need assistance in forcing the creation and entry of a new child record (2 fields: ID and Text field) upon the entry of a parent record. I'm working with an MS Access form and subform. I have a statement that creates the child record with record ID, but I can't get it to force ...
|
| Control Tip Text | 17 Apr 2006 16:20 GMT | 1 |
When the mouse stop over on the label or control text, few seconds later shows the control tip text. Is it possible to show the controltip text quickly? I mean, when the mouse move over the label, shoud be show control tip text.
|
| what function key to use to step through code | 17 Apr 2006 12:27 GMT | 3 |
I am not sure what F key to use to step through code?
|
| Keyboard navigation in datasheet forms: expand/collapse a subdatas | 17 Apr 2006 09:22 GMT | 5 |
I'm looking for a possibility to expand a subdatasheet not by a click on the expand indicator ('+'), but by a keystroke. I'm also looking for an event I could react when the expand indicator is used. Can anyone help me please.
|
| Access and SQL Express | 17 Apr 2006 04:00 GMT | 2 |
Is it possible to use Access and MS SQL 2005 Express? reidarT
|
| Can Anyone give me a clue about this code? | 17 Apr 2006 03:28 GMT | 2 |
When i try to run the following code I get this error message Compile Error "Can't find project or library". StrConv is highlighted. ********
|
| Odd Error Message | 17 Apr 2006 01:36 GMT | 1 |
I have the following code on my form to delete the current record. Private Sub cmdDelete_Click() On Error GoTo Err_cmdDelete_Click DoCmd.RunCommand acCmdDeleteRecord
|
| filter problem | 16 Apr 2006 21:52 GMT | 1 |
if record isn't found the whole form goes blank. Is there a way I can keep this from happening, say with a msgbox "file not found" ??? Thanks! Troy
|
| Pulling attributes from ComboListBox selection | 16 Apr 2006 21:25 GMT | 2 |
Hello. I have a basic Access form in which I have a ComboListBox that displays a persons name in "LastName, FirstName" format from a table called Patients. What I want to be able to do is pull 3 other attributes from the record
|
| Conditional compilation arguments | 16 Apr 2006 21:17 GMT | 1 |
Hi all! And thank you in advance for your help. I know it's probably not the accurate group to post this question but I could not find any other. Can anyone tell me if it's possible to have more than one conditional
|
| Best practice to store/manipulate Excel spreadsheet cells | 16 Apr 2006 21:09 GMT | 30 |
Hi Experts, A2000, multiuser, FE/BE database. I would like to design a form with the intention: When a backend record's (a company record) form is opened
|
| Dropdown on ComboBoxes | 16 Apr 2006 17:51 GMT | 1 |
I have a form containing 3 Comboboxes, each drawing its contents from the same table but using different criteria and different sort order. Is there any way to have all 3 ComboBoxes dropdowned at the same time so I can see their entries all at the same time and then beeing able to ...
|