| Thread | Last Post | Replies |
|
| Form and datasheet | 21 Mar 2005 15:57 GMT | 1 |
I have a form that contains columnars and a datasheet as subform. The fields in the columnars are the same as the fields in the datasheet. When I add a new record in the columnars and click Save button, the new data will show up in the datasheet as I use "Requery". There is ...
|
| Import from outside db like Excel??? Conversion error! | 21 Mar 2005 15:41 GMT | 1 |
I have code like this to import from excel into access: SELECT INDEX, ...DM FROM [Excel 8.0; Extended Properties="";IMEX=1;HDR=Yes;DATABASE=C:\Data\Invoice.xls].[BASE$]
|
| MSComDlg.CommonDialog problems | 21 Mar 2005 15:35 GMT | 8 |
I am trying to use the CommonDialog control but every time I try and insert the ActiveX control onto a form I get a message saying I dont have a license to use the control. Since this is a publicly available control by created by microsoft why should I need a license? I have ...
|
| Click a record in the datasheet and the corresponding record in... | 21 Mar 2005 15:33 GMT | 3 |
I am trying to write codes that when a user clicks a record in a datasheet in a subform, and the matching record will pop up. I will appreciate anyone who can give me a hand. Best regards
|
| Copy information | 21 Mar 2005 14:57 GMT | 3 |
I'm trying to create a command button that will copy information in 2 fields simultaneously from a form to a subform. I found an example in another database that looks like this: Private Sub cmdEnter_Click()
|
| accessing external database: security issue | 21 Mar 2005 14:57 GMT | 1 |
first of all, i hope to be able to explain what's on my mind... I have a db (Access2000) for which I have builded a specific workgroup file (wrkgrp#1), with different groups of users and different permission to each groups. Admin user and Users group haven't any kind of ...
|
| Top Records with multiple groupings | 21 Mar 2005 14:46 GMT | 11 |
I am trying to return the top 10 records per grouping level. My table is tblScores which contains NAME, DATE, SCORE. I am trying to return the previous 10 scores per Name. Any idea on how I could do this.
|
| Date issue | 21 Mar 2005 09:53 GMT | 1 |
I have a date field and want to set the field format like "__/__/05", so that the user does not need to type the year each time. Thank you for your help. Best regards,
|
| Find and Replace coding | 21 Mar 2005 04:35 GMT | 3 |
Can someone please help me with the coding to use to find and replace a value from a table. I know it can be done by using the actual find and replace box but I have looked everywhere but I cant find the coding to use in VBA to perform the
|
| Printing report with AutoExec macro | 20 Mar 2005 20:38 GMT | 1 |
I am trying to print a report when the application start up using the AutoExec macro. The following line gives a Action Failed error, but the report prints OK anyway.
|
| How to read mac adres | 20 Mar 2005 17:23 GMT | 3 |
How to read mac adres and disk id from computer started Access Program
|
| Previewing a report revisited | 20 Mar 2005 17:12 GMT | 3 |
I have code that loops through some statements, previewing the same report each time through. After the first report previews and I close it, the loop seems to end and will not prewiew the remaining pages. If I insert a Docmd.Close (report) in the loop, the report opens and closes ...
|
| Problems with me. in function. | 20 Mar 2005 16:53 GMT | 6 |
Who can help me with this problem. I've got a few forms with the same subform on them. I also use a shortmenu on this subform. So, If I want to open a second form after I choose an item I've got to know
|
| Assigning Address To A Variable | 20 Mar 2005 14:48 GMT | 2 |
Hi, I am trying to assign a variable the address of a collection object. I want to use one several possible collections in an argument list. When I try to assign the variable the address of the collection I get a compile error, “Argument not Optional”
|
| Auto start Access when computer is turned on | 20 Mar 2005 09:39 GMT | 5 |
What I want to do is have MS Access application automatically print a report at 8 AM every day or when the computer is turned on. Do I use some kind of batch file?
|