| Thread | Last Post | Replies |
|
| filter by form/subform | 09 Nov 2005 00:28 GMT | 3 |
In reading some of the posts on this group, it appears as though it is not strait forward at all to filter a form, which has subforms, by criteria which are either on subforms or span more than one subform.....
|
| Multi-Select Listbox: Loop through, ignoring duplicate items | 08 Nov 2005 22:01 GMT | 1 |
I have a multi-select listbox, that can have duplicate items (i.e samples numbers that are analyzed in duplicate - the sample IDs are not the same, but these IDs are hidden from the user). I want to loop through the items on the listbox, but only use unique
|
| A97 error #2109 ? | 08 Nov 2005 21:25 GMT | 10 |
Anybody know why I might be getting error #2109 during the procedure below? It does not occur on 2 desktops, but did on a laptop. The error said: "The following unexpected error occurred in Sub OwnerZip_AfterUpdate,
|
| License question: .MDB files in .NET applications | 08 Nov 2005 20:30 GMT | 1 |
Hello sirs, I have an ASP.NET application that I am planning to release under the GPL license, free and open-source. Am I allowed to use and distribute JET databases with this application? I am using OleDB to manipulate
|
| Running DTS package from Access | 08 Nov 2005 18:10 GMT | 2 |
I have an Access database that has a few huge tables. It was taking about 20 minutes per table to import them from another application. I used the upsize wizard to put them in a SQL server database. I created a DTS package to import the files and it runs in less than 5 minutes.
|
| Datasheet views | 08 Nov 2005 17:46 GMT | 2 |
Hey. Normally I play with something until I get it, but this form needs to be finished by tomorrow. Here's what I'm trying to do (form is in datasheet view): 1) Hide a field and assign it a value from a control file when a
|
| Launch switchboard from desktop icon | 08 Nov 2005 16:47 GMT | 4 |
Is it possible to launch a functional Access 2000 db switchboard by clicking on a desktop icon? I have searched the Microsoft Knowlege Base but, apparently I'm not
|
| Join with intermediate table | 08 Nov 2005 16:38 GMT | 2 |
I have 3 tables: tPart, tMachine and a table linking these 2: tMachinePart tPart: ID, ... partcolumns tMachinePart: machineid, partid
|
| Replace and Update | 08 Nov 2005 15:50 GMT | 1 |
MSAccess linking to Oracle 8 tables with Microsoft ODBC for Oracle driver I need to change the email address of all users because our domain has changed. Is there a way to do this with SQL and not an Edit Replace
|
| Access 2K Macros Appear from Nowhere? | 08 Nov 2005 15:46 GMT | 2 |
In the VBA toolbar under Tools*Macros I see a dozen or so of my subs listed as macros, which I didn't create as macros but had entered into standard modules. I copy the code, delete the macro, but as soon as I paste the code back into the module, the macro reappears. If I change
|
| combo box - requery question | 08 Nov 2005 15:46 GMT | 1 |
I have a continuous form which has two combo box contols on in "Lot" and "Raw". The Row Source property of "Lot" is a Select statement based on "Raw". SELECT [COA Data].lot FROM [COA Data] WHERE ((([COA
|
| ACG Soft - "PDF & Mail Class Library" - Email PDF from Access 2k3 | 08 Nov 2005 13:33 GMT | 5 |
I've been trying the PDF & Mail Class Library from ACG Soft in combination with Northwind-2k3 style of db. Can someone help me with the error which is popping up: (which I cant get solved..) I'm trying to send a report in PDF-format with a unique QuotationID to
|
| Order of events - delete record in subform | 08 Nov 2005 12:03 GMT | 2 |
I have a subform in a form in an ADP that I am creating "form-by-form" based on an equivalent MDB front-end db. (I'm converting from a front-end/back-end mdb structure to an AccessXP ADP + SQL2000DE. It's amazing the number of gotchas I'm coming across in the
|
| Using SQL to update control properties...possible? | 08 Nov 2005 09:53 GMT | 8 |
Is there an SQL command that allows control properties on fields to be changed? I'm specifically using RunSQL in a macro to try to do this. Thanks
|
| Global Const (MY_VERSION$) 's value will not display in textbox | 08 Nov 2005 08:21 GMT | 38 |
I have 2 global constants declared in the same global module: Global Const MY_VERSION$ = "1.04" Global Const ProjectName$ = "MyProj" I have 2 global procedures designed to return the
|