|
First
|
Prev |
Next
|
Last
Pages: 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112
License information for this component not found.. Vista, A2007 Following sub used to work in .accde but not now. Now it only works in ..accdb I searched and it says something about VB 5 or 6 which I don't have. The error message is in the this subject. Can anyone help? Thanks. Private Sub cmdOutlook_Click() If Me.Dirty Then Me.Dirty = False End If Dim... 20 Jul 2008 14:31
access 2000 please could anyone tell me how to hide a row in data base view (access 2000)thanks in advance darren ... 22 Jul 2008 09:35
Little stevie is plying his snake oil again. "Steve" <nonsense(a)nomsense.com> wrote in message news:8MudnawZn-ePIB3VnZ2dnUVZ_j6dnZ2d(a)earthlink.com... Email me more details about what you want and I will be glad to give you a quote. Contact me at rlaird(a)penn.com. Steve These newsgroups are provided by Microsoft for FREE peer to peer help. They a... 18 Jul 2008 20:38
Creating recurring events and adding records to a table Hi all, This is my first attemp to do something serious with access, so pls bear with me. I have a table of events called tblRoutes. I have another table called tblRRoutes, which has exactly the same fields as tblRoutes, but also has the following fields to indicate frequency of recurrunce: StartDate ... 30 Jul 2008 10:15
Access 2003 Getting started I am in a new job that requires access 2003. I learned Access about five years ago but have only some recollection how to use it. I went through the tutorial in this site and thought I kind of understood, however, I cannot even seem to get it started! I can't open the applcation. Sounds dumb, but can someon... 21 Jul 2008 11:00
Queries and Mail Merge Hey, For my database (Access 2007) I have a query that shows the results in a form. Is there a way to send the query results to Word? I have tried messing around with Mail Merge but I have not been able to have any success. The reason I need to send results to Word (instead of using a report in Access) is... 18 Jul 2008 17:32
Plase find error in code I have built up a event procedure to select data from a table, criteria based on 6 comboboxes and display data in a report. Please helpme in finding error in the following code. When i run, it promts 'Enter Parameter Value' for all comboboxes except first two. Private Sub cmdApplyFilter_Click() Dim strMa... 18 Jul 2008 11:20
Query by form problems I've run across a great QBF technique in Microsoft "Help and Support" (Article ID: 304428). It uses the following general query criteria: Forms!FormName!ControlName Or Forms!FormName!ControlName Is Null and also: Between Forms!FormName!StartDate And Forms!FormName!EndDate Or _ Forms!FormName!StartDate Is Null ... 21 Jul 2008 12:02
VBA Help... Hello. I'm starting to use Access 2007. I come from developing with Access 2000. I want to know if there are any differences between VBA for Access 2000 and VBA for Access 2007, but if I want to read any topic in the help system of Access 2007, I only get a message saying that the topic is unavaliable. I re-ch... 18 Jul 2008 00:03
Rounding numbers in a cell with a funtion I have a cell that has a funtion (sum=A2*A7). This calculates a number like 0.6 or 4.7. I need to be able to round numbers form (0.1 to 4.2) to 4 and numbers (4.21 to 8.2) to 8. How do I do that? ... 17 Jul 2008 18:55 |