Search results

  1. N

    Update query

    ..correction, i used UPDATE...... hmmmmmmmmm
  2. N

    Update query

    don't worry I've solved it... the keyword is INSERT !!! gosh... thanks anyway...
  3. N

    Update query

    Hi, can anyone here give me some hints/tips how to fix this problem....at the moment, I have this code below to retrieve the informations from another table (this table contains imported XML data thru ASP coding)... what happened is the ASP programmer didn't follow my specification and made a...
  4. N

    I'm lost

    hi Doc, thanks for the reply, I knew something is wrong with that table that ASP programmer did for me, the data on that table was from XML from another system, I'll probably make a VBA to import the results from that table back to the main table and create the fields... thanks for the tip...
  5. N

    I'm lost

    I have a table and it has: namefield surnamefield state1 state2 state3 match(Y or No) importDate I would like to make a query+ report so that in the report it looks like this: <<Name>> <<Surname>> <<state1>> <match> <<state2>> <match> <<state3>> <match> in one line, at the moment...
Back
Top Bottom