| Thread | Last Post | Replies |
|
| Code not working, to get condition value | 26 Oct 2005 10:29 GMT | 2 |
The following code is not working Private Sub Label24_Click() IIf(Me.PostDate.Value Between Me.RecDate.Value And Me.DespDate.Value, Me.PStatus = "PostAll", Me.PStatus = "PostLater")
|
| DoCmd.Close | 26 Oct 2005 07:39 GMT | 2 |
I would like to use the 'Close' command so that it does NOT save any data entered so far on the form. I have frequently specified 'DoCmd.Close,,Save No', or sometime 'Prompt', but to no avail, the data on the form is SAVED - always SAVED.
|
| code for an <ALT + R> key | 26 Oct 2005 07:35 GMT | 4 |
I would like to put code behind some <alt> keys in a form. I am assuming I can put it on the Key_down event. Then I should check KeyCode like: If KeyCode = vbKeyTab then Do something
|
| Access Option Group Value to Word Bookmarks- Need Help with Redundancy | 26 Oct 2005 06:46 GMT | 1 |
I have a many forms with numerous option groups and their values, which I then put into bookmarks on a Word document. Each option group is named optNAME1, optNAME2, optNAME3, etc. and each bookmark is named Bkmrk1, Bkmrk2, Bkmrk3, etc. I have created a button on the form which
|
| A form display bug??? | 26 Oct 2005 05:27 GMT | 8 |
I have a very weird case, which I have no idea how anything I do could be causing. So, I'd wonder if it seems like an Acccess bug and whether there is a workaround. I have a form, which is a continuous form with a number of unbound controls
|
| Data Type Mismatch with DLOOKUP | 26 Oct 2005 05:07 GMT | 3 |
I am trying to compare a employee code that is entered into a form with a list of existing employee codes to make sure employees are not entered twice. Using the On Exit event I am using a bit of code I found in Access’ help: Private Sub ServiceNo_Exit(Cancel As Integer)
|
| Searching records | 26 Oct 2005 03:02 GMT | 3 |
Hi All - I am developing Video Rental application. I want my client to click on Customer form and at the bottom of the form I have several buttons. One of the buttons is search. My client can here either enter a new record or else can just enter either First Name or Last Name or ...
|
| Issue Ticket | 26 Oct 2005 00:09 GMT | 1 |
I had 2 tables tblinventory tblIssuelines fields are
|
| Multilined MsgBox | 25 Oct 2005 23:36 GMT | 3 |
If this is off post please direct me. I am having problems understanding how to make a MsgBox with more than one line in the statement.
|
| Form/subform button | 25 Oct 2005 23:26 GMT | 5 |
I have a button on a form, which I want to make visible only when the subform "disappears" if a user deletes all linking records in the subform. (The record source of the subform is a table in a many-to-one relationship with the source table of the form..)
|
| Format Question on Memo Field | 25 Oct 2005 21:52 GMT | 8 |
Problem 1 I have a Tenant table that is linked by a CustNo field to a TenantNotes. Now the TenantNotes has 4 fields as follows: CustNo
|
| Generate report based on list box selections | 25 Oct 2005 21:08 GMT | 3 |
Win xp and Access 2003 - I have a report called churchreport based on a query called churchquery (which is two tables joined). I have list box on a form called countryselectform with the list box called lista2. In my report I have a grouped field called districtcountry. The ...
|
| Check this one why cursor move after message to next field of form | 25 Oct 2005 20:32 GMT | 1 |
private sub job_gotfocus() do while isnull(job) msgbox "value is must here" exit do
|
| Hyperlink.Follow opens some files twice | 25 Oct 2005 19:50 GMT | 1 |
I have a Commandbutton.Hyperlink.Follow command in one of my forms. When the document is Word, Excel, Powerpoint, the document opens once. HTML, JPG documents open twice. I can't see why. Any help appreciated.
|
| Syntax For Calling a Controls in Embeded Subforms | 25 Oct 2005 19:43 GMT | 1 |
Example: Mainform SubForm1 SubForm1A
|