| Thread | Last Post | Replies |
|
| Function Help | 10 Apr 2006 11:09 GMT | 6 |
I would also appreciate any suggestions to make the script better (or more correct). The Function does return the correct period (tested by changing system date), but it's giving a data mismatch if I am trying to use it in the query as Between #SomeDate# and #SomeDate# Thanks in ...
|
| Fuzzy logic searching | 10 Apr 2006 10:10 GMT | 7 |
I have a Database of 56000 Company Names, when a new record is to be added I have to determine if the Company exists inthe current Dataset and then manually decide if it is a new site for that company or updated information or a genuine new entry.
|
| error 1004 | 10 Apr 2006 09:18 GMT | 1 |
I wrote a procedure attached on a bottom of a access form which is for selecting some data and exporting them to excel and plotting a chart. The procedure work alternatively...that it work for the first time, then an error of 1004 of Method 'ActiveChart' of object '_Globel' ...
|
| Outlook Automation | 10 Apr 2006 08:27 GMT | 2 |
Hello... I would like to find some sample code that would allow me to send an email with the reciever having the ability to select Yes or No and send the email to a defined reciepent.
|
| merge problem with null fields | 10 Apr 2006 07:13 GMT | 2 |
Please excuse me as I am a beginner. I have a form created from a query the query can have up to 30 null fields (ie no fax number, no company name etc). When I merge to a word template from this form I would like to exclude the fields that are null. Currently when it is merged ...
|
| sequence for tickets | 10 Apr 2006 06:49 GMT | 2 |
good afternoon, I have following problem. I would like to number my tickets from 1 to n in order to get the sequenceNo for each ticket.
|
| .Filesearch Problem | 09 Apr 2006 20:25 GMT | 5 |
I've been using a very simple .filesearch routine for several years with Access 2000 in a Windows 2000 professional environment. I'm attempting to convert to Access 2002 in a Windows XP Professional environment.
|
| Controltip text problem | 09 Apr 2006 18:06 GMT | 2 |
Controltip text of different controls in a form doesn't appear any more when the mouse rools over them. I have used the controltip property (in properties) of each control which was ok so far but suddenly the text just doesn't apear any more.
|
| What does "acCmdCopyDatabaseFile" do? | 09 Apr 2006 12:00 GMT | 17 |
i can't find any documentation for this parameter for the RunCommand statement: docmd.Runcommand acCmdCopyDatabaseFile Anyone know what it does? thanks
|
| Launch Word Document Directly from Access table OLE Field. | 09 Apr 2006 10:45 GMT | 1 |
I am want to store Word Documents in an Access Table OLE field, and be able to open them directly in word. So if I have a word document as in a recordset set in a field named WordDoc, how could I retrieve the document from Rst![WordDoc]
|
| Reverse Pivot Table in Access | 09 Apr 2006 03:33 GMT | 9 |
I have a Access table that I need to transpose the layout for reporting purposes. I currently export the file to Excel, run a reverse pivot table macro (Reorganize_Comments) which produces the result I want. Is it possible to do all this in Access without going to Excel.
|
| Booking duplicates | 08 Apr 2006 15:49 GMT | 14 |
I am putting the finishing touches on a project. I have received a lot of help from everyone and do appreciate it very much. This question concerns preventing duplicate bookings on equipment. The user has a large inventory of equipment (about 100 pcs.), that he books for certain ...
|
| How to determine is a stored procedure finished running through a pass-through query | 08 Apr 2006 12:41 GMT | 1 |
I am running a stored procedure using a pass-through query. This stored procedure will update some summarized values in a table on SQL server and will not return any recordset. However, how do I know when it finishes running and whether or not it runs successfully by using VBA ...
|
| Working with floating point numbers. | 08 Apr 2006 09:26 GMT | 8 |
I hope you don't mind me lauching straight into a question. Thanks for a great forum, I have picked up a few good tips here! :) Anyhow, here is my question:- I am loading information from an array of bytes and then immediately storing
|
| 2 records short when writing to a SQL Server table. | 08 Apr 2006 04:56 GMT | 1 |
I have a Microsoft Access 2002 ADP that goes against an MS SQL Server 2000 database. Within this MS Access ADP I have a recordset (forward only, read only, cachesize 1) that is the result of a SELECT. . .WHERE EXISTS query. This
|