| Thread | Last Post | Replies |
|
| Update chart after filter | 04 Dec 2007 17:48 GMT | 1 |
I have a form with a chart and combobox. After selecting a field from the combobox the the data is filtered. Now I want the chart to display the filtered data. Who has the answer for me? url:http://www.ureader.com/gp/1053-1.aspx
|
| Option Group Where Clause | 04 Dec 2007 17:17 GMT | 1 |
Thanks to help from this group I now have an option group on a from that allows me to select which subform to display. The code to do that is list below Private Sub Frame51_AfterUpdate()
|
| Application Title Bar | 04 Dec 2007 15:40 GMT | 3 |
I know you can set the application title in the Startup dialog box, but I'd like to do it programatically using VBA in my Startup form. Anybody know how?
 Signature Jim
|
| how do you add a counter in access? | 04 Dec 2007 14:32 GMT | 2 |
I need access to find all records for one date and then display how many reason codes were input on that day (out of 15 different codes) in 15 different boxes. Eg. how many of reason code 1 were input = ? how many of reason code 2 = ? etc...
|
| Help! I did something to my database. | 04 Dec 2007 13:50 GMT | 2 |
I was creating a subform within a form. While playing with this I hit some button. When I look @ the form in Datasheet view it looks like a table instead of a Form, but if I look @ it in Design view it looks like the form I created. Not sure what I did but something happen when ...
|
| Tabs are hidden in subforms | 04 Dec 2007 13:25 GMT | 2 |
I have a form with several subforms accessible via tabs. In the main form, the tabs are all visible. However, when I click on any one of the subform, the tabs are not visible until I scroll up, and then they come into view. How do I correct this so they immediately come into ...
|
| passeord Protect for excel formula and VBA code | 04 Dec 2007 08:54 GMT | 2 |
i have excel sheet its contain lot of formula and VBA(macro) code, its for used for user purpose, i need how to protect the formula and VBA at the time of user using. kindly let me know , kindly help me out
|
| Sql insert statment from from list box to table or form | 04 Dec 2007 03:01 GMT | 2 |
I have the following list box called list0 with the following in row source. SELECT tblCityStateZip.City, tblCityStateZip.State, tblCityStateZip.Zip
|
| Autonumber synchronization between subform & main form | 03 Dec 2007 23:12 GMT | 6 |
I have a main form (EVENT) whose PK is an autonumber (EVENTID) and a second field (EVENTNUMBER) which may or may not be unique, hence my use of the autonumber. I then have 10 suforms (each with FK as an autonumber EMP1...EMP10 and EVENTNUMBER) that need to be linked based on the ...
|
| Bounding a combo box to a record | 03 Dec 2007 22:02 GMT | 4 |
I am trying to create a combo box or a list that the users can select from. The list is the same for each record but I would like each selection to be independent of the other records. Example, I have 105 records and the user is supposed to go into their
|
| Opening Form in Read Only | 03 Dec 2007 21:55 GMT | 1 |
I am openinging a form in read only from a command button. That works fine. The form contains drop down boxes. How do I hide the drop down arrow and contents. It should only show the contents of the field. Thanks.
|
| Repeat data from previous records in a form | 03 Dec 2007 21:11 GMT | 5 |
I am creating a a form for data entry and want to know if there is a way to repeat data in fields from the previous record (or default to previous record). For example, I user has 100 entries - I would like to set up the form so they do not have to enter their ID each time they ...
|
| Help on a design | 03 Dec 2007 19:10 GMT | 1 |
I have a form called "software info". In this form is a subform with the license number for the software. I have also created a "check out/in" form for the software. In the software form I have a button that I can click on that will open the "check out/in" form in order for me ...
|
| Hiding borders of a subform | 03 Dec 2007 18:54 GMT | 2 |
Have created a subform with a combo box on a form. I would like to hide the gray borders to the top and left of the subform(sorry I don't know what they are called, if I did perhaps I could find how to hide them). Check out the image here http://www.hvle.org/suffix.gif. The ...
|
| Help with "memo" field in Purchase Order subform | 03 Dec 2007 18:24 GMT | 2 |
I have a form/subform for entering vendor purchase orders. I would like to be able to optionally enter info (in a memo field) for each line item in the subform. For example, one of the p.o. line items might be a "special order" for a customer. I would like to be able to
|