| Thread | Last Post | Replies |
|
| Disable Lebans' RTFControl, How ? | 19 Feb 2008 21:07 GMT | 2 |
I am using/testing the RTF2 Control from Steven Lebans (A2K RTF2 Sample Release 5-5) I would like to only *show* the contents of the control on some screens. So I would like to disable the possibility of editing the text, and I can't find a solution. Setting the control's property ...
|
| Problem with Access 2007 Ribbon | 19 Feb 2008 13:32 GMT | 2 |
I am new to using Access 2007 and a novice with Access period. I have two older databases that I created in Access 2000. When I open DB1 I get the usual ribbon menus shown. When I open DB2 however, the only ribbon showing is the Home Ribbon and when I click on the Microsoft ...
|
| Help with this query | 19 Feb 2008 13:16 GMT | 6 |
I have a table that looks like this: Key Name ID 1 Joe A 2 Sam A
|
| Access Database Online? (basic) | 19 Feb 2008 09:11 GMT | 6 |
Ok, please bare with me, im not a web developer. I am an intermediate Access database user. We collect data for a company that has 20 monitoring stations. Once a month they collate all the data together and send it to us. We have
|
| a problem | 19 Feb 2008 04:49 GMT | 2 |
please help me i am going to add a field in my table by query or program how can i do that . thanks
|
| Column Exists error | 19 Feb 2008 02:41 GMT | 5 |
Re: Access 2003 I am running the function below to see if a column exists in a table. If the column exists, it returns true and all is well. If the column does not exist, I simply want it to return 'false', then
|
| Keeping track of which queries are open | 18 Feb 2008 23:00 GMT | 4 |
I'm looking for a way to check if a specific query is currently open. This seems like something that should be an application or database property, but I can't seem to find it anywhere. Any help would be appreciated.
|
| Prevent Linking to SQL Server Tables | 18 Feb 2008 18:42 GMT | 1 |
How do you prevent a user from linking an Access application to SQL Server tables?
|
| Format conversion from number to YYYYMM | 18 Feb 2008 15:06 GMT | 2 |
Hi I have date stored as number in yyyymm format, as I need to calculate previous month\ prev 3 months etc, I need to convert this to date format yyyymm. I have tried but with no success, I would be thankful for help.
|
| and | 18 Feb 2008 14:18 GMT | 2 |
I want a menu in my db with 3 fields from 3 different tables, Surgery Surgeries report name Report Month of Report Month
|
| Calendar control | 18 Feb 2008 14:10 GMT | 1 |
I use a calendar control while entering invoices, I would like for the calendar control to default to my last entry, is this possible and how do I do it?
|
| Query question | 18 Feb 2008 13:37 GMT | 1 |
I have a table that is capturing some when I have done some maintenance on my bikes for various items. I have a table that list the common items that fills then field when I do the maintenance. I want to be able to find the number of days between the last two instances
|
| Hyperlink (Directory) in SendObject | 18 Feb 2008 06:25 GMT | 2 |
I have been trying to overcome this challenge. I have a button in my form that has this code: DoCmd.SendObject _ , _
|
| Filter a group | 18 Feb 2008 00:18 GMT | 1 |
I have a report that uses a query as the recordsource. One field in the query is called Header which can be either Approved, Received, Not Taken, Closed Out. On the report footer - I total each of these by
|
| Cancel Row Insert | 17 Feb 2008 21:45 GMT | 3 |
How can you cancel a row insert programmatically? I'm not talking about the Form_BeforeInsert(Cancel As Integer). I have a continuous form. A new row is started. Code for the continuous form captures a KeyDown event (Ctrl+D) to delete the row. I can tell if the row is
|