| Thread | Last Post | Replies |
|
| Adding Records to table not related to Opened Form | 17 Mar 2005 20:59 GMT | 1 |
I have a form with an underlieing table. On the form I have a button with some code that does things to the table in the open form. In that code, I also want to manipulate data in a table that doesn't have
|
| Code Modification | 17 Mar 2005 20:48 GMT | 1 |
I have a Combo box that looks up values in the Last Name field. It works fine but it only BookMarks the first occurance of any matching criterior. My Combo box has two columns "Last Name", "First Name". What I would like to do is modify the code to force it to bookmark criterior ...
|
| text box validation rule trouble | 17 Mar 2005 20:26 GMT | 2 |
I think I've just been staring at this too long. I have 3 text boxes on a form for 3 credit report numbers. I can't allow them all to be blank. At least one of them is required. So I'm putting the following into the "ValidationRule" property of the control (TRW, TU and Eqf are all ...
|
| Distributing ms DSOFramer activex | 17 Mar 2005 20:16 GMT | 2 |
I'd like to distribute ms-DSOFramer's dsoframer.ocx with my A2000-based app. Does this activex need to be registered on end user systems ? What about copyright, etc from MS ? TIA
|
| Change Textbox backcolor.... | 17 Mar 2005 20:12 GMT | 1 |
Is it possible to change the background color of a report textbox depending on the value of a given field? Example; if [HowBilled] is "mon" then [txtBanner] backcolor is Yellow, etc... Any help will be appreciated. Hanksor
|
| ErrorLog Code | 17 Mar 2005 19:21 GMT | 2 |
I'm trying to use some code for Error Logging I found in the February issue of ACCESS ADVISOR. The writer uses a Public Sub, Admin_ErrorLog_Add, in order to record error related information in a table. He also
|
| if...then...else procedure not working - object required message | 17 Mar 2005 18:03 GMT | 2 |
I am currently working on a database project which involves some custom message boxes. What I am trying to do is check to see whether a field is null when the save record, next, previous or exit button is clicked. I believe the general formula is somthing like this
|
| Calendar question | 17 Mar 2005 18:01 GMT | 3 |
Hello. Im writing a db in Access 2002. In one part of the program, a manager needs to enter the schedule dates for thirty or so of our center's classes. A typical class schedule might be, for example, (April 1, 2005; April 8, 2005; April 15, 2005; etc for 12 consecutive weeks) ...
|
| Link Label to List Box | 17 Mar 2005 17:55 GMT | 4 |
I have a form in which I have placed a list box, with two visible columns. The two columns are labelled "fldSub-Factors" and "fldCode" (current values are "A", "B", "C", ... "K"). Both contain alpha values only. They are based on a table called "tblSub-Factors", which has a ...
|
| how can I crop only the words of a photo? | 17 Mar 2005 17:48 GMT | 1 |
I have a photo that I am working with and it has words that I need to eliminate. I can crop the entire thing but can not figure out how to leave the photo and crop the words? Can anyonw help please???? Thansk
|
| Failed login after 3 attempts | 17 Mar 2005 17:20 GMT | 3 |
Does anyone have a quick bit of code to open a form when a user fails to log on after attempting three times? Login form is simply Username?
|
| advice on how to update excisting contact on open form | 17 Mar 2005 17:19 GMT | 2 |
i need advice on how to update excisting contact info on form and save it with my little experance in access programming i'm having trouble, here is the form code (was done by a different IT person) Option Compare Database
|
| Error finding index with ADO connection | 17 Mar 2005 16:11 GMT | 9 |
I have a form which I am using to move some records from the office inventory to the warehouse inventory. Each inventory has two tables (tblAuditBox, tblAuditRecords) and (tblAuditOfficeBox, tblAuditOfficeRecords). My form is designed to allow the user to select records from a ...
|
| Validating the sum of a subforms entries | 17 Mar 2005 15:34 GMT | 4 |
I have a form with an embedded subform. The form is an invoice header with the invoice number and other related information including cost. The subform allows entries that belong to the invoice, but the belong in separate accounts.
|
| Combo Box Values | 17 Mar 2005 14:03 GMT | 2 |
I have a combo box on a form that uses multiple columns from a query as it's recordsource. How can I acces the data in the columns other than the bound column?
|