| Thread | Last Post | Replies |
|
| Find duplicate records in multiple tables | 23 Dec 2004 06:04 GMT | 1 |
I'm trying to find a way to search multiple tables for the same record. Say I have 3 tables all with a name column, I need to search all 3 tables and find matching names. Is there an easy way to accomplish this?
|
| Transpose table like Proc Transpose in SAS | 23 Dec 2004 05:47 GMT | 1 |
Please can anyone guide me on how to transpose an access table where I have many records per id eg UserID Question Answer 1 1 a
|
| Baby, won't you light my fireeeeeeee!!! | 23 Dec 2004 03:53 GMT | 41 |
Aaaah. Nothing like listening to The Doors first thing in the morning to get you going... So, I'm about to ask a question that I sence might have lots of spark behind it:
|
| ADO Transaction Question | 23 Dec 2004 03:18 GMT | 3 |
I have a long and complex data manipulation algorithm written in ADO that performs about 20 different data manipulation processes sequentially. I intend to finalise this function (lets call it AddSessions() by setting it to perform within a Transaction with Rollback etc. Only ...
|
| mail label printing in acess 2000 + | 23 Dec 2004 02:05 GMT | 2 |
when settingup a label report in access using the wizard the resulting previw and print out is not as it should be .... example is using Avery labels(or any other). 24 to page ...3col by 8 rows... only 7 rows display....
|
| 2003 Package Wizard Problem - aim.ocx | 22 Dec 2004 23:05 GMT | 1 |
I created an Access 2003 mdb on my computer and used the Access Package Wizard to create an installation package, including the Access 2003 Runtime This installs fine on my second computer running Windows 2000 and Office 2000, yet when I open the mdb I get an error that my
|
| Create Form Section | 22 Dec 2004 22:58 GMT | 2 |
Can anyone help please I have created a form using Dim Frm as form Set Frm = CreateForm()
|
| Tab Order | 22 Dec 2004 21:39 GMT | 1 |
Any way to remove the Dotted-Line in the button or field thats the first in the Tab Order? Thanks DS
|
| api for having a warning sound? | 22 Dec 2004 21:16 GMT | 1 |
I have a database with the timer function set to warn the user that arecord is due to expire. Is there a Win API that I can use so a loud warning will go off. Not this simpel beep in access but a really, like Virus Alert kind of warning?
|
| Automate Table Creation | 22 Dec 2004 18:57 GMT | 4 |
I have the challenge of needing to automate table creation. It doesn't end there the tables have to be created from one table that looks something like this... Email Source at@at.com EB no@no.com EN
|
| MDE file -- advantages and disadvantages | 22 Dec 2004 18:48 GMT | 3 |
Can someone tell me in simple terms why one should create an MDE file from an mdb file, and what the adfvantages/disadvantages are? In other words, why would one wish to create one, and what should inhibit one from creating one! THanks
|
| Access 2002 Form | 22 Dec 2004 18:31 GMT | 1 |
I have a form in (Access 2002 File Format) that has 61 combined Text boxes, Combo boxes, and List boxes... 11 of those fields are in the Form Header, the rest are in the Detail area... I also have 43 Command Buttons in the detail area, each with a "strtextval" code to a certain
|
| Automatically select all records from a list box | 22 Dec 2004 16:37 GMT | 1 |
Please can someone help me here. This is probably pretty basic stuff but i'm stuck. I have a form that contains a list box. when i open the form i want all the records within this list box to be automatically selected upon
|
| Access 97 - Error Message | 22 Dec 2004 15:40 GMT | 5 |
Please help if you can. I have a subform with a field on it that is set to have a required value. The problem is that when the user does not fill out all the appropriate information and tries to navigate to another record in the subform or main
|
| DlookUp | 22 Dec 2004 14:45 GMT | 7 |
Can I have this function look up more than one other field? For instance, I have a lookup now that does this: Me!Casting = DLookup("[Casting]", "Part# Table", "[PartID] = '" & Me!PartID & "'")
|