| Thread | Last Post | Replies |
|
| Jet Replacement? | 18 Sep 2007 02:06 GMT | 2 |
I've been out of the MS Access loop for a while and have heard that Jet (.mdb) is no longer being developed by Microsoft and has in fact been replaced by ??? What has replaced Jet?
|
| Need help quick with opening a db | 18 Sep 2007 00:58 GMT | 3 |
All of the sudden I cont open a database. I now it loaded because it compacts and repairs when it closes. However I can see the databse unless I hold the shift key. Anyone know whats up?
|
| How to Check Database's Read-Only Attribute After Database is Open | 18 Sep 2007 00:45 GMT | 1 |
This may sound strange, but after I open a database, I plan to display certain fields on a form depending on if the database's read-only attribute was checked or not. Does anyone know how I check for the the read-only attribute? I suspect I have to do this using VBA code, which ...
|
| Konverting macro to vba code... | 17 Sep 2007 22:58 GMT | 3 |
Is there an easy way to convert Access 2003 macros to vba-code? Thank you in advance. Regards Jan T.
|
| Access 2000 Outlook 2007 | 17 Sep 2007 21:46 GMT | 1 |
I'm trying to email from Access 2000 using the following: Dim objOutlook As Outlook.Application Dim objOutlookMsg As Outlook.MailItem Dim objOutlookRecip As Outlook.Recipient
|
| Access - Dash mark won't print on labels | 17 Sep 2007 21:38 GMT | 2 |
In Access, I'm creating labels, and some of my numbers have dash marks in them, ie. soc. security numbers. The dash marks will not print.
|
| if error msg then | 17 Sep 2007 21:21 GMT | 1 |
I have a form that enters schedule images. If user tries to enter a duplicate, I would like to display a warning msg and give options to proceed. How should this be written?
|
| Queries not being used... | 17 Sep 2007 20:53 GMT | 1 |
Does Access have a built-in function to tell you which queries aren't currently being used in the database? Thanks! Heather
|
| Relationship?? | 17 Sep 2007 19:46 GMT | 4 |
I need to find a way to autopopulate a filed. I have 2 tables; LookUp Table (has the codes and code description) and Working table . In my Woking table, I also have a field named "Code" and the other
|
| Filter a Report from a Pop-Up Form | 17 Sep 2007 19:43 GMT | 1 |
In the Microsoft example, How to Filter a Report from a Pop-Up Form, I'm trying to filter different data types. The example works great for text values, but when I try to use it on numerical values or date values I get the following error message:
|
| Command Button | 17 Sep 2007 19:05 GMT | 2 |
I'm trying to create a command button that by default will lock all records in the form, and will only allow edits after it is clicked, to avoid unnecessary mistakes. In other words all records are locked until the user clicks command button to edit each record individually. I ...
|
| Configuring Jet connection parameters using .NET OLEDB coneection | 17 Sep 2007 18:24 GMT | 3 |
I use .NET 2.0 OLEDB provider to connect to a connection string. The MSDN library does not enumerate & explain various connection parameters that can be set. I copied the following code from one of the connection string:
|
| DoCmd.TransferTxt error message | 17 Sep 2007 16:30 GMT | 2 |
While importing a database from a comma separated text file, I'm sometimes getting the following error dialog box when I execute the DoCmd.TransferTxt method: "<dbName> was unable to append all the data to the table."
|
| multiple indentical records | 17 Sep 2007 16:18 GMT | 5 |
I am trying to establish an inventry system where items of the same description need to be input into the database. I would like to add a field on an input form where the user can input the number of items and the system generates that amount of identical records, other than an ...
|
| Select Case | 17 Sep 2007 16:08 GMT | 2 |
I have a text box on a form so user can write a password I also have a button here what I want If the user put "123" and click the button, form "Employees" open
|