| Thread | Last Post | Replies |
|
| Dont understand Immediate windows ? | 27 Feb 2007 18:52 GMT | 11 |
I have the following code. Public Function fTableExists1(strTableName As String) As Boolean Dim db As Database Dim tdf As Tabledef
|
| Creating form from code | 27 Feb 2007 18:50 GMT | 51 |
I am creating form from code using 'CreateForm' and 'CreateControl' functions. Everything works fine, as we plan to deploy MDE version soon, question is will it work in MDE enviroment??
|
| How to set a default value so words can be added to the value? | 27 Feb 2007 18:50 GMT | 7 |
I would like to automaticly insert text into a field as a default (like a template) but then be able to add to the text without the default text disappearing. How can this be done. The field is open text. An example of what I would like to do is have the words "To:" be the ...
|
| Customized Tool Bars | 27 Feb 2007 18:50 GMT | 5 |
I write small database apps for local companies, charities, etc. Just before I deploy the final version to the client I create an mde front end and a customized tool bar for each form and report with just the icons they need.
|
| Query Problem | 27 Feb 2007 18:44 GMT | 1 |
I have an invoice table. The invoice table is associated with the bills table by a text column in each. The bills table is linked to a suppliers table. I want to print all the invoices that have a certain
|
| Yes/No Field in Form | 27 Feb 2007 18:22 GMT | 6 |
Why is it that my "Yes/No" field is showing up as 0 and -1 in my form? Any way that I can change it? Thanks! -Tegan
|
| Create a query to search for ****** in text not wildcard | 27 Feb 2007 18:04 GMT | 3 |
I am trying to create a query that searches a field for specifically *******, not wildcard I am running Access2000 Thanks
|
| Test mail question | 27 Feb 2007 17:40 GMT | 1 |
|
| keyword search in query using like function | 27 Feb 2007 16:37 GMT | 1 |
I have a query that allows for a keyword search in one criteria using the following formula: Like "*" & [forms]![frmSearchByVenue]![ThisValue1] & "*" My question is can I use the same criteria, include ThisValue1, in another
|
| create a counter | 27 Feb 2007 15:42 GMT | 2 |
If you please could help me i will be very glad. this is what i have: StudentID Class Date S031N0032 EENG-122 1/1/2007
|
| ImportMixedTypes | 27 Feb 2007 15:14 GMT | 1 |
Like many, I am experiencing difficulting making all the right settings so my linked Excel table will correctly import a column (type=Text) of values containing text, numbers, or a mix of the two to an Access report. Have read the 'dicks-blog' article and made the first two ...
|
| Access prompting for DB Password when none exists | 27 Feb 2007 14:46 GMT | 1 |
I have an Access 2003 database that uses an MDW for security. It is also signed with a VBA code-signing certification, in case that matters. There is *not* a database-level password applied. I've sent the database and mdw to another user who needs to make some
|
| IIF | 27 Feb 2007 13:17 GMT | 2 |
We have clients that we mail to, each client has a ID. However, they can nominate another client as a representative who we mail instead. Therefore, I need a query to use the Representative ID (if it exists), If there is no Representative ID, to use Client ID.
|
| subforms! | 27 Feb 2007 12:24 GMT | 9 |
i have a employee form and a subform with training info info on...the trouble im having is being able to add more than one traning record for each employee, i.e. each employee will have up to 30 training record. i keep getting a message which basically says i cant add more than ...
|
| Validation rules question | 27 Feb 2007 11:50 GMT | 5 |
Hi, I am attempting to do a validation rule on the table level which would prevent a duplicate value where a duplicate value exists in a different column.
|