| Thread | Last Post | Replies |
|
| Joining recordsets | 25 Aug 2004 04:22 GMT | 1 |
Howdy All, Quick question: if you have a two recordsets that you've defined in memory (i.e. no connection to a database file), can you join the recordsets? The only way that I know to do joins is by using SQL, but SQL seems to
|
| A Newbie Question | 24 Aug 2004 16:07 GMT | 6 |
I am new to MS Access and needs to know how to do conditional macros in a big hurry for my school project. Does anybody know where i can find some internet resources for conditional macros? Thanks in advance.
|
| How to automatically import file to access | 24 Aug 2004 12:31 GMT | 1 |
We have two computers and two programmers. One programmer for Ms Access 2000 and one programmer VB6 pro and applicartion. Access database is large system and i not will transfer data to MDB directly, it is second programmer work.
|
| Use macro to call macros in other databases | 24 Aug 2004 02:34 GMT | 1 |
Hi Folks; Is there any way I can have one macro call several other macros in other Databases? I'm using Access 2k in Windows 2k. It's just pain in the neck to go to all these macros to update my data
|
| Overide Validation | 23 Aug 2004 11:00 GMT | 2 |
I have created a macro to close one form and load a new one. The problem is if the user hasn't specified a number in the primary key field it throws up an error message. Unfortunately this field needs to be user input and so
|
| Access 2003 runtime security level | 23 Aug 2004 03:23 GMT | 5 |
Does anyone know how to set the Access 2003 runtime security level (to low) to avoid all the security questions/prompts?
|
| OLE field type | 22 Aug 2004 13:32 GMT | 1 |
Hi!! there is excel worksheets stored in OLE field in MS Access database (inserted & created from excel file) In table view I can click on cell and linked excel application opens
|
| 2nd Occurrance Of Access Launching | 22 Aug 2004 13:32 GMT | 1 |
When I use the RunApp macro action to start a Microsoft Word Mail Merge a second copy of the Microsoft Access database loads. It remains open even after I close the Microsoft Word Mail Merge document & application.
|
| Works on 2000, doesn't on XP | 22 Aug 2004 13:32 GMT | 2 |
I created (well copied from a book) a macro synchronizes two forms. The macro "Synch" is set as "OnCurrent" for "Form1" It has one command "OpenForm":
|
| Field Properties in VBA (Primary key, etc) | 22 Aug 2004 13:32 GMT | 1 |
How do i set the following properties for a field in VBA(Primary Key, Look Up, Row Source Type, Row Source, etc)? I am using an ADODB connection/recorset. I have tried using currentdb.tabledefs(i).fields(i).property(i).value but i don't get any of the
|
| Access 97 Macro not running from XP | 22 Aug 2004 13:32 GMT | 3 |
A command-line command "C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE\MSACCESS.EXE" C:\SQLCDD\ALL_LNKS.mdb /X TheBuild.GenerateSnapshot_4WIN95 /CMD FD*" that has been running until we upgraded both to a new machine and
|
| Error message "Error accessing file" in VBA Applications | 22 Aug 2004 13:32 GMT | 5 |
I program VBA Macros for forms in MS Access for adapting the forms to my needs and for setting special filters by searching with DAO through the tables extracting data as I need or counting specific items. The VBA macros I access through Event Procedures like On Click or On ...
|
| Form re-activeate | 22 Aug 2004 04:11 GMT | 2 |
I have 2 forms, Form A to call up Form B. Form A will be minimized on open up of Form B. I want Form A to restore on closing of Form B. I have a code to restore Form A on activate event, the problem is how can Form A gets activated?
|
| Is there an existing module for a user logon sequence in Access 2. | 22 Aug 2004 01:39 GMT | 5 |
Rather than re-invent the wheel, I was wondering if there was an existing user-level logon module that I could copy and modify. I.e.: Login(ValidUserGUID) + collect username
|
| ...display a drop down list in one field based on a choice in another field. | 21 Aug 2004 12:52 GMT | 1 |
I am trying to display a drop down list in one field based on a choice in another field. I can use a macro to display the same value, can I use it to accomplish displaying a drop down list? If so, how? If not, how
|