| Thread | Last Post | Replies |
|
| Check table for missing date | 07 Feb 2008 15:41 GMT | 2 |
From a form I want to check a date field in a table to see if there is a date there. I'm using the following code. I'm confident of the null check but I'm not sure about the empty string. It seems like it should be ## instead of "", but the compiler expects an expression when ...
|
| DAO queryDef | 07 Feb 2008 14:39 GMT | 2 |
Im using db.queryDefs(x).Fields.count and db.queryDefs(x).Fields(x).Name to return information on fields within database queries. It seems to only be able to "see" the fields in Select and Crosstab queries. The queryDef object can not "see into" Make Table, Update or Append queries
|
| After Adding a New Record it remains the Last Record in Recordset | 07 Feb 2008 14:22 GMT | 3 |
When using AddNew in DAO to add a new record to a Recordset it remains the last record although the table is indexed and if the table is opened the new record is positioned correctly.
|
| Languages not the same | 07 Feb 2008 13:34 GMT | 2 |
I'm trying to install a Access 2002 Runtime db on a Office XP sp2 pc. I 'm useing the Access package wizard to create the setup file and it works fine on other pc's. The error message is "The Office system Pack cannot be installed on this
|
| Obtain name of selected folder and subfolders | 07 Feb 2008 13:18 GMT | 3 |
I am really stuck and have gone around in ciricles. I have code which once a button is clicked will request the user to select a folder. What I cannot work out is how to add the path to a string but only from the
|
| use VBA to close Linked Table Manager dialog box | 07 Feb 2008 09:12 GMT | 1 |
The problem is that combos within one of the forms stoped doing search for existing data, but the data is visible within the combo list. When you type, it just doesn't give you marked on screen alphabetically next close to it line.
|
| ADO vs DAO in Access 2007 | 07 Feb 2008 02:40 GMT | 8 |
What is the equivalent ADO code to open the ODBC dialog which allows a user to select or create and then select the DSN of an ODBC data source. In earlier versions of Access, using DAO the following code is used. public function fnGetODBCConnect () as string
|
| Repost - Using Hyperlink datatype | 06 Feb 2008 23:36 GMT | 2 |
I have a field in my table called "Web Site" with a data type of Hyperlink for the purpose of storing and opening web pages from my customer form. On my form when I click a web site that has been entered into this field nothing happens.
|
| Form calculation based on the date - How to???? | 06 Feb 2008 23:33 GMT | 16 |
Access 2003 issue...... My current form has a field that makes a calculation based on the value of another field, multiplies it by a fixed number and displays the results in currency. Basically - # of hours times an hourly rate = total dollar amount.
|
| Run time Error 13 Type Mismatch | 06 Feb 2008 22:21 GMT | 1 |
I am getting the following error: Run time Error 13 Type Mismatch When I use this function in a query.
|
| ???DoActions??? ARRGGGHH!! | 06 Feb 2008 21:05 GMT | 1 |
I absolutely KNOW I saw something here only a couple days ago, a command you can insert into a VBA procedure that will release control to the system so it can finish whatever you've told it to do up to that point, rather than going immediately on to the next line of your code. I ...
|
| SendObject - TemplateFile AND "White Space in MessageText | 06 Feb 2008 20:08 GMT | 3 |
Hey!! Right, i have a SendObject button that opens up an email that wilol be sent to my client. (Its a confirmation voucher of their booking) Anyway, so i have two questions:
|
| Cell contents in a word doc | 06 Feb 2008 20:00 GMT | 1 |
In Access, how do I open word docs in order to populate a table (in a db) with the contents of specific cells, contained in a table in the word docs? There would be multiple files, of same format, contained in a specific folder. All docs in that folder will have the contents of ...
|
| How Do I Kill A Session | 06 Feb 2008 19:35 GMT | 6 |
Some unknown person has an Access program open, preventing me from installing new changes. How can I kill their session so I can install something? EarlCPhillips Volunteer Ex-Mainframe Programmer
|
| DSNLessLink Connection | 06 Feb 2008 18:50 GMT | 3 |
I'm using the following code to create a DSNLessLink to several tables in my SQL 2005 DB. I have 2 UID's in the SQL 2005 DB, and I want to link the files initially to the Read Only ID, and when I want to add a particular routine, I want to relink the tables to the Read Write ID ...
|