Search results

  1. 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...
  2. 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...
  3. 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