Search results

  1. F

    DSN less connections

    I'm trying to access my db via a DSN less connectoins but keep getting this message: Microsoft VBScript compilation error '800a03ea' Syntax error D:\K\F\KFIRTH\WWW\HORSESITE\FILES\../../../Connections/newttf.asp, line 7 MM_newttf_STRING = Set Conn = Server.CreateObject("ADODB.Connection")...
  2. F

    easy total column question!

    This is probably really easy - i have created a report from a query and i would like a total of one column? do i create a text box in the footer & use control source to build an expression using "sum" ? because it dosnt seem to work - if anyone could give the expression i would be extremly...
  3. F

    view all records on a DAP

    Does anyone know how to display all the records on one page when creating a DAP from a query? rather than tabbing thro using the navigation bar ?
  4. F

    DAPs - picking up wrong field

    I am trying to set up a DAP based on a table & it all works fine but when i select a certain field (horse_id1) from the drop down list of fields available it returns the data from another field (horse_id) which is held in a different table ?? is it something to do with relationships - any help...
  5. F

    autofill text field on selection of combobox

    I have just started using Access & all was going well until .... I have 2 tables - one (HorseList)contains a list of horses field & a points field - the other (Selections)contains a name field & ten combo boxes populated from the the horses field in the other table. I have created a form using...
Back
Top Bottom