| Thread | Last Post | Replies |
|
| Auto Populate based on selection | 11 May 2007 04:25 GMT | 6 |
Hi, I have a form which is linked to a table(tblAntibody) for data entry. I have another table(tblCatalogPartNumbers) with no relationship to the first which contains all of our codes and has four coulmns
|
| Hide extra fields in a Continuous Forms | 11 May 2007 01:54 GMT | 5 |
I have a Continuous Forms based on a query. The query pulls data based on a date and the data is displayed on a form. The form has several fields but only two fields that are able to be edited (Filled Qty, and Filled By). Once these field are completed the user can then generate
|
| PopUp Form is blank white | 11 May 2007 00:31 GMT | 14 |
I have a PopUp Form that works fine - - except if the query which is its record source returns (has returned) no record. In this case the form opens to a blank white - not even labels show. Have never seen this before and would welcome advice that explains why even
|
| formatting a continuous form | 11 May 2007 00:04 GMT | 2 |
I have a "journal" continuous form that functions as a subform in my Animal Record Entry (showing a diary of the animal's history). The journal subform has a date, a journal type, and a note field. I would like the note field to expand vertically in the continuous form as
|
| establishing sub forms existing forms | 10 May 2007 23:53 GMT | 5 |
I was curious if this is possible. I have approx 4 or 5 forms that update different tables in the database. Is it possible to establish a sub form on these 4 or 5 forms, without having to rebuild from scratch? The intent would be so users can enter information into
|
| Clickable Button | 10 May 2007 23:13 GMT | 3 |
I have this code as an onclick event for a button, but it is now crashing all of a sudden for me when using it half the time. On Error GoTo handler Dim Msg, Style, Title, Response, MyString
|
| One Input Form -- Several Tables | 10 May 2007 22:46 GMT | 1 |
Greetings; I am very new at this project and need some help, please. I would like to have several tables (relational) feed by one main Form. I created the TAB form for each tab to a table or (other wise the table
|
| code to find name of last updated field | 10 May 2007 22:38 GMT | 1 |
I have a form (frmDataEntry) with several text boxes to score product attributes with a score of 1 to 3. I have code to open a new form (frmLowScoreComment) if anything less than 3 is entered in any attribute. frmLowScoreComment has two fields, a comment field and a text box ...
|
| TRYING TO CREATE AUTONUMBER FIELD | 10 May 2007 21:34 GMT | 5 |
I imported a large Approach DBF file into Access 2007. I set up my data entry form for the new table. On my old Approach form we had a field "Sample Number". When you started the database, the input form came up.When you click on the sample number field, a new sample number ...
|
| Use table for textbox list values? | 10 May 2007 21:32 GMT | 7 |
I have developed a form in Access 2003. When entering data using the form, I need to be able to use a dropdown selection of values for a field on the form. I have created the textbox and used its source property to select the table name that contains the values for selection. ...
|
| loss of text formatting | 10 May 2007 21:06 GMT | 4 |
When text is entered into a form field, it loses formatting such as bold or underlining an individual word or phrase. Is there some way to do this without applying the formatting to the entire block of text?
|
| Percentage | 10 May 2007 20:47 GMT | 3 |
Hi I am new to Access. Thank You for any help. I have this field MilAmt and I changed it to numbers from text within the tblTravel. And also to percentage within format, the dec position is set to
|
| #error in subform field | 10 May 2007 20:46 GMT | 2 |
I have a datasheet subform "MaintenanceSubform" based on the following query: SELECT Maintenance.MaintenanceID, Maintenance.AssetID, Maintenance.ComponentID, Maintenance.MaintenanceDate, Maintenance.MaintenanceDescription, Maintenance.MaintenancePerformedBy
|
| Put a query value in a textbox controlsource | 10 May 2007 20:43 GMT | 1 |
Hey everyone, I want to put a value from a query into the control source property of a text box in a form. The value is "fldToday" and is a count of today's work orders counted in query named "qryToday". The form already has a record
|
| Tabing from one subform to another | 10 May 2007 20:06 GMT | 7 |
I have created a macro that will allow the user to move from one subform to the next subform both are within a main form. The marro works great, except when tabing from the last field in the first subform to the first field in the second subform the first subform apears to go ...
|