Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. danno28

    combo box (limit to list) allows null values ?

    Hi, I have a combo box which has 'limit to list' selected. When I open my form i populate the list from a piece of code, then set the combo box to the first item in the list. My problem is when i try to use the combo box....it works fine when i enter an item which isnt on the list (pops up...
  2. danno28

    Automatic Scrolling on Subform ?

    Hi, Hi I have a form which displays one record at a time and included on this form is a continous subform which displays all the records from the same table. I've used conditional formatting to highlight the record on the subform that is displayed on the main form so when i move through the...
  3. danno28

    Changing properties on continous sub forms

    I'm using 2000 and conditional formatting is exactly what I was looking for. Got it working a treat now. Thanks Ken!
  4. danno28

    Changing properties on continous sub forms

    I have a continous sub-form which displays a number of records and if possible I would like to change the backcolor of a specific record. Is this possible? at the moment when I apply .backcolor it changes the colour of the speficfied field in all records. thanks! Dan.
  5. danno28

    Outlook Security: "a program is trying to send e-mail on your behalf"

    I'm trying to send an email from SAS (programming language) but in Outlook 2000 I get the following message displayed: a program is trying to send e-mail on your behalf. Do you want to allow this? I then get the option to click Yes or No. If I click Yesm Outlook delivers the email OK, but the...
  6. danno28

    Maxmising a word document opened from excel

    I am opening a Word document from Excel, and would like it to open with Word maximised. This is my code so far: Dim myWord As Object Set myWord = CreateObject("Word.Application") myWord.Visible = True myWord.Documents.Open FileName:="C\IntTrainTemplate.doc&quot...
  7. danno28

    Opening Word MAXIMIZED, using an excel Macro.

    I am opening a Word document from Excel, and would like it to open with Word maximised. This is my code so far: Dim myWord As Object Set myWord = CreateObject("Word.Application") myWord.Visible = True myWord.Documents.Open FileName:="C\IntTrainTemplate.doc&quot...
  8. danno28

    Move to added record on tabular form when AllowAdditions set to True

    On my tabular form, I have AllowAdditions=False so users can only edit records. I then have an "Add Record/s" button which sets AllowAdditions=True and inserts a blank record. Is it possible to move the cursor to this record?

Part and Inventory Search

Back
Top