| Thread | Last Post | Replies |
|
| Run Time Error 2465 | 14 Apr 2008 14:43 GMT | 4 |
We are getting the above error with the following message: Microsoft Office Access can't find the field "|" referred to in your expression. code:
|
| Can not see anymore table relationship | 14 Apr 2008 08:07 GMT | 8 |
I just finished my church membership database. For other churches I renameed it and coverted it into Access 2002 form ver.2000. I do not know when I see the table , I can not see anymore the line relationship, but wonder the program is still runnung well, all the reports
|
| Sending email from Access to Lotus Notes | 13 Apr 2008 23:15 GMT | 2 |
Does anyone have any code that I could use to send email addresses, employee name (used in subject line), body of text and send via Lotus Notes? Each email address will have will have a different employee name on the subject line.
|
| Code behind form to select tables | 13 Apr 2008 22:58 GMT | 1 |
I have a form which I created from a table to select different tables within. How to I reference the code behind in selecting and a specific table and utilizing within the code. Thanks
|
| Word - count number of lines after some text | 13 Apr 2008 22:54 GMT | 1 |
I am opening a word document and finding 'cc:' in it. I have that working fine. I need to count the number of lines including and after the line where 'cc:' is found. the cc: list is always at the very end, and each name goes on a separate line. I can't quite figure out how to do ...
|
| decimal symbol doubt... | 13 Apr 2008 22:46 GMT | 4 |
I'm working on an application that needs to be used in the US and in Italy. US uses "." (dot) as decimal separator while Italy uses "," (comma). Few control in a form while receive decimal values. Since data should be shared between Us staff and Italy staff, I need to manage the ...
|
| How to enter this DoCmd.RunSQL | 13 Apr 2008 21:33 GMT | 5 |
I am trying to get access 2003 to accept a final DoCmd.RunSQL at the end of this Private Sub Form_Load() DoCmd.SetWarnings False
|
| Questions to multi user scenarios | 13 Apr 2008 18:31 GMT | 1 |
I have got a database on server (backend) where frontend-dbs can write data through adodb connection and adoConn.execute strSQL. The backend-db has also a form-based application. I have got two questions to multi user scenarios:
|
| How to learn Access VBA / How did you learn VBA? | 13 Apr 2008 01:28 GMT | 2 |
Since I don't know too much about programming code & modules in Access using VBA, I figure I would continue to learn some more commands. So my question.. Is there some decent book(s), website(s) that are pretty good at explaining how each of the commands works.
|
| Active X Control | 12 Apr 2008 14:51 GMT | 4 |
I get the following error message on my Access 2003. You don't have the license required to use this Active X Control. You tried to open a form containing an OLE object or an Active X control or you tried to create an Active X control.
|
| Convert PowerPoint refrence to late binding in Access | 12 Apr 2008 12:39 GMT | 5 |
The following code below works with a Reference set to PowerPoint. Could someone help me convert the folowing code to late binding? My attempt is below the original code. ORIGINAL CODE***************
|
| Is Not Null | 12 Apr 2008 07:30 GMT | 3 |
I am running a query that should only produce records in which FieldX Is Not Null. However, records in which FieldX’s look Null are showing up in the query. In my module which populates the table with FieldX, I have a variable that
|
| Transfer data from Access to PowerPoint | 12 Apr 2008 06:18 GMT | 3 |
I found this code on Microsoft's website for transferring data from a table to a PowerPoint file. Out of curiosity, I was wondering how to get it to display four fields from a record on each slide, instead of the one that it shows below. Currently, it
|
| Querydef Error | 12 Apr 2008 00:42 GMT | 3 |
I am trying to open a DAO recordset with a parameter query, but I am getting the following error message: "The Microsoft Jet database engine could not find the object '#Temporary QueryDef#'. Make sure the object exists and that you spell its name and path
|
| How to kick users off the mdb? | 12 Apr 2008 00:25 GMT | 4 |
I have a mdb file out on the network, I sometimes need to users exit out of the database in order for me to update the code changes. But these users are spread out all over the company either on location or at different sites. Somestimes they do not respond to my email request ...
|