| Thread | Last Post | Replies |
|
| Documenter | 21 Feb 2008 13:52 GMT | 1 |
Does anyone know of an alternative to the Access database documenter? Although this does the job, I would like to be selective in the properties I select, such as recordsource only for forms and reports. Alternatively, can anyone offer a bit of code to loop through the objects
|
| How to import DATA from SQL2K to Access? | 21 Feb 2008 13:28 GMT | 3 |
I am using get external data, import, ODBC type and it's error out saying I cannot use ODBC to import/export data. I would appreciate if someone please show me the better way of importing data from sql.
|
| email from access | 21 Feb 2008 09:34 GMT | 2 |
-- This is probably a simple procedure but my access knowledge is limited. How do i open outlook on a new email with the address already in the to field by clicking on an email address in a form Jamie
|
| windows xp system error with kernel32.dll (crash) | 21 Feb 2008 08:44 GMT | 2 |
System Error AppName: iexplore.exe AppVer: 7.0.6000.16608 ModName: kernel32.dll ModVer: 5.1.2600.3119 Offset: 00012a5b
|
| Docs for Microsoft Office 12.0 Access,Database Engine Object Library? | 21 Feb 2008 07:16 GMT | 1 |
I'm sure it's just a lapse on my part but I am unable to find any official documentation for "Microsoft Office 12.0 Access,Database Engine Object Library" I have created this C# code so far using Google usenet searches.
|
| Format criteria for text field | 21 Feb 2008 05:07 GMT | 5 |
I am writing an text box expression in a report as follows: =DLookUp("[BILLINGDATE]","[DATATABLE]","[InDate] =" & [Forms]![Invoices Query]![InDate]) The field INDATE is a text field. BILLINGDATE is a text field also. What
|
| OUT LOOK 2003 | 21 Feb 2008 04:13 GMT | 3 |
How do I transfer all my info from my Out Look 2003 in my computer to a other computer Out Look 2003 that I use.? H2O
|
| Access 2007 security warning... | 21 Feb 2008 03:58 GMT | 3 |
Does anyone know how to stop the security warning on a packaged access 2007 database. I create and sign the database but it still seems to appear. Is the only way to purchase a signature off someone like thwate? Adrian
|
| Display Part Text In Report | 21 Feb 2008 02:12 GMT | 1 |
I hv this sample report in my field 01-01-08ABCDE.................... I want to display ABCDE........and so on...and not the 01-01-08 What should i do...
|
| Date Calculation | 21 Feb 2008 01:32 GMT | 1 |
A co-worker gave me a database (Paradox) that he needs converted to Access. The database is an overtime equalization database that allows supervisors to keep track of voluntary worked overtime. Here is my dilemma:
|
| How do I Unset LinkChildFileds & LinkMasterFields? | 21 Feb 2008 01:22 GMT | 4 |
I use the following code to filter for a particular Order number: Text22 = Me.Combo16 [Order Details].LinkMasterFields = "Text22" [Order Details].LinkChildFields = "PK_Order"
|
| Can't find my Front End Folder after database split | 21 Feb 2008 01:00 GMT | 3 |
I just split my database base to allow for ease of use for multiple users. Ererything, it seemed, went smoothly until i try to find the fron-end folder. It is nowhere to be found. Should it be label ****_fe.mbd like the back end? Please help.
|
| Characters not displaying in Reports | 21 Feb 2008 00:49 GMT | 3 |
Hi I have a problem where certain characters are not displaying when i print reports. An example of the characters would be: ĨħĪĩčċ‹ēĖĖĝĜ
|
| Forcing Access to run under office 2003 | 21 Feb 2008 00:28 GMT | 2 |
Is there a way to force an Access application to run under Access 2003 rather than Access 2007? I have both installed on my computer. I believe my client has only Office 2007 on her computer, but she claims she can run this app under 2003.
|
| limit Options in a combobox | 21 Feb 2008 00:09 GMT | 1 |
I have an event form (frmEvent) that references a table of the same name (tblEvent). In this event form, I have a combobox (cboProgramName) that lists every program. Below it, I have a combobox (cboPartNo) that lists all the parts. I would like the selected program in the 1st ...
|