| Thread | Last Post | Replies |
|
| Export pivotcharts to pdf | 21 Nov 2006 11:47 GMT | 1 |
How can I export a bunch of pivotcharts to .pdf? Any help would be greatly appreciated. John
|
| Labels in forms | 21 Nov 2006 11:05 GMT | 6 |
I do have a problem with an Access application i dont have developed myself. I have a form with several unbound subforms. The datasources in the subforms is ordinarie tables. The subforms is wiewed as datasheet.
|
| AllowEdits: One more question | 21 Nov 2006 10:41 GMT | 4 |
Ok. For one more time I need your help. I have a form and a subform in it. On after update event on both (form and subform) I added the simplest thing I could think: Me.AllowEdits = False. In both I added a button with on click event Me.AllowEdits =
|
| "Field Cannot Be Updated" Error | 21 Nov 2006 07:52 GMT | 1 |
Form:Form(1) View: Datasheet Record Source: Query(1) Table Source: Multiple tables
|
| default values in drop list mystery | 21 Nov 2006 07:47 GMT | 1 |
I created a droplist on my form. I linked it to to a field in my table called AdHocACCCode and named the droplist AdHocACCCodeBox. The droplist gets its list from values I typed in and they are saved to the AdHocACCCode field in the table.
|
| Moving from one form to another | 21 Nov 2006 01:29 GMT | 6 |
In the Data Base design, i have two forms based on the same table. I have placed a Command button on the Main Form to go to another Form. This works Ok, except when the second form opens it always opens to record one, no matter where I am in the Main form. I would, naturally ...
|
| Scrollbars in Text Box | 21 Nov 2006 01:12 GMT | 7 |
I have a memo field displayed in a text box on a form. The "Scroll Bars" property of the text box field is set to "Vertical", but the scrollbar does not show when the content of the field is bigger than the text box. Is this a bug in Access or am I missing something? I would ...
|
| linking two fields | 20 Nov 2006 23:39 GMT | 2 |
Hi I have question on linking, I have to tables one with employee name and surname call table A, the other table has emplyee info called table B, I used a combo box looking up table A employye id and returnng that to employee id in table B thats pretty straig forward.
|
| QueriesDialog Box | 20 Nov 2006 23:04 GMT | 5 |
I created a Queries Dialogbox to open all the queries in my database using the DblClick feature, which it does....however when i open the query where you have to enter a field value and you have the option of pressing ok or cancel it wont work when i press the cancel button...it ...
|
| How to show a messagebox on null textbox or wrong data?? | 20 Nov 2006 22:36 GMT | 1 |
I have this code that inserts whatever is in txtGrade into an enrollment table. DoCmd.SetWarnings False would I just insert code that said:
|
| Fastest way to Aggregate? | 20 Nov 2006 20:59 GMT | 2 |
Hi, I often use forms to show large amounts of summary data. I'm wondering what the "best practice" for this in terms of efficiency and speed of displaying results. For example I'm building a form which needs to have 105 aggregated
|
| URGENT... Find Records Search Form | 20 Nov 2006 20:44 GMT | 1 |
I want to create a form for a user to input whatever search criteria they want into the blank fields and pull up the matching records from the database. How do I create this? I'm on a time crunch and hope someone can help me out. Thanks!!!
|
| default user code in form | 20 Nov 2006 19:48 GMT | 9 |
Users have to log-in into the LAN via their UserName and password. I have a front-end database with coding that identifies the UserName, no problem here. I have a form based on a query and each time a new record is added, the user
|
| how do i select multiple items on a form | 20 Nov 2006 19:44 GMT | 7 |
how do i select multiple items on a form to update a bound table
|
| Find and Update Records | 20 Nov 2006 19:30 GMT | 9 |
I have a form that displays the follow fields ID ClientID CompanyName Address City StateOrProvince PostalCode PhoneNumber for some of our clients. I am trying to setup a command button on a Form that allows the user to enter in the Client ID number or Company Name and
|