Search results

  1. T

    Open New Form from Form

    Hi, Do you have an OnTimer event set on any of your open forms? That would give you the 'Busy' to 'Pointer' activity you mentioned and may be firing the AfterUpdate event. Tlender
  2. T

    Form to search table help please

    Ah, there's a subform in there(I didn't get chance to check the sample). That makes sense then. Glad you figured it out. Tlender
  3. T

    Problem with comboboxes

    You could do a lookup on the AfterUpdate event of the combobox to see if they are an active employee. If they aren't throw up a message box to say they are no longer active and then blank the combobox value, so that another option has to be selected. If you can post a copy of your DB i will try...
  4. T

    Form to search table help please

    The form "PoItemsDetails" would need to be open before you can send any data to it. Then you would need to refresh or requery the "PoItemsDetails" form. Tlender
  5. T

    Still struggling with hyperlink command button

    Hi This might be a bit out of date, but maybe it can help someone else. you can add the following to the On Click event of a button - Me.[your Hyperlink field].SetFocus DoCmd.RunCommand acCmdInsertHyperlink When you click the button it will open the same dialog box as if you had right...
  6. T

    How do I logon as a different user?

    you wont get a login prompt until you set a password on the admin account. Then you will be able to login as a different user via the prompt!
Back
Top Bottom