| Thread | Last Post | Replies |
|
| Setting Up front and backend | 26 Mar 2005 00:41 GMT | 10 |
I need some info on this or advice How would you setup the frontend to look for a dbf over a simple network, like a mapped drive or an ip address ? We need to share a dbf from another pc on our local network that is not on a
|
| Calling a Function | 25 Mar 2005 21:48 GMT | 1 |
I have an Access 97. On one form, the user can scan or enter a number into a control. The KeyDown event (with keycode 13) is used to check (through an IF statement) whether a function has returned True or False. The function itself does a lot of things like check for a valid ...
|
| opencurrentdatabase | 25 Mar 2005 21:43 GMT | 2 |
I am running Access 2002. I regularly use a number of different databases for different clients, and want to set up a seperate database from which I can open each individually, regularly compact each database etc.
|
| Access VBA crashes silently | 25 Mar 2005 21:34 GMT | 2 |
I have an Access database running on Windows XP which seems to have a corrupted VBA environment, but I can't seem to get a handle on what's gone wrong. Any pointers would be appreciated. The system has Office XP (2002) with Office SP3 installed running on a
|
| Trying to do a specific if/then statement | 25 Mar 2005 21:25 GMT | 5 |
In one of my forms, I have associates enter in a resolution and the form calculates a currency value based on other info entered in. What I am looking for, is to have my form not allow a certain resolution to be selected when the dollar amount is below a certain level in another ...
|
| Verifying Required Forms (Please Help) :) | 25 Mar 2005 20:51 GMT | 4 |
Scenario: I am using the code below to verify that particular fields in my form are completed. This works fine but I want more. I have 2.5 questions about this. If IsNull(Field1) Or IsNull(Field2) Or IsNull(Field3) Or IsNull(Field4) Then
|
| Different background colors on a single form? | 25 Mar 2005 20:39 GMT | 4 |
MS Access 2K, Windows XP ---------------------------- Hi All: I have a form with a tab-control with multiple tab pages. On one of the
|
| Setting Hourglass o Label | 25 Mar 2005 20:21 GMT | 1 |
I have an access 97 application, I'm trying to turn the hourglass on when a label's click event is fired. I use the following code (DoCmd.Hourglass True). When in runtime it doesn't change the hourglass, if I debug and step though the code the hourglass turns on. Any ...
|
| primary text field checking for dupes after text field is updated | 25 Mar 2005 20:11 GMT | 4 |
I'm using a single table with a primary key field Account_ no dupes, on a new record in a form (Form name = "CaseData"), how can I get the message which pops up after the record is complete that the Account_ you are your entering is a duplicate, to come up after the field is ...
|
| SQL Update in javascript | 25 Mar 2005 20:06 GMT | 3 |
Hi; I'm trying to update an MS Access database with the following code which is in a Javascript portion of my code for this page created in FrontPage: var sqlstr = "UPDATE UserInfo SET
|
| SQL update record not working | 25 Mar 2005 18:54 GMT | 5 |
an unbound contact form with an update command button, which is not updating records in my contact table, when i select the contact name on the form it shows the name with all the data (City, email, phone, floor, etc..) but not updating,
|
| Left, Mid, Right(String) - problem | 25 Mar 2005 18:16 GMT | 10 |
I have to break down a string into some more convenient parts... but the string should be cut where a <space> is If numLetters > fixedLen Then strTemp = Left(strToComp, fixedLen)
|
| Creating search functionality using FORMs | 25 Mar 2005 18:05 GMT | 2 |
Ive been able to create forms that has a menu which looks up values from one field and displays the list of possible/closest matching entries. However, i cant seem to create one which uses multiple attributes: basically where i would have 4 different fields :
|
| Resetting Control Background Colors after an Undo Event | 25 Mar 2005 17:42 GMT | 2 |
How would you do this: You have a form that when loaded, the background colors of all the empty controls (e.g. textboxes and comboboxes) are yellow (to alert the user that they are empty). After entering data into a control, it turns white (this I
|
| MultiSelect List code | 25 Mar 2005 17:11 GMT | 3 |
Scenario: I am trying to create a multi-select list box that will add records to one of my tables. I used the code created by Roger Carlson (suggested to me by one of the helpful folk here). I changed the field and table references in the code to fit my database.
|