| Thread | Last Post | Replies |
|
| A97: I want a simple text capture on a website (IE, Edit, Select All, CTRL-C) | 09 Oct 2005 01:21 GMT | 17 |
After running the following code snippet... MyURL = "http://tycho.usno.navy.mil/what.html" msXML.Open "GET", MyURL, False msXML.send
|
| Access2K vs 2003 | 08 Oct 2005 23:10 GMT | 13 |
Is there a primer somewhere that can tell me code that works perfectly well in Access2K that won't work in 2003? I have been forced to migrate a large 2K app to 2003 and am finding a lot of things that don't work.
|
| Accidently opening 2 instances of A97 and opening the same database... | 08 Oct 2005 22:38 GMT | 11 |
My alzheimer moments occur with greater frequency these days, it seems. I sometimes open Access and the same dbase in a second instance and work on items. If I modify a form and discover later that I'm working in a 2nd instance
|
| A97 runtime error 29013? | 08 Oct 2005 22:27 GMT | 2 |
Here's the button click code that blows up my procedure... Private Sub CopyMySQLbttn_Click() 171 Dim dtxt As Object 172 Set dtxt = Me!TextHolder
|
| Record locking on Terminal Services | 08 Oct 2005 20:23 GMT | 2 |
We are experiencing record locking errors which don't make sense. O/S :Windows 2003 Server running Terminal Services Access 2003 SP1 Front end copied to each user folder.
|
| compare two strings - - - for the guru's | 08 Oct 2005 19:45 GMT | 8 |
This is a very complicated, if not impossible problem. I have two strings I want to compare. The problem is that somewhere in both strings there is a text which is identical, but it's never on the left or right.
|
| databases.ms-access ....soft download | 08 Oct 2005 18:56 GMT | 1 |
Extreme Web Reports 2005 - Soft30.com The wizard scans the specified MS Access database and records information such as report names, parameters and subqueries. ...
|
| Booting users out of Access? | 08 Oct 2005 18:13 GMT | 4 |
I want to modify the design of some forms and do some other thing that I need to have the db opened exclusively in order t accomplish Someone has Access open, but have locked their machine and left fo
|
| fnd matches | 08 Oct 2005 16:00 GMT | 1 |
Is there a way in Access to find matches in the company names between 2 tables that are not related? My first table consists of the following fields: CustomerID - the field is autonumber
|
| shortcut to open mdb read-only | 08 Oct 2005 12:49 GMT | 2 |
I know how to create a shortcut to open a mdb exclusively. Shortcuttarget = "path access.exe" "path access-file" /excl BUT what is te shorcuttarget for opening it read-only? Thanks,
|
| Restricting A97 form to editing only? | 08 Oct 2005 12:11 GMT | 5 |
I have a form based on a table that is opened this way... DoCmd.OpenForm "frmAdminSetupInfo", , , , A_EDIT It was my intention that the form allow the user to edit table data - not add records. The table contains a single record only.
|
| append combobox values | 08 Oct 2005 11:44 GMT | 1 |
Hello Everybody (anybody)? I am trying to appent a combobox to include data entered by a user which is Not In List. I have came accross this code from Allen Browne which seems to be what I am looking for can anybody tell me if I have
|
| How to display multiply records in query? | 08 Oct 2005 05:06 GMT | 1 |
All: I use two tables to generate a query. The fields in table 1: stylenumber
|
| How To: Use a field value from a table to call a function | 08 Oct 2005 03:51 GMT | 6 |
I am interested in using the value from a field to call a function. For example I have a table and one of the field names is "Function." So for each record I input the name of the function I want to run when this record is selected.
|
| Comboboxes and record deletion | 08 Oct 2005 03:49 GMT | 8 |
I have two unbound combo boxes on one form and would like to select an item in the first combo box which then brings up a list associated with that item in the second combo box That part is all set up. however I can't seem to figure out when i press a delete cmd button how to remove
|