Search results

  1. M

    Insertinmg the results of a Query into a text box

    Thats what I had tried but it just gives me a #Name? error It gives =[Query_By_Invoice_Dispatch]![Inv] as the Control Source The query works fine when run directly, I just can't get it to run from the textbox
  2. M

    Insertinmg the results of a Query into a text box

    I have a form Dispatch_Email_Query which contains a text box named Inv the contents of which is provided by the query used to create the form and is a 4 digit number matching an invoice. I have a query [Query_By_Invoice_Dispatch] which takes a value as input (Invoice Number) and displays...
  3. M

    Setting Combo Box Default Value

    Excuse my ignorance, I am new at this,. How do I go about doing that ?
  4. M

    Setting Combo Box Default Value

    Hi all. Quick Combo Box Question. I Have a Combo Box [TextforClip] which pulls its options from the Table Feedback with SELECT [Feedback].[ID1], [Feedback].[Feedback_Text] FROM Feedback; Which works fine. Most of the time the option selected is the first one in the list so it would be handy...
  5. M

    Adding a hyperlink to a form

    Thanks Bob, works perfectly, and even better I understand how it works so learnt new skills, much appreciated. As luck would have it the web site I was accessing just changed the way they access that page so I have to rethink my approach... Murphy is a Webmaster...
  6. M

    Adding a hyperlink to a form

    Sorry to be dense Bob, but how do I do that ?
  7. M

    Adding a hyperlink to a form

    Thanks Bob, exactly what I was after, one small issue... When i click on the link (which is coirrect) I get the following error Dispatch can't find the macro 'FollowHyperlink ME.' The macro (or its macro group) dosent exist... Di I have to create a FollowHyper link Macro or do i just have a...
  8. M

    Adding a hyperlink to a form

    Hi Very new to this but... I am using Access 2000 I have a table containing a column labelled ID which contains a series of non sequential numbers. I need to create a form that includes either a clickable text hyperlink or a command button that sends me to...
Back
Top Bottom