| Thread | Last Post | Replies |
|
| Date Range & Multi-Select List Box | 12 Mar 2007 17:40 GMT | 9 |
I'm hoping that someone can help me out....I am trying to create a Dialog form that allows the user to select (filter) the following different types of ways that a report can access information. I have a startdate field, an enddate field and a listbox in a form.
|
| Auto populate a form form an open form | 12 Mar 2007 16:40 GMT | 2 |
I have a main form with customer names and addresses and would like to add a control button on this form which opens up another form which is used for recording telephone calls on. What I have been trying to do is auto populate this call log form with information from the main
|
| Autonumber in a form | 12 Mar 2007 16:18 GMT | 2 |
I have a form that allows data entry and additions only. What I would like to do is have the record number pop up in a field on the form. Im not sure how to write the code for the event procedure to be able to do this. What would be convienient is that the number would pop up
|
| Auto numbbers | 12 Mar 2007 16:03 GMT | 4 |
I am trying to create an auto increment number that will be called job #. Its format needs to be this 07-1-0604 Meaning the 07 is the year, the 1 would count the number of projects done in relation to the project
|
| 2 lines of code in a form action | 12 Mar 2007 16:00 GMT | 2 |
If I want to put two pieces of code under the same action do i just repeat it or do i need to add a seperate sub or something. for example I have Private Sub Form_Current()
|
| Turn off a pop up form | 12 Mar 2007 15:15 GMT | 2 |
I have a form that pops up when Access starts. There are no macros, sql, modals or modules attached; yet I can't stop the pop up. I made a copy of the database a month ago and was able to turn it off - now I can't in the original. Can anyone Help?
|
| Filter not working, easy I think, please help | 12 Mar 2007 13:28 GMT | 19 |
Hey All I have 3 combo oboxes 1 = BrokerID which is registered once the Broker Logs On 2 = cboSortBy which is Listing Type (E, O, P, etc...)
|
| Code always enters 'debug mode' | 12 Mar 2007 12:22 GMT | 2 |
I'm working with an Access 2003 application developed (by someone else) several years ago and the first thing I've found is that if I hit 1 particular button on a form, the VB Editor window is opened and the debugger sits on the same line of code, even though there is no ...
|
| Problems with Tab | 12 Mar 2007 10:00 GMT | 3 |
Access 2003. I have a Main form with 2 subforms in the detail sections of my Main form. I have 7 controls to enter data in, patient info. All of these work fine and in order the first control is tab stop 0. I have subform 1 Pt Location as tab stop 7, the 5 controls in there ...
|
| Question regarding list boxes | 12 Mar 2007 06:51 GMT | 1 |
Using Access 2003, is it possible to display all files in a folder inside a list box? so if i had a folder with 10 pdf files in it, the list box would display all the files? or do i have to type the name of each pdf file into the list box manually?
|
| Form with Finite selectable records. | 12 Mar 2007 05:31 GMT | 1 |
Here is my question: How do I create a form or subform where I am able to show all records from a table with a checkbox which then assigns all of these items to the record from another table -- all while keeping the form aesthetic and user-friendly?
|
| Subforms....Advise Please........... | 12 Mar 2007 03:01 GMT | 6 |
I want to understand how to create a subform on a main form and in the process observe it's linking properties to the main form....please advise.... If I create a from in design view. Then drag a form from the databse window onto the detail section to create a
|
| A2002: Form_Timer pops up the form | 12 Mar 2007 01:40 GMT | 4 |
I have a main dashboard form. I need to display some information that must be visible whenever the user opens any form or report. Therefore I have a floating form (no borders) which pops up when necessary. I need to reposotion the pop up form whenever user repositions main Access ...
|
| Using a query to display results in a subform. | 11 Mar 2007 23:44 GMT | 2 |
I am creating a databse for a small library. I want to create a form where the users of my database can search by either "document ID" number or by "Document Title" utilising wildcard searches in combo boxes. I then want the results of the document they query by to display in a ...
|
| Can't Count Records in Form | 11 Mar 2007 23:40 GMT | 4 |
I have a query that I use in a subform. I am having problems calculating the number of records that are displayed on a form as the result of executing that query in that subform, which has LinkChildFields and LinkMasterFields. For this example, let's same that the field is named ...
|