| Thread | Last Post | Replies |
|
| Internet Based Database | 11 Jun 2007 23:27 GMT | 3 |
I Was Woundering , Whats The Best Application to use, Where I Can Create a Database Which is in Access, But Instead of using forms the Front End,it is Webased, Regards Danny
|
| Download Free Church Information System | 11 Jun 2007 22:45 GMT | 1 |
ou can Download Free Church Information System , built in MS Acces from the following link http://www.access-forum.com/plus/viewtopic.php?t=189 Regards
|
| Trying to clean up null on close | 11 Jun 2007 22:28 GMT | 1 |
With the code below I'm trying to clean up nulls on close (via cmd button), its propting for a parameter: "Forms!frmPtDemographicNew!frmVisitNewEdit!fsubRNnotes.Form!fldRNnotes." DoCmd.RunSQL "DELETE * FROM tblRNnotes WHERE [fldRNnotes] = [Forms]!
|
| proper placing of an event | 11 Jun 2007 22:21 GMT | 7 |
I have a form that has multiple fields on it. There is one field that is for the a concatenation of 3 of the other fields. The concat field is not bound while the other 3 are. I have the concat all worked out and placed in the after_update event of the last of the 3 fields. ...
|
| Need to use VBA to put image on a form | 11 Jun 2007 21:50 GMT | 9 |
I need to have an event-fired sub put an image on a form. It needs to be fired when the form is advanced to the next record. I don't know how to code it. Thanks
 Signature Earl Kiosterud
|
| multiselect listboxes | 11 Jun 2007 20:46 GMT | 2 |
I am trying how to figure out how to set the value property of a multiselect listbox (multiselect property = extended) programatically when the form opens. However, Access only wants to let me set it in a listbox where the multiselect property = none. Any ideas?
|
| Error "disappears" in Break Mode | 11 Jun 2007 19:55 GMT | 4 |
In my A2K app, there is a place where I get a runtime error. But if I go through that section in break mode, the error disappears. More specifically, when I debug the line giving the error, Access says there is a type mismatch because the variable in the line of code is Null. ...
|
| GoToRecord Date Expression-Error 2505 Invalid Value | 11 Jun 2007 19:27 GMT | 11 |
I need some help with this expression; I am trying to open a datasheet and goto a specific record: DoCmd.GoToRecord , , acGoTo, "BillingPeriodEndDate" = "Between" & DateAdd("m", -3, Date) & "And" & DateAdd("m", -4, Date)
|
| Coding for Dates | 11 Jun 2007 17:26 GMT | 3 |
Hi, I'm working on a database right now that deals with certification on equipment. Some of the equipment needs to be recertified every 2 or 5 years.
|
| closed comboboxes only showing the first of two fields being pulled to identify an FK | 11 Jun 2007 17:09 GMT | 7 |
I have some FKs configured to pull two fields of a table (item name, and item version). Both the name and version fields display in the dropdown but only the first is shown for the selection when the combobox is closed.
|
| unhide multiple text boxes at a time after pressing a command button | 11 Jun 2007 16:44 GMT | 4 |
I want to be able to add a text box everything I press the Add Task button. Something like this: ___________
| ADD TASK | |
| Set Current Row in SubForm datasheet | 11 Jun 2007 16:41 GMT | 2 |
I have a form that has "line item" information, and I have a subform that displays the "billing periods" and their actual or forecast cost for each period. I am trying to set the current row in the subform to the "billing period" that was 3 months ago, so that I do not have to
|
| How do I move existing controls into a groupbox | 11 Jun 2007 16:39 GMT | 3 |
Drag/drop leaves them directly attached to the main form and I can't find any way to change the hierarchy from the properties page either.
|
| Looping Nested RST Error. | 11 Jun 2007 16:02 GMT | 2 |
I am trying to send out a lot (200 or more) of emails via CDO. In RST1 I am getting the name and some totals. Counting the number of Classes attended per quarter. In RST2 I am getting details, like the class and the date of the class for all classes attended by that person.
|
| Using a module to control multiple Forms' events | 11 Jun 2007 15:58 GMT | 4 |
I have a navigation bar which exists on nearly all of my forms. It has buttons to create new items, to search for items, etc. But to make my navigation bar functional, I need to copy and paste the EXACT same event code into about 15 forms - incredibly smelly code.
|