| Thread | Last Post | Replies |
|
| after event combo boxes | 22 Dec 2005 00:10 GMT | 1 |
Thanks to all those who answered the numerous queries about cascading combo boxes. I was able to set up three boxes in my form where the input in the preceding box selects the values available in the next.
|
| Read a field in a sub form to a field in a main form | 21 Dec 2005 23:57 GMT | 1 |
I have an Audit database where I need to display the amount of non conformances raised. The non conformances are raised in a sub form linked to the main form. How can I get a "record count" of the sub form into the main form?
|
| Total Elapsed Time | 21 Dec 2005 23:18 GMT | 6 |
I have a database with a timesheet form that I'm reporting StartTime, EndTime and ElapsedTime. ElapsedTime is calculated using a HoursAndMinutes minutes function: =HoursAndMinutes([StartTime]-[EndTime]) for each record and then a total time for the employee:
|
| Keeping sub-forms linked? | 21 Dec 2005 23:10 GMT | 1 |
I am creating a data entry form for accidents and other types of unusual incidents. I already have a form for the initial incident entry. I am now trying to create a form that will list all incident data plus a sub-form that displays all the follow-up detail that goes with each ...
|
| how do you unbound text from form to report | 21 Dec 2005 22:00 GMT | 3 |
I have an unbound text field on a form, for a persons name... Supervisors will fill in the form, then press a button to email a copy to our front office... I know you can't email a form, so I set up a report that looks similar to
|
| After Update two different fields | 21 Dec 2005 21:18 GMT | 4 |
Is it possible to set an After Update on my combo box for 2 things. I have a form with a combo box of Client names from my Clients table. It's set up to update the Client ID field after selecting the Client name. Private Sub ClientNameCombo_AfterUpdate()
|
| Form problem | 21 Dec 2005 21:17 GMT | 2 |
I have a form I'm trying to create to enter grants. I have a table for grant organizations, for applicants, for applicant organizations and for grants. I'd like to be able to pull the name of the applicant organization from that table when I enter the name of the applicant in the ...
|
| Suggestions on ways to implement stored lists of ID numbers | 21 Dec 2005 21:00 GMT | 2 |
Hello! I'm looking for design suggestions for a new feature I want to add to my School Library application. The feature allows the user to create a "Book List" report. The process is as follows:
|
| time & billing database time card name error | 21 Dec 2005 20:25 GMT | 2 |
When I bring up the Time Card Form, the time card name in bold at the top does not change to reflect the employee chosen. Does anyone know how to correct this?
|
| Scroll issue upon open | 21 Dec 2005 20:09 GMT | 1 |
I'm maintaining an existing Access database, and have come across a form that, upon open, is scrolled down approx. 1/4 inch. I can't find any form property, or any code behind the form, that would make it behave in this manner. I'm sure I'm missing something, but don't know ...
|
| entering data in a form for a one to many relationship | 21 Dec 2005 19:59 GMT | 1 |
I have a table with people, with each person having a unique ID, and person information. Then there is a table with courses. Each row is supposed to have the ID of a person from the person table, and the name of the course, and other course information. The tables are linked in a ...
|
| Form help again! | 21 Dec 2005 19:51 GMT | 1 |
I have a text box month id in my form. When I am making a report, I want month to come out as a number so I can sort them. Is there a way to put an if statement in there in VBA or somethin else to where I can say for example, If month=January in my table, then month id =1?
|
| Form, Listbox and query | 21 Dec 2005 19:40 GMT | 3 |
I have created a form which has multiple listboxes. I can get the associated query to run only when one or more selections have been selected in the listboxes. In some cases, a list box may not have a selection and I want all the data
|
| Form not showing fields in Form view | 21 Dec 2005 18:21 GMT | 3 |
Help! We have an Access Database (2000) that we have created. We are working on the last pieces of it...getting the forms together. It is a simple database of participant info, attendance, and department tables. The form we are trying to create is the attendance form. This ...
|
| splash form in Access 2004 | 21 Dec 2005 17:52 GMT | 2 |
I would like to create a splash screen where you will see a form briefly with the company logo and then move straight to another form for example the switchboard, how do I do this. Hope someone can help
|