| Thread | Last Post | Replies |
|
| Custom sorting and grouping in a query | 21 Sep 2004 02:13 GMT | 3 |
I have a table with many columns. Two of them are VehicleNumber and ShipDate. What I would like to do is sort all the data in ascending date(ShipDate) but I also like to group the matching VehicleNumber together at the same time(If they have same ShipDate; please note
|
| UpDate query at Runtime | 21 Sep 2004 01:08 GMT | 1 |
When i load my Wise packaged software onto xp home I have an update qry that will not fire until i close and reopen the computer. As a test I have placed a button on a form and removed warnings. i get the first message that i am about to append a record.and then thats
|
| Importing Excel File Question | 21 Sep 2004 00:46 GMT | 1 |
Is there a way to set up an import with the push of a cmdButton that 1st asks "Please select the File" and allows one to browse for it? Or, is there a way to prompt for the File Name to import? Stumped,
|
| Pictures in reports in Access 2002 | 20 Sep 2004 22:30 GMT | 2 |
I have a database of links to bitmaps, eg c:/pic/001.bmp, and I want to display the pictures in a report. Is this possible at all? Thanks for any info, Tony Lennard
|
| Table design suggestions please...? | 20 Sep 2004 22:17 GMT | 1 |
I'd like some suggestions on a db design. The data source is pretty simple. I'll be importing from an excel spreadsheet. There could be 4 to 12 rows, and there will always be the same amount of columns as rows.
|
| Run Time error 3061 | 20 Sep 2004 21:52 GMT | 2 |
I'm trying to modify an existing db for someone who wants to set appointments in a customer db. They want to prevent someone from double booking appts. I've developed a few lines of code to do this, but I keep getting hung
|
| vbs to sql-server | 20 Sep 2004 21:07 GMT | 3 |
I've made an Access front-end using SQL-server tables. No prob so far. Now I'd like to create some vbs-scripts, in order to do some updates to the tables. Running from the Acces-db (vba) it works fine, after adding the reference. However, from within vbs, it doesn't work at all. The ...
|
| MS Access 97 and DOS program to be displayed in a split window. | 20 Sep 2004 20:30 GMT | 2 |
Is a split window possible for an MS DOS program and MS Access program?? If so how??? When you run a DOS programn it covers the whole of the PC screen and if you have other applications you cannot see them in the task bar and you have to
|
| Access 2k locks some records with no apperant reason | 20 Sep 2004 19:03 GMT | 3 |
I've posted this message over at the ms-sql newsgroup no luck. Maybe some one here could help. I have an Access application with linked tables via ODBC to MSSQL Server 2000.
|
| Database opens as READ ONLY | 20 Sep 2004 18:39 GMT | 1 |
Just upgraded my old Access 97 DB to Access 2003. It is on a shiny new XP Pro box. ON the new computer there is my domain administrator account and a regular user account. If I open the DB in the Admin account, everything works fine. If I open in the User account, I get a ...
|
| Reset AutonumberID | 20 Sep 2004 16:29 GMT | 1 |
I (think) I'm done designing a "Log in Sheet" for a database and need to import the old Excel file that has ID numbers already - How can I clear the autonumbering in the database so 1. the imported numbers will be the same as in the Excel file
|
| Adding a row to a combo box | 20 Sep 2004 15:57 GMT | 3 |
I have spent all day trying to use MS sample code AddAllToList() I have followed the instructions exactly but the combo box is always blank. If I change the RowSourceType to table/query I get a list (obviously
|
| Elookup and Paramiter query | 20 Sep 2004 15:49 GMT | 4 |
I am trying to use the following "Elookup" function on a query that gets 2 parameters from an open form. ?eLookup("[MatEst]", "qryWOLPCMatEst") Returns the following error.
|
| Autonumber | 20 Sep 2004 15:36 GMT | 1 |
If I have a table of 50 records and I manually delete the last 25 and all related records are cascade deleted, is there a way to get the next new record to begin at 26? Thanks!
|
| Shell function in A97 | 20 Sep 2004 15:27 GMT | 4 |
Can anyone explain why the string "C:\Program Files\WinZip\wzunzip" -t ZipFileName does nothing[1] when run via the Shell function, but cmd /c "C:\Program Files\WinZip\wzunzip" -t ZipFileName
|