| Thread | Last Post | Replies |
|
| out going mail | 02 Feb 2005 19:38 GMT | 1 |
We get mail BUT can not SEND, the problem began two days ago. We get the followijng error message number 0 x 800 ccc 13
|
| FindRecord | 02 Feb 2005 19:32 GMT | 4 |
Form is based on tblNames and includes the field LastName. On the form I've placed an unbound text box cboSearch and a command button cmdSearch. Macro attached to the buttons OnClick property has two actions
|
| delete records from sub form | 02 Feb 2005 19:01 GMT | 2 |
I'm trying to find out how to delete records from a sub form using a check box feature. It's a rather large database so as the user goes through editing there will be records he will want to select for deletion. It may be one record or it
|
| When True doesn't = True | 02 Feb 2005 18:03 GMT | 5 |
This is driving me insane! (Access 2002) Here is a simple bit of code in the Form_Current event that used to work and now has suddenly stopped: If IsNull(OpenArgs) = True Then
|
| Checkbox on one form updates multiple checkboxes on another form | 02 Feb 2005 17:25 GMT | 1 |
I have a checkbox on one form that if checked to equal True/false would possibly update to another form that has multiple checkboxes that would now also equal true/false. Can this be done using code, instead of using an update query?
|
| Auto-Entering Zeros | 02 Feb 2005 16:57 GMT | 2 |
Recently I tried to make some changes to the properties of some number fields and the result is that Access is now auto-entering a zero in these fields whereas before the fields were blank on entering a new record. How do I change these back so that the fields will be blank on ...
|
| If Then Statement | 02 Feb 2005 16:35 GMT | 2 |
I'm trying to use an If / Then statement for naviational purposes. My "non working" code won't even get me past the first part. The code (used in the "lost focus" event of another control) is as follows: If Me.Control1 Is Null Then
|
| MsgBox | 02 Feb 2005 13:36 GMT | 1 |
Is there any way to create custom Message Box Buttons programmatically ? >Dim Box As Integer >Box = MsgBox("Do you want a Map [Yes] or Directions [No] ?", vbYesNo, "Get Map")
|
| SubForm to MainForm Navigation | 02 Feb 2005 13:31 GMT | 3 |
I'm having trouble setting the focus from a control on my subform back to the MainForm. I've deleted the whole form and started over several times to be sure I've got the name of the main form correct and I find it listed in the Project Explorer, but cannot get it recognized in ...
|
| Print current record in report | 02 Feb 2005 12:27 GMT | 2 |
I am trying to print a report of the current record being viewed on a report. I've tried to base the report on =[Forms]![test cert]![Fleet Number] but it still ask for the parameter value? I've also tried a few other post but to no avail. Can anyone help?
|
| Subform and Combo Box question | 02 Feb 2005 09:04 GMT | 4 |
Hi! I'm hoping someone can help me even though they can't see my database. I've got a base form with a combo box and a subform in it. The goal is to have the choice from the combo box populate my subform through the query, but it's not working. The subform just sits there and ...
|
| What's the equivalent code of Echo=No? | 02 Feb 2005 08:57 GMT | 1 |
I'd like to open a form with a command button using code. The code below does that. But I'd see both forms for a split of a second while the new form is being opened! What would be the equivalent line of the Macro action, Echo=No? Or what could solve this problem? Thanks
|
| My own filter by form box (sorta) | 02 Feb 2005 08:35 GMT | 2 |
I'm seeing that the more questions I post, they progressively get harder. As described in my last post I have two tables I'm concerned about. I have a Personel table that contains related contact information for a person. I also have a table called Sites. The relationship is ...
|
| What code opens form? | 02 Feb 2005 08:03 GMT | 4 |
I now have a command button to open a form using macro (with Echo set to No), but I think it would be clearer and easier to improve by using code instead. What would be the lines that do the job? Thanks Regards,
|
| How to write phonetic spelling in Microsoft word or e-mail message | 02 Feb 2005 07:20 GMT | 2 |
I don't know how to write phonetic spelling on the computer, where can I find the phonetic symbols in both Microsft word or Outlook?
|