Recent content by Patm

  1. P

    Insert Column

    I have a db which has a main switchboard for 3 seperate forms/data sheets. I want to enter a column in one datasheet, but am not able to. I have checked properties, allow edits, deletions, etc, and has no relationships other than what the wizard would place between switchboard and form. Any help...
  2. P

    Macro to 'InsertHyperlink'

    ott, you are correct that Insert Hyperlink is not available through the menu bar in the form view. I have seen a form before that when you 2x clicked in the text box it did bring up the dialog box so you could browse and select. To answer your question; I am trying to insert the hyperlink in...
  3. P

    Macro to 'InsertHyperlink'

    I am trying to create a command button on a form that will open the Insert Hyperlink dialogue box with a single click. The event 'On Click' is set to Hyperlink. I created a macro and named it Hyperlink. I made the action of the macro, RunCommand; and made the command, InsertHyperlink. The...
  4. P

    Command button for "Insert hyperlink"

    Thanks LQ. My intent with the hyperlink was to create one for each picture that needs to be linked to a particular record. This db is a phone log in regard to some technical questions involving our product. If our mfg facility wants to send us pix in regard to a certain question, I want to be...
  5. P

    Command button for "Insert hyperlink"

    On my form I have a text box which has the data type of hyperlink in the corresponding table. I would like to create a command button to place next to the text box, so that when the command button is activated it brings up the "Insert Hyperlink" URL dialogue box. I have a number of users for...
  6. P

    Auto populate static date/time

    Very helpful! One question. When I go into After Update event it brings up the dialogue box for the Expression, etc. Builder. Do I select Expression? Or am I entering the Private Sub... lines in somewhere else? Pat
  7. P

    Auto populate static date/time

    I am developing a db for a phone log in regards to technical inquiries. The first control on the form is a combo box with a drop down for particular individuals. The next 2 controls are date and time text boxes. They both have their appropriate control sources of date and time. What I would like...
Back
Top Bottom