Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sgivoni

  1. sgivoni

    MS Access UPDATE dosn't work in MySQL

    Hi r937 So how would I do it in a earlier version Thanks for your help so far!
  2. sgivoni

    MS Access UPDATE dosn't work in MySQL

    The Date field is not the problem - I've testet with simple UPDATE <Table Name> SET <Field Name>='2003-06-01' and all records was updatet. It seems as if I use more than one tablename after UPDATE(seperatet by , ) it dosn't work, and if I don't I get an error in my criterias.
  3. sgivoni

    MS Access UPDATE dosn't work in MySQL

    When I was porting Access to MySQL I got a lot of problems specially with UPDATE. I have been reading a lot of threads but I can't find the answer. Why do I get an error when using: UPDATE Hjemmeside , Medlem SET Hjemmeside.SidsteLogin='2003-06-01' WHERE Medlem.MedlemsID=Hjemmeside.MedlemsID...

Part and Inventory Search

Back
Top