Search results

  1. I

    Form Invisible

    Thnx Doc_Man I actually did get it to work, I just didn't need as much code. All I did was use the code: Forms![search].visible =false Thnx
  2. I

    Form Invisible

    Doc_Man, thankyou for your response.. I have been unable to get your suggestion to work, probably because what I am trying to make invisible does not involve any sub-forms. For the first bit of code, should I put this in the on_open event of the form I have just opened from the main form?? I...
  3. I

    Form Invisible

    I have searched this forum for previous posts, and the microsoft support site but have been unable to find anything about making a form invisible. The reason behind this, is that I have a form which has a series of command buttons that leads user onto other forms. When selecting a form I wish...
  4. I

    disable/enable button

    I believe I have what you want: The following code will disable your button if the value in a textbox is Null. Put the code in the On_current event of your form, and in the after_update event of the textbox the value will be in. That way if the user then enters a value the control button will...
  5. I

    Uneditable Combobox

    Thanks for your help....
  6. I

    Uneditable Combobox

    Hello everyone, Does anyone know how to make a combo box un-editable so that users can't edit the data. But can still make a selection?? Any suggestions would be appreciated. Thanks, [This message has been edited by Irie (edited 07-31-2001).]
  7. I

    No Records Msg

    I have a continuous form based on a parameter query. The user enters the criteria, and then the records that match the criteria are displayed in the continuous form. My problem is if the there are no records found, how do I get a msg box to say "No records found"? I have tried various...
Back
Top Bottom