| Thread | Last Post | Replies |
|
| Executing Access user defined functions from Excel | 27 Dec 2005 02:20 GMT | 2 |
I have a query that calls a user defined function in Access. e.g. GetCurrentBatchID (gets the current batch ID). Query1 Select getcurrentbatchID(), items, destination FROM Tbl
|
| Birthdays | 26 Dec 2005 08:36 GMT | 5 |
Is there anyway with vb code to send a popup message to my desktop to inform me of a soon to be birthday without having opened my database.
|
| using linest excel function from msaccess with multidimensional ar | 26 Dec 2005 06:27 GMT | 3 |
I am trying to call the excel function linest from VB using automation. the call Slope1 = Excel.WorksheetFunction.Index(Excel.WorksheetFunction.LinEst(y, x),1)
|
| Setting Database Propertys | 25 Dec 2005 12:16 GMT | 7 |
Hi to all, I am facing a problem that when everyone try to access my database via a hyperlink, it shows a publisher not defined and will not open!!! when I open the database directly and go to database properties under File
|
| Missing modules | 25 Dec 2005 09:08 GMT | 8 |
Today i tried to run an access program and realized that all modules and references are missing! I checked also my backup (two weeks old) and the happens also to this copy. It's a .mdb file and thousands lines of code written there.
|
| Insert a image on a form using dialog box | 25 Dec 2005 07:18 GMT | 1 |
Please help! I want to create a insert button on a form so that the user can open a dialog box and select the picture stores on a file, and insert that picture on the form which shows that record. Just like when we click the insert on
|
| Calculator | 25 Dec 2005 07:15 GMT | 2 |
Thanks for taking the time to read my question. Just wondering what the best way to have a calculator on a for is. I'd like it to work just like a regular calculator. I'd like it to use the * / + - buttons on the keyboard too if possible.
|
| Multi-user Moving to the next unlocked record in a Table | 24 Dec 2005 21:23 GMT | 11 |
I am soo Stuck! A nubie question: (I haven't programmed since VB 3) I need to have 2 or more users cycle through records in a table. Starting at the first record until they reach the end Without Opening the same record.
|
| How to test for error in SQL? | 24 Dec 2005 12:39 GMT | 7 |
I have to migrate data from a spreadsheet into database. When I link the spreadsheet into my database for processing, one of the fields (which Access defines as Number/Double) contains spaces in some records. This field displays #Num in those records.
|
| simple question, need keyword... | 24 Dec 2005 02:16 GMT | 4 |
I wrote a function to look thru all tables and queries in a db to find a specified string. I used keywords: TableDefs and: QueryDefs in my code. I want to create a similar function to look through report definititons. Is this possible? I see no: ReportDefs variable......
|
| Create a link to a file. | 24 Dec 2005 00:30 GMT | 25 |
I have two sets of databases: Production and Test. Production is on the server and the Test data is on my c:\ drive. The Problem: Linking the tables. Right now I am using the table link manager to change the links.
|
| built in fields of Outlook | 24 Dec 2005 00:27 GMT | 3 |
I want to import into 'Outlook Contacts' records from Access. I found sample code in http://support.microsoft.com/?kbid=170320 I use a Dutch version of Access2002 and Outlook 2002. Problem is: where can I find the names of the built-in Outlook fields (I found two field names in
|
| Help: Can't close report window problem | 23 Dec 2005 20:47 GMT | 1 |
Who know about this problem cause by? Thanks for your help. My VBA codes which open an Access Report window. When this program runs in my computer, everything is okey. But, copy this program to other computer, when it runs, the report window is opened, but it can't be
|
| Printing the current page being used | 23 Dec 2005 17:57 GMT | 3 |
I am writing a database that transmits information to a report for leases, I would like to print only the current page (in the form) that I am using from the report, but everytime I click the "print report" button, the entire report (every page in it) prints out. what settings ...
|
| Checking for value in a table | 23 Dec 2005 14:52 GMT | 7 |
How would I write an SQL statement that would find the value (from a variable strCheck) in a table (tblNames) in field named [Value]? and if that exists then GoTo GetMeOut? Thank you.
|