| Thread | Last Post | Replies |
|
| how to populate the selected item in listbox in text in MS-Acces. | 29 Mar 2005 11:50 GMT | 1 |
This is the below I am trying to get selected item to be shown in the textbox. Works fine in VB6.0.. But not in MS-Access 2002. Private Sub Command42_Click() Text1.Text = List1.list(List1.ListIndex)
|
| setting focus | 29 Mar 2005 11:30 GMT | 6 |
I have an unbound control in the head of a form to select an item. I put a code on the AfterUpdate property to pass the focus to a control in the body of the form: Me.DeliveryDate.Setfocus
|
| References collection question | 29 Mar 2005 11:01 GMT | 2 |
So far, I did not need to use the References collection. Having read the help file I run into the <References.AddFromFile(strFileName)> function which links the application to another library (I think another .mde file would suit here as a library to link to). So I moved all the ...
|
| Data Entry mode does not work in subform. | 29 Mar 2005 08:53 GMT | 4 |
I have a subform "SuppTxnsSUB" based on the tblSuppTxns, and a particular supplier's transactions are selected vis a plain combo box (no wizard) by having the combo as the Master to the "SuppTxnsSUB"'s Child. This works well.
|
| Create multiple Excel workbooks and sheets | 29 Mar 2005 08:32 GMT | 10 |
I need to create excel workbooks for each RespId in table tblResp. Within this workbook, sheets must be created for each account record in tblGLData that has a link to tblResp. On these sheets, account and account balance data would be inserted into each sheet.
|
| calling subroutine | 29 Mar 2005 07:32 GMT | 1 |
I have a sub-routine that fills in a combobox: Sub Box(FN, ComboBox, Waarde) With ComboBox Do While Not EOF(FN)
|
| Opening Word Document | 29 Mar 2005 07:26 GMT | 4 |
I have a Word Document that is linked to an Excel file. When I run this document on it's own, I get the prompt box informing me that "Opening this document will run the following SQL command....", which it should. I am trying to open this same document from Access. I am using a ...
|
| Serial Date | 29 Mar 2005 02:34 GMT | 2 |
I might be doing this wrong I am trying to set a textbox to a serial date using Me.setserial = DateSerial(Me.Combo4, Me.month, 1) Me.Combo4 is the year(has the years 1970-2050 for a row source)
|
| Cannot Delete Table | 28 Mar 2005 23:55 GMT | 3 |
I import some records into a temporary table "Temp_Products". During subsequent processing, I do the following: Set myTable = DB.OpenRecordset("Temp_Products") ---Do some processing---
|
| Adding Records to a table | 28 Mar 2005 22:51 GMT | 1 |
Newbie to Access. Hope someone can assist. I have a table with the following fields: Site Text PartDescription Text
|
| Detect Table | 28 Mar 2005 22:45 GMT | 7 |
I have a form which is used for import and export functions. As part of this process, I want to check if a table already exists in the database, so I can create the table or clear the table rows before my import. I need a method of detecting the presence of a table before an ...
|
| Disable scroll w/Mouse wheel | 28 Mar 2005 21:50 GMT | 1 |
I would like to disable scrolling through records with the mouse wheel. TIA, TimJ
|
| Update on command | 28 Mar 2005 20:17 GMT | 3 |
I want to use a form to update a table. Basically, I want the form to act like a data-entry dialog box. I would enter the data into the form, and update the table when I click on a command button. I saw some suggestions on here about using temporary tables. I am very new
|
| Latency Dropdown Control | 28 Mar 2005 19:43 GMT | 1 |
I'm experiencing 10-second latency when selecting records from a dropdown on a combo box. The Row/Source type is a local table that has numerous indexed fields. This latency ONLY occurs during hte first selection after I open the form. Subsequent selections process quickly ...
|
| Screen Resolution | 28 Mar 2005 19:12 GMT | 7 |
Is there a way to control screen resolution in a frontend?
|