| Thread | Last Post | Replies |
|
| Moving database to network | 13 Aug 2007 02:22 GMT | 1 |
I have an Access 2003 "Sales Record" database. We will soon be changing our computers to a network. What I would like to find out is how to convert the database application to multi user. I assume that the database should be split into data (tables) to be stored on the server ...
|
| Compress Access .mdb from Excel? | 13 Aug 2007 01:23 GMT | 2 |
Is it possible to "compress and repair" an Access database using VBA from Excel? Would appreciate a code sample if available. Thanks!! Larry.
|
| VBA Access - Outlook | 12 Aug 2007 11:36 GMT | 4 |
Hi. Would appreciate some feedback telling me why the code doesn't hit its Recipient? (The Email ends up in draft (and sometimes even in the Inbox) and I guess it has something to do with the lack of recipient). In advance thanks, JohS
|
| How can I change Table Attribute programmatically | 12 Aug 2007 08:53 GMT | 1 |
I like to know the table attribute of each table as it is hidden or not for each table of my database. How?
|
| Invoking Spellcheck From Within Access for Just One Textbox | 12 Aug 2007 05:59 GMT | 10 |
I help enhance an Access program for the local food bank that tracks volunteers. We are having trouble getting the spelling of agency names and addresses correct. I want to invoke Spellcheck from within Access for just the contents of specific text boxes, probably with a ...
|
| Appointment table | 12 Aug 2007 04:07 GMT | 2 |
How can I make a function that fill automatically a table with days of year and three Periods, like: table App ID | Date | Period
|
| Coding assistance is not showing up | 11 Aug 2007 15:54 GMT | 2 |
When I using Access VBA, the options that usually follow docmd. me. etc only are visible for a short time and now have disappeared all together. What is that function called and how do I get it back? Confused.
|
| Email Subject Line | 11 Aug 2007 13:59 GMT | 12 |
Can someone please help me? I'm trying to include a field (OpCo) from a table that corresponds to an individuals email address; this is what I have so far. Function ForecastnotificationFC(strOpCo As String, strEmail As String) As
|
| Input field - optional entry | 11 Aug 2007 11:02 GMT | 2 |
I have a field governed by a Select Query (based on a 'Names" Table) which provides a list of names from which to select. I sometimes want to enter a name not in the list i.e., overide the Select Query, and enter a name not in the Table.
|
| Outlook Mailbox size from Access VBA | 11 Aug 2007 08:23 GMT | 1 |
Hello, I am looking for some VBA code to get the Outlook Mailbox size on the exchange server from Access. I found this url http://support.microsoft.com/kb/320071 but not support by
|
| me.dirty? | 11 Aug 2007 04:48 GMT | 6 |
I am currently using Access 2007 – when I am creating a form control button within a form I have a tendency to use the wizard, select the category “form operations” and the action “close form” – I tend to name the button cmd_close for each form.
|
| Domain Aggregate Functions | 11 Aug 2007 00:35 GMT | 4 |
I have been trying to migrate my Access Application built in Access 2003 onto SQL Server, but for many of the forms I use Domain Aggregate Functions (DAFs). I am still keeping my front end as Access but the back end process is SQL 2000. I decided to use ODBC linked tables instead ...
|
| Disconnect - Please help! | 10 Aug 2007 18:10 GMT | 3 |
I have an mdb database that updates itself once a day. When users are still logged in, the update fails. Is there anyway to disconnect all users? Thanks a lot ! JF
|
| aggregate functions for TEXT data | 10 Aug 2007 16:48 GMT | 2 |
I am not sure if this can be done with ms access, but I am hoping to get some ideas. here is a crude approximation of the table, two columns, id and text_field: id text_field
|
| Error 3061: Too few parameters... | 10 Aug 2007 15:30 GMT | 2 |
Hey, Im trying to execute a simple SQL statement in VB and its not liking it. It is saying its expectign 7 parameters when there 7 there and the table names match the table and the data type. Here is the code
|