| Thread | Last Post | Replies |
|
| In MS Access, how can I not show the down arrow for a Combo Box? | 11 Apr 2008 00:26 GMT | 4 |
I would like to display a Combo box without seeing the down arrow on either the left or right. I plan on using the Me.MyCombo.Dropdown statement when I set focus on that Combo box. Please advise.
|
| SQL to create Table from Query Results | 10 Apr 2008 22:54 GMT | 4 |
Is there an SQL to create a table from Query Results. I have a query. Then I export the query results to a table by, file->get external data. Is there any way I can stream the query results into a table.
|
| Transfer from one table to another table for histrory file | 10 Apr 2008 22:15 GMT | 3 |
I am working on one table. After a month I need to transfer the records from this current table to another table (as my history file table). Then after the transfer I have to delete the records from the current table so I can use it for the next month. Can somebody give me a simple ...
|
| Date in code to SQL - something wrong, but what? | 10 Apr 2008 13:11 GMT | 2 |
please help me! I have made a VBA code to form SQL: This is working OK: BLASql = BLASql & " HAVING (((Calendar.Day) Between #25/7/2007# And
|
| Trying to run update query in VBA, new error Run time 7874 | 10 Apr 2008 13:04 GMT | 2 |
MS Access 2003 on XP Pro. So I have a little code snippet. I know there is a more direct way to do what I am doing but I tried it and I don't like it. (Link the form to the table so that changes to field link back to the table directly.)
|
| Problem with Regional Settings decimal separator and SQL | 10 Apr 2008 12:38 GMT | 4 |
I have got a little problem. My form has a textbox where the user can enter a decimal value and after LostFocus event a second textbox gets a value from a SQL query. The problem is that the user insert "10,36" and the SQL query only works
|
| Link Tables in another Db Using VBA | 10 Apr 2008 12:18 GMT | 1 |
I am hoping this is a relatively simple question. I am importing through one database and placing the information in another for storage (Type Front End / BackEnd I suppose) I know the path and name of the table I am creating, however struggling to
|
| Date Series into new Table | 10 Apr 2008 12:17 GMT | 1 |
Dear Friend: I use a table, name ChqInfo that store data like ChqID (PK), ClientID ( FK), ChqNo, Chq ReplacementDate. and another table, name Cumtomer Info, store date like ClientID, ClientName, RepamentDate., Installment
|
| Unbound Control in a Report Not Printing - Help | 10 Apr 2008 10:03 GMT | 1 |
I have a report that needs to print a detail line item from an unbound control. I read a database to populate this unbound control (see code below). However, the problems that I'm having is that the vba code works correct meaning that
|
| Transfer Spreadsheet coding problem | 10 Apr 2008 05:41 GMT | 2 |
I am using Access 2003 and Excel 97. I have successfully coded a subroutine to transfer an Access file to a pivot file in an Excel 97 spreadsheet. The first line of code in this routine is: DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel97, "Activity
|
| Question about a consecutive number loop | 10 Apr 2008 05:33 GMT | 2 |
I do not even know if this is possible. I would like to ask the user for two number a start number and a end number. After that populate a table with the start number and all of the number till it hits the end number.
|
| Export and converge data | 10 Apr 2008 01:16 GMT | 2 |
That following is an example of what I am trying to do: I have an access table (SourceTable) with the following 3 records (2 of them are for the same patient): Patient# Date1 Result1 Date2 Result2
|
| Using a chr character code higher than 255? | 09 Apr 2008 22:10 GMT | 7 |
I'm trying to use the replace command to pull out all the horizontal ellipsis characters [chr(8230), or '...'] from a string, but the chr() command won't accept anything higher than 255. I likewise can't search for three dots because they've already been converted into a single ...
|
| FileSystemObject causing refresh malfunction | 09 Apr 2008 21:27 GMT | 5 |
I have a problem in Windows XP since I created a FileSystemObject to manipulate folders and files in an Access procedure. In XP (from the Access File menu), when I try to rename a file, copy/paste a file, or delete a file, the directory screen doesn't immediately refresh. I ...
|
| IN predicate limit? | 09 Apr 2008 20:45 GMT | 1 |
I have an application that is Access as a Reporting frontend for an old FoxPro system - has been running successfully for a couple of years. There is a multi select list box with 100+ reps listed (details from linked foxpro data) - the user is selecting about 35 reps, a date range, ...
|