| Thread | Last Post | Replies |
|
| reset autonumber | 25 Jan 2008 17:22 GMT | 4 |
Hi I am using a table to import data from text files. the text filess are daily files with about 60K rows per day. So after one month, I clean out the data and I want to reset the auto number
|
| string value | 25 Jan 2008 17:08 GMT | 1 |
I am using a loop to iterate through a list and sometimes need one vbTab in the code, other times need (2): vbTab & vbTab : For each Tcolumn in rs.Fields strMy=strMy & vbTab & column.Name & vbCrLf
|
| Add users to SQL Server | 25 Jan 2008 16:45 GMT | 6 |
Not exactly sure where I am likely to get an answer to this question, so have cross-posted to a couple of Access and SQL Server newsgroups. I've got an Access database that I need to migrate to SQL Server (too many users over a wireless network).
|
| Multi Select ListBox | 25 Jan 2008 16:31 GMT | 11 |
I have a form in my database that contains a listbox of card numbers. This listbox is a multiselect listbox. I also have a combobox with employee names. I want to choose an employee name and then select multiple card numbers and when i click a button I want the cards to be ...
|
| Frustration with Looping and Nulls | 25 Jan 2008 16:01 GMT | 2 |
I am trying to sum up values in an array. Since I am using real numbers (with decimals), I have declared the array 'as single' . Unfortunately, whenever one of the items in my array is null, this causes an error when running a For ...Next routine since ACCESS cannot
|
| SelHeight | 25 Jan 2008 13:55 GMT | 2 |
ufTimeReg is a subform with a datasheet. SelHeight = 0 when I select several records with the mouse. RecordCount has the right number of records. Do I have to change any property to get SelHeight containing the number of selected records?
|
| extract value from combo box | 25 Jan 2008 12:08 GMT | 1 |
Dear Friends I have got 2 nos combo boxes in my form On focus event of 2nd combo following actions must happen 1. automatic drop down on focus if current value is null
|
| Refresh/Requery code and location for command button | 25 Jan 2008 11:27 GMT | 1 |
Please help. I cannot figure out how to refresh (requery) a record in a subform. Main form is frmClient Subform is frmClientReferralsubform (subform and source form have same
|
| Find workbook with code. | 25 Jan 2008 10:25 GMT | 1 |
I have about 4 excel workbooks that related to my db.I want to include these 4 workbooks as one package with my DB.I create a package cause need to copy to another computer. Let say their names are MyWorkbook 1,2,3,and 4.
|
| Blank Subform | 25 Jan 2008 10:10 GMT | 4 |
Because of the rather strange design specs I have been given, the same subform appears four times on a single form. Each instance of the subform appears on a different tab of a tab control and is linked to a different master field on the primary form. Put another way, there are ...
|
| Looping with Multiple Controls | 25 Jan 2008 08:37 GMT | 1 |
I am having problems assigning the values of several repetitive textbox controls to an array. I can't seem to get the event procedure to save the values to the array rather than the name of the control: Below is my code:
|
| is the file exists | 25 Jan 2008 07:02 GMT | 3 |
Is possible to know (is the file exists) Is possible to know (If folder exists) What I want if the code find the file or folder (display message box (the file exists) else (the file not exists)
|
| Append Query Re-run | 25 Jan 2008 01:58 GMT | 3 |
I'm not sure if I'm on the right track. I have a MainForm and SubForm. When tab to end of MainForm, SubForm is populated through an append query. Works very well. Here is my problem.
|
| Referring to a Text Box not the value of the Text Box in code | 25 Jan 2008 00:19 GMT | 10 |
We’d like to store the reference (for lack of a better word) of a control in a variable for future use. For example: Me.Suffix1 is a text box on a form so things like Me.Suffix1.SetFocus will set the focus to the text box. When we loose focus on this text box we’d
|
| Error on Insert Into | 25 Jan 2008 00:12 GMT | 3 |
I have 3 Tables - that each have their own data entry form. All 3 tables are related through a one to one relationship. I have added the following code to the AfterInsert event of the parent form: Private Sub Form_AfterInsert()
|