| Thread | Last Post | Replies |
|
| Junction Table to Forms | 26 May 2006 00:42 GMT | 1 |
I'm pretty new to Access and my books are in storage, so please have patience with this basic question. THe Help File advises ********************************************************
|
| How do I Rotate Text boxes? | 25 May 2006 22:27 GMT | 13 |
MS Windows XP Sp2 MS Access 2002 Sp3 I am trying to rotate my Text boxes, in Forms. I have found a few ways to rotate labels but none for rotating the Text boxes. I need to rotated two
|
| multiple selection for report criteria | 25 May 2006 21:21 GMT | 2 |
I have a form that the user selects the criteria for the query that is the control source for a report. I need to be able to use the multiple selection function so that the user can select multiple PO#s when generating their report. I know VBA code is required for this....can ...
|
| Hiding a Control on a Subform based on subform data | 25 May 2006 21:16 GMT | 7 |
Hi Y'all, I have a subform that lists all of the tasks that need to be complete for a certain account. I have a button on the subform name "Complete", when that if pressed it will populated the "Completed Date" field with
|
| access 2003 Form Expression Problem | 25 May 2006 21:15 GMT | 5 |
A little background. I am tracking employee training electronically. I am adding two unbound text boxes =[HOURS1]+[HOURS2] HOURS1 = 1 and Hours2 = 1
|
| Auto populate a Bound Text Box ACCESS 2003 | 25 May 2006 21:12 GMT | 3 |
I'm working on a Training tracker for my company. I have a combo box that allows me to select from 21 Annual Training courses. see below: Control Source:
|
| 2 combo box questions | 25 May 2006 21:11 GMT | 1 |
I have created a form that has several combo boxex where users can enter various criteria to retrieve a customized recordset. Question #1: When I close and re-open the form the "choices" no longer show in the combo boxes. How can I close this form and see my last selections
|
| Autonumber not working after upsizing | 25 May 2006 21:04 GMT | 12 |
I upsized to a SQL server with an Access FE. I have a form that creates a new record if the user clicks on a command button from a previous screen or it displays the record selected from a list. The selected record part works fine, but when creating a new record, the autonumber ...
|
| Printing problem | 25 May 2006 20:14 GMT | 4 |
I just had unexpected results printing a form and wonder how I might be able to pinpoint what the problem is and how I can fix it. It's a simple form with just a label inside containing instructions for the user.
|
| deleting proper record on continuous subform | 25 May 2006 19:55 GMT | 3 |
I have a subform set up as continuous to handle the many records in a 1-to-many relationship. I needed the ability to delete any of the records and figured I could just add a button tied to a delete module and clicking the one beside a record would delete that record-- wrong. ...
|
| Help connecting info in combo boxes | 25 May 2006 19:50 GMT | 2 |
i'm new to access and i'm creating a form and i want to make one combo box show information pretaining to the selection in the other combo box. here is how it works i have table A and table B the fields are: table A:
|
| Form criteria to print report | 25 May 2006 19:16 GMT | 1 |
I have an unbound form with several combo boxes for report criteria. In the OnClick event of CboReportName (lists report names to choose from) I have the following code: Private Sub CboReportName_Click()
|
| Wierd subform behaviour, subform not cycling through after updating a subform record | 25 May 2006 19:15 GMT | 2 |
I have a form using a tab control for editing customer details and a single subform that can be used to add/edit up to 5 addresses. The underlying tables are linked by a ClientID field in each table. The subform is linked as follows Master Field ClientID;[optGrpLocation] and
|
| Easy (I think) Drop Down Box Question | 25 May 2006 17:41 GMT | 6 |
This question has probably been asked a hundred times, but I have searched and searched and can't find the answer in here or in Access help. How do I allow data entry in myy drop down box? (So people can add to it without going into the table).
|
| Insert text into field | 25 May 2006 17:23 GMT | 2 |
I have a memo box called InfoExtra that I use to keep notes on various jobs that I do. I want to be able to click a button to add in todays date (for the notes I write) but in a way that doesn't overwrite the current contents of the field.
|