| Thread | Last Post | Replies |
|
| check to see if subform is dirty | 01 Jun 2005 00:47 GMT | 1 |
I like to add a dirty control to my close commands similar to this for particular records: ... with me
|
| Repost-multiple id numbers | 01 Jun 2005 00:21 GMT | 2 |
I have two tables/forms, Projects and Entitlements, that are linked by id. The Entitlements table consists of a entitlement type field and an entitlement id# field. The thing is the entitlment id# increments based on the entitlement type. I need to find a way to have it ...
|
| Check for date in field | 01 Jun 2005 00:21 GMT | 4 |
I would like to have a message box pop up if someone enters a termination date in a field. I'm not sure which event to use. WOuld it be BEFORE UPDATE for the form? I'm having the most trouble with the expression. I've tried to create a conditional macro, but with no luck. The ...
|
| Clean display of form upon loading | 01 Jun 2005 00:18 GMT | 1 |
Many of my forms are opened by buttons from several main forms. When these forms open they often select records based on information displayed on the main forms. Sometimes calculations are performed as well. Many times it seems that the forms do not open cleanly, i.e. parts of ...
|
| Update tables and all records update accordingly | 01 Jun 2005 00:16 GMT | 8 |
I have a form that consists of two combo boxes that are bound to tables, tbldept and tbljobtitle. each table had two columns DeptID & Dept, JobTitleID & JobTitle. Both ID's are autonumber and the other fields are text. In the main table "Training", both these fields are text. ...
|
| two fields same data | 01 Jun 2005 00:12 GMT | 1 |
Hi this is very basic, but I am stuck, how do I show two fields w/ same data in the form? For example, I have a field NAMEFIELD that come from table LOCATOR and I want the show in the form NAMEFIELD and I have another field NEWNAME that shows me what name in at the first one. ...
|
| Is there a way to filter a form to only print certain fields? | 01 Jun 2005 00:11 GMT | 1 |
I created a form with multiple fields. I would now like to print a selected number of those fields. Is this possible?
|
| DCount Code Problem ? | 01 Jun 2005 00:09 GMT | 21 |
Trying to calculate how many records have employees with a count greater than 2 that worked on the same day. That is any record that has more than 2 employees on the same day... This is a single form with record selectors
|
| page break | 01 Jun 2005 00:06 GMT | 2 |
After I insert a page break, there is always a blank page after. How can I eliminate the blank page? I am using MS Access 97. Please help. Thanks.
|
| Calculating a Date | 01 Jun 2005 00:04 GMT | 1 |
I am trying to build a Form which calculates the days it takes to accomplish certain tasks. I have the following table displayed in a Form: InitialDate | Days | EndDate ------------+--------+-----------
|
| Switchboard opens password protected FORMS | 01 Jun 2005 00:02 GMT | 7 |
I've searched and could not find an discussion to the following. Please inform me. Thanks!! I have a switchboard that automatically opens and contains three buttons. One to open a form for data entry only. The second to open a report which I
|
| Open report from active form | 31 May 2005 23:51 GMT | 2 |
access 2002 question: After entering data in a form, I would like to print the same data on a report that arranges the form's entered data in a particular layout. What is the best way to accomplish this? I was thinking of a report using a query as
|
| Access Password | 31 May 2005 23:42 GMT | 1 |
I have controls that require to enter a password to be able to change the data, so I use the InputBox function to enter a password first. The only problem is that when you type the password it’s visible. Is it possible to make the typing invisible or is there a better solution to
|
| Open Form Linked to Main Form? | 31 May 2005 20:19 GMT | 14 |
I have a main form named TimeCards with a sub-form on it named Time and Hours I have another form with the same record source as the form Time and Hours that I wish to open showing the same records as the sub-form Time and Hours
|
| Checking for selection in combo box | 31 May 2005 19:36 GMT | 1 |
What is the best way to check that a combo box has a selected value? I need my clients to select a value first and then click a button. Before they click the button I need to check if they have selected anything in the combo box.
|