| Thread | Last Post | Replies |
|
| Yes No message box | 31 Dec 2007 20:27 GMT | 3 |
Is it possible to change the YesNo message box so No is the default selection? (So when the user clicks enter, it does the No code? It is standard the the Yes button is the default. Thanks
|
| updating one field from another | 31 Dec 2007 18:21 GMT | 3 |
I have an edit form that when the txtbox for the zip code is changed/entered, I would like to have cboArea update automatically. I have put the following in the On Exit of the txtbox; Me.cboArea = Me.cboArea.Column(1)
|
| Expession Field | 31 Dec 2007 18:16 GMT | 3 |
Access 2003. This post is along the same lines as my last but a different approach.???? Is it possible, on the query grid, to create an expression field based on a calculated field but convert it to a number format for lookup/
|
| Microsoft Office Access 2007 Security Notice | 31 Dec 2007 17:21 GMT | 2 |
I have just recently upgraded my Access version from 2000 to 2007. When attempting to open my database I get the security warning error below... "A potential security concern has been identified. Warning: It is not possible to determine that this content came from a
|
| Problem with click and copy from one listbox to another | 31 Dec 2007 17:02 GMT | 1 |
Hello, I have two list boxes, List27 and List29. List 27 is a multiselect. The following code is associated with List27 and runs whenever an item is clicked in List27.
|
| Need Help with If Statement | 31 Dec 2007 16:59 GMT | 3 |
The following code runs on Form Current: ---------------------------------------- Private Sub Form_Current() Dim strSQL As String
|
| problem using two multiselect listboxes | 31 Dec 2007 16:00 GMT | 2 |
I have two multiselect listboxes. List27 has data and list29 has no data. As I click items in List27, I would like them to appear in List29, and of course, as I unclick items in List27, I would like them to disappear from List29. How would I code this in the listbox properties ...
|
| Lookup table / redundant data problem | 31 Dec 2007 14:21 GMT | 5 |
Two questions in one: http://allenbrowne.com/ser-58.html has an example on an improved lookup table. I'd like to know how in the SQL query "[Enter Bracket]" is implimented--is this in an Event Procedure, and how exactly (what
|
| Controls Sorting | 31 Dec 2007 10:11 GMT | 1 |
I Have A Form With Many Controls And I Enable The User To Resize These Controls So I Want To Ask How Can I Arrange These Controls (Height Only) To Remove The Empty Vertical Spacing Without Loosing The Order Of The Controls
|
| Progress Bar for timer event | 31 Dec 2007 05:21 GMT | 3 |
I have a progress bar form that I am working on. The progress bar form has a thin red label that represents the progress of a loop. The label's width is controled by whatever loop is running in another form that is performing an action involving a loop that takes some time to
|
| Output form to excel with range ???? | 31 Dec 2007 02:27 GMT | 1 |
I've read the code written by Mr Dev on the site but that is not excatly understand how the code is work.I have condition: Some data that I want to output to are on the form Header,and the others are on the detail section of my continuous form.Below is where I've got so
|
| calc date of birth in query | 31 Dec 2007 00:08 GMT | 1 |
I have query with this fields TodayDate: Date () (Field type expression) Dateofbirth (field type date) CalcDateOfBirth: DateDiff("yyyy";[dateofbirth];[todaydate])
|
| Create Table Record on Current of Form | 30 Dec 2007 23:50 GMT | 5 |
I have a table called LastVisitedRecord. There is but one field in that table called "lvCompanyID". I'd like to use the OnCurrent event of my record form to insert the record id (CompanyID) into a new record in the LastVisitedRecord table.
|
| allenbrowne's code for duplicating records | 30 Dec 2007 14:06 GMT | 7 |
I have a db which has same idea as the sample db expenses where there are three main tables patients expense reports
|
| requery subform from sub form | 30 Dec 2007 12:43 GMT | 2 |
Thank you how can i requery subform from subform ?
|