| Thread | Last Post | Replies |
|
| Required fields based on a condition | 21 Jun 2007 01:52 GMT | 6 |
I have the following controls in a form: DateCompleted, Margin1 and Margin2. I need to set up the form so that anytime a date is populated in the DateCompleted control, the form will require that the controls Margin1 and Margin2 are not null.
|
| Backing Up Database Help | 21 Jun 2007 01:01 GMT | 1 |
Does anyone know how I would go about creating a macro that when I click it, it will backup the latest data onto a usb storage device. Any help is appreciated.
|
| 'dirty' question | 20 Jun 2007 20:43 GMT | 5 |
I know that when a record is saved the dirty property is set to False, but does setting the dirty property to false save the record?
|
| Deleting Record | 20 Jun 2007 19:18 GMT | 1 |
I have a form which writes to a temporary table. When I hit the submit button, a macro runs an append query, writing the data to a permanent table and deleting the record in the temporary table. This works great, but all the sudden my form has 'deleted?" in each of my
|
| How force Dirty=True from unbound field? | 20 Jun 2007 18:46 GMT | 1 |
I have an unbound combo box that when a selection is made needs to insert a record to a related table. I can only do this if the record is 'dirty' and my primary key has been generated. If they click the combo box before this happens, I need to somehow get the primary key so I ...
|
| OpenForm WhereCondition & ADP | 20 Jun 2007 18:04 GMT | 4 |
Im having some strange behaviour with the OpenForm method now my mdb is upsized to adp. I have a continuous form to display a list of records, the user selects a record and clicks an edit button. The code behinf the edit button is below;
|
| GETTING ERROR# AS DEFAULT VALUE IN CALCULATED TEXT FEILD | 20 Jun 2007 17:49 GMT | 17 |
I have a subform were the user inputs Qty received . The form has the total qty received were it sums the qty recieved and displays. The problem I am facing is, when there are no items received yet the Qty received displays as 0 and the total is blank which is correct. ...
|
| Keyword search engine??? | 20 Jun 2007 16:18 GMT | 2 |
I am trying to make a search engine form for one table of mine because it has long descriptions for each record and there are 5000 records its kind of hard to use a combo box search. I was wondering if anyone out there had an example of a keyword search engine so I
|
| Training registration: how to pick multiple entries for one course | 20 Jun 2007 16:14 GMT | 2 |
A client is currently using a QBF to select an employee to register for a training class. Now, we want to allow for multiple employees to be selected to register them at the same time for one class. Looking for examples, sample code, or even a basic layout of how to approach this ...
|
| Error 13 Type Mismatch again...HELP PLEASE | 20 Jun 2007 15:45 GMT | 1 |
Hi. I've had this error before, and have had no luck fixing it this time....although I've narrowed it down. The problem lies here somewhere: strSQL = "SELECT [Disk Information].[File Name], [Disk Information].
|
| change null to a value of 0 | 20 Jun 2007 14:35 GMT | 3 |
I have a control on a form with a default value of "0" that users have occasionally started to change the value in the control, but then exit the form with a Null value. This affects various reports that include this data. I'd like to have the value return to 0 either in the event ...
|
| moving focus from one form to another | 20 Jun 2007 14:31 GMT | 1 |
How can i move focus from one form to another
|
| Not in List Event in a combo box. | 20 Jun 2007 14:31 GMT | 1 |
I recently became a member of a small community savings group. I am developing a database for entering payments made into the savings group by the members. This has always been done using a spreadsheet in the past. Unfortunately when a copy of each days payments has been printed ...
|
| Default Value | 20 Jun 2007 14:12 GMT | 1 |
I have a form that has fields about customers. I'm trying to automate a couple fields using conditions in a macro. In the City field, if a person enters "Cleveland" I want the Region field to populate "OH" and the Country field to populate "US". Is this possible using
|
| Creating A Wizard Type Form | 20 Jun 2007 14:02 GMT | 3 |
How Does One Create Like a User Wizard for inputting data into a table which holds about 30 fields The Aim Its to have the Wizard fill in the Projects Table in like 3 seperate Windows
|