| Thread | Last Post | Replies |
|
| Sub-form not continuous when in main form | 25 Jul 2005 21:31 GMT | 1 |
I have a form with customer information. (Cust ID, Name, Address, Phone) I have a sub-form that has specific order information, with a few basic fields (Order ID#, Date, Order $ Amount, CustomerID{hidden/not visible}), and a "Details" button next to the order line item that takes ...
|
| Displaying pdf's on forms | 25 Jul 2005 21:27 GMT | 2 |
I am looking for a way to display a pdf on an access form. I have a directory full of order forms that are numbered and a list of them in a table. I need to display the order form that corresponds wiuth the record that is being viewed. Any advice on how to do this would be much ...
|
| Conditional Field, Need Code | 25 Jul 2005 21:15 GMT | 5 |
On a Form, I have a field called Actual Terminal and another field called Other Terminal. Actual Terminal is a combo box with a drop down menu. I want to make Other Terminal a required field if Other is chosed from the Actual Terminal drop down. I know there have been other ...
|
| print list of form field names | 25 Jul 2005 21:04 GMT | 1 |
Is there a way to print a list of form field names or better yet export them to a word document so I can copy and paste them into the VB code.
 Signature Greg
|
| This action will reset the current code in break mode | 25 Jul 2005 20:18 GMT | 3 |
I have an application taht has been deployed at several customers for 2+ years. It is written in Access 2000 front end with a primarily access 2000 back end but it does link to some sql tables for certain data. I have a report in this application that is pretty complex. It runs ...
|
| Data Entry Form | 25 Jul 2005 20:05 GMT | 3 |
Hi: I want to build a form that will contain fields that are entered and load to a table as they are entered. Off of this table reports will be generated. What would be the best approach?
|
| Using a List Box to Select Data in a Subform | 25 Jul 2005 20:04 GMT | 9 |
Ok first off I'm a novice, just taken a couple courses so this is probably a newbie question. I have a button on a form that when pressed runs a query that asks for a zipcode and then displays the name of all the area's associated with that
|
| Help with a simple update form | 25 Jul 2005 19:59 GMT | 1 |
I need to update the memo field in a table. To this I use a form with some fields to verify the records and an UpdateForm btn. My problem is that I need to search for a field say.. MedRec_ID which in turn will return all the data in the form and the corresponding memo field.
|
| Issue with query criteria and forms | 25 Jul 2005 19:14 GMT | 1 |
I need a help regarding an issue that I have with query criteria and forms. I made a query consisted of 3 tables. When I make a form in Access Form Wizard from this query, everything works fine: I get a main form with two sub forms. But when I apply criteria on the same query and ...
|
| Saving Results of Form Filter in a New Table | 25 Jul 2005 18:48 GMT | 1 |
Goal: I am trying to create a form that users can filter from to run specified reports. Background:
|
| I NEED HELP!!! | 25 Jul 2005 18:23 GMT | 2 |
I need the form to react in this manner. First: I have 3 tables: Region, City, Event. There are 11 regions, and multiple cities for each region. In the form, I need the user to pick a region then have a set of corresponding sities for
|
| Selecting from combobox... read only | 25 Jul 2005 17:29 GMT | 2 |
I have a combobox on a form with a list of users. I want a user to be able to select his/her name and then type in a password which to open another form. The problem is that when they select their name, it's updating the database and replacing the initial name on the start up of
|
| 3 cascading combo boxes on a continuous subform (Version 2K) | 25 Jul 2005 16:17 GMT | 2 |
My problem is to have 3 dependent cascading combo boxes working in a subform, which is also continuous. The form is designed and I can select data from the first combo box, but the second combo box which depends from the first is blank, the third combo box
|
| More issues with forms/subforms | 25 Jul 2005 15:55 GMT | 2 |
Hello. Here's my dilemma: I have a subform that is based on a query. The query runs great when you run it by itself. It pulls some info from my main table and then the last column in the query is an expression computes an equation for me based on one of the fields in the main ...
|
| Still need help incrementing a number after resetting it daily to 1 | 25 Jul 2005 15:32 GMT | 5 |
Rick Brandt was kind enough to give me the following code. I was unable to follow up at the time and I did not repost there as I think the thread is dead now. I have tried many variations on the code and cannot get it to work. I am
|