| Thread | Last Post | Replies |
|
| PLEASE HELP... SQL SERVER Query in Access | 12 Nov 2005 22:45 GMT | 5 |
I wrote a bunch of SQL statement in SQL SERVER and now im trying to do the same thing in access. OMG what a pain that Access can't handle updates or CAST() the way SQL server can. OK I thought I wrote everything in Ansi standard SQL statement so it should be compatable?
|
| Counting recordsets | 12 Nov 2005 08:18 GMT | 13 |
The problem I'm having is the rsa.RecordCount always returns a '1' when I know there should be about 1600 records returned. I read somewhere that one should use '.MoveLast' before recordcount but that returns ar error 'Invalid Operation'. And when I do the bottom loop, the counter
|
| date reference from loaded form | 12 Nov 2005 07:05 GMT | 1 |
Re: Access 2000 I know that to use a date criteria on a query, you have to surround it with pound signs. I am having a problem when I reference a date from a loaded form. Here is my date criteria:
|
| Slightly more complex SELECT query syntax in A97 | 12 Nov 2005 03:28 GMT | 9 |
I have a table (tblCorrespondence) holding records with fields like [CorrespID], [VehicleJobID], [UserID], [OutType], [OutDate], [InType], [InDate], etc... About a dozen [OutType]'s are defined and I often use queries to
|
| relatively new to database | 12 Nov 2005 03:26 GMT | 3 |
I am fairly new to the intricacies of relational databases so please be gentle with me ;-) I have just taken on a delivery run. The same (mostly) customers receive deliveries Monday to Saturday every week. I need to keep these details of
|
| Report | 12 Nov 2005 03:19 GMT | 2 |
I have looked for examples using " Double Columns per page but have found none. I have created a Query from a table, they consist of only 2 Fields namely Movie and Id
|
| Why won't Access Run this Query? | 12 Nov 2005 00:05 GMT | 4 |
UPDATE GIS_EVENTS_TEMP SET GIS_EVENTS_TEMP.FSTHARM1 = HarmfulEvent.HarmfulEvent WHERE (((HarmfulEvent.UnitId)=1) AND ((HarmfulEvent.ListOrder)=0) AND ((GIS_EVENTS_TEMP.CASEID)=[harmfulevent].[crashnumber])),
|
| Showing photos in forms or reports | 11 Nov 2005 23:54 GMT | 3 |
I stored the file name and path of photos in a table with data from students and teachers. Is there a way to show the photos in a report or form? Thanks!
|
| DB Structure help | 11 Nov 2005 21:37 GMT | 1 |
I am working on a cars investment tracking database and need some help with structure You have investors, who pass the money to company the money in turn purchase cars, sell, and return profit plus capital to investorsy,
|
| WinXP-A97: Can't start mailsession | 11 Nov 2005 20:55 GMT | 4 |
In the past I have had this issue with sendobject not working with A97. Often it was related to more Access versions installed. IME SendObject would only work with the latest version. But I never had the issue one of my clients is having now:
|
| Error trying to change permissions | 11 Nov 2005 20:28 GMT | 1 |
I have some code pasted below. It works down to the line where it sets the permissions for the document and throws an exception "Runtime error 3358; Cannot open the microsoft jet workgroup information file". I'm not using anything more than the system.mdw for the workgroup info ...
|
| MSAccess 2003 - Package Wizard | 11 Nov 2005 17:54 GMT | 4 |
I am trying to create an installation CD for my MSAccess program in Office 2003. I used the "Access 2003 Developer Extensions". My MDE files are installed ok, the problem is with OCX files. There is no option for selecting them in the package program. In previous Office
|
| Creating Queries in DAO vs ADOX | 11 Nov 2005 17:36 GMT | 44 |
Is it better to create a query in DAO where a report has 4 sub-reports each of whose record source is a query created at runtime and everything is in 1 MDB file? From what I've read and experienced it appears DAO is the way to go in
|
| adding a column to a linked table | 11 Nov 2005 15:38 GMT | 1 |
I use the following to add a column. This does not work on a linked table. Error: Cannot execute data definition statements on linked data sources. Any ideas ? Thanks
|
| Backup database access | 11 Nov 2005 14:46 GMT | 1 |
Ciao a tutti, ho un problema che non riesco a risolvere nonostante abbia girato mille newsgroup... Ho creato un'applicazione con access divisa in frontend e backend.
|